aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.cpp
AgeCommit message (Expand)Author
2016-07-03GUI: Add checks in Widget::getBossClipRect()Alexander Tkachev
2016-07-03JANITORIAL: Remove trailing spacesAlexander Tkachev
2016-07-03GUI: Use clipping everywhereAlexander Tkachev
2016-07-03GUI: Fix blitAlphaBitmapClip()Alexander Tkachev
2016-07-03GUI: Make PopUpWidget clipAlexander Tkachev
2016-07-03GUI: Prepare button to be clippedAlexander Tkachev
2016-07-03GUI: Add ScrollContainerAlexander Tkachev
2016-07-03GUI: Use boss's x/y/w/h instead of clippingAreaAlexander Tkachev
2016-06-01GUI: Cleanup class initializationEugene Sandulenko
2016-05-16Merge pull request #722 from Abde-/masterEugene Sandulenko
2016-04-14GUI: Remove 'sticky button' featureOri Avtalion
2016-04-13GUI: Remove highlighting when button widget is pressedOri Avtalion
2016-03-30GUI: Enhanced StaticTextWidget with font styleEugene Sandulenko
2016-03-27GUI: Improve handling of button presses while moving the cursorOri Avtalion
2016-03-25GUI: Widget: redraw when setAlign() calledAbdeselam El-Haman
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-10GUI: Initialise _hotkey in ButtonWidget constructorThierry Crozat
2013-08-03GUI: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GUI: Prefer getBasePtr instead of direct Surface::pixels access.Johannes Schickel
2012-12-27GUI: Change value by one on mouse wheel, not by one pixelTorbjörn Andersson
2012-10-08Merge pull request #257 from lordhoto/graphics-conversionJohannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-28GUI: Use in-place Surface conversion in widget code.Johannes Schickel
2012-07-24GUI: Implement saving in the grid based save/load chooser.Johannes Schickel
2012-07-09GUI: Make container widget a bit more container like.Johannes Schickel
2012-06-29GUI: Use a black rect when no thumbnail is available in the thumbnail load ch...Johannes Schickel
2012-06-13GUI: Allow Surfaces with abitrary RGB pixel formats to be used in PicButtonWi...Johannes Schickel
2012-06-12GUI: Take advantage of Surface::fillRect in GraphicsWidget::setGfx.Johannes Schickel
2012-05-07GUI: Fix bug with button pressed stateOleksiy Kurochko
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-01-29GUI: Slight formatting fix.Johannes Schickel
2011-12-13GUI: Handle adding clear buttons that don't exist in layoutsTarek Soliman
2011-12-13GUI: Move addClearButton() from options.cpp to widget.cppTarek Soliman
2011-10-25GUI: Made PicButtonWidget derivative of ButtonWidgetEugene Sandulenko
2011-08-06GUI: Consistent behavior of ButtonWidget::setLabel()Eugene Sandulenko
2011-06-02GUI: Replace some s(n)printf uses by Common::String::formatMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GUI: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte d...Johannes Schickel
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-01-20GUI: Fix Memory Leak from PicButtonWidget _gfx Member.David Turner
2011-01-03GUI: Implement PicButtonWidgetEugene Sandulenko
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-08-07fixed a typo with hotkeys in ButtonWidgetNeeraj Kumar
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-04Prevent GraphicsWidget from being assigned a surface which wouldn't fit in th...Johannes Schickel
2010-07-04Center the surface of a GraphicsWidget in case it is smaller than the widget'...Johannes Schickel