aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.cpp
AgeCommit message (Expand)Author
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
2010-06-16Fix for Tooltip calls causing valgrind errors.David Turner
2010-06-15GUI: Fix crash.Eugene Sandulenko
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-11Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases.Vicent Marti
2009-02-19Fixed regression in Options menu and disabled Save/Load buttons.Vicent Marti
2009-02-19Last minute fix (enabling/disabling widgets mid-frame).Vicent Marti
2009-02-07Third attemp at fixing release-critical #2472185. Also fixes regression repor...Vicent Marti
2009-02-06Reverted previous commit.Vicent Marti
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ...Vicent Marti
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-08Fixed release critical bug #2472185. All transparent buttons should now prope...Vicent Marti
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
2008-12-25Renamed NewGui to GuiManagerMax Horn
2008-12-24Added valueToBarWidth to calculate SliderWidget's bar width like it was done ...Jordi Vilalta Prat
2008-12-23Modify the SliderWidget value by using the mouse wheelJordi Vilalta Prat
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-03Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr...Johannes Schickel