aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
AgeCommit message (Expand)Author
2012-08-28GUI: Use in-place Surface conversion in widget code.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-20GUI: Allow tooltips to be changed after widget creation.Johannes Schickel
2012-06-13GUI: Allow Surfaces with abitrary RGB pixel formats to be used in PicButtonWi...Johannes Schickel
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
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-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-20GUI: Fix Memory Leak from PicButtonWidget _gfx Member.David Turner
2011-01-03GUI: Implement PicButtonWidgetEugene Sandulenko
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
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
2010-03-11cleanupMax Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax 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-12GUI: Got rid of the WidgetSize stuffMax Horn
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-08Pushing down some header depsMax Horn
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-01-09Cleanup.Torbjörn Andersson
2007-11-04- made Widget::_flags privateJohannes Schickel
2007-10-28Proper implementation of ".enabled" theme widget property.Eugene Sandulenko
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-03Replaced 'typedef Common::String String' with explicit usages of Common::Stri...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-05-31Cleanup. We no longer need these widget size parameters.Torbjörn Andersson
2006-05-29Introduces special switch for GraphicsWidget for use of theme transparency ag...Johannes Schickel
2006-05-29- adds option to fill GraphicsWidgets with a special colorJohannes Schickel
2006-05-29- changes transparency parameter of Theme::drawSurface to alpha parameter.Johannes Schickel
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-18Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". AlsoEugene Sandulenko
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-14Rearrange launcher.Eugene Sandulenko
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko