aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.cpp
AgeCommit message (Expand)Author
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2008-12-23Modify the PopUpWidget selection 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-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-07Misc text drawing improvements.Vicent Marti
2007-11-04- made Widget::_flags privateJohannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-22Use KEYCODE constants.Torbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-26Measure the "open time" from when the pop-up dialog was first drawn, not fromTorbjörn Andersson
2006-12-26Patch #1622564: "Enhanced PopUp behaviour"Eugene Sandulenko
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...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-31Cleanup. We no longer need these widget size parameters.Torbjörn Andersson
2006-05-27Major GUI update:Eugene Sandulenko
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-18- Fixed popup widget for --force-1x-overlay with new themeJohannes Schickel
2006-04-18- adds own drawing function for (not expanded) popup widgetsJohannes Schickel
2006-04-18- PopUpWidget (drop down list) does not shadow underlying dialog anymoreEugene Sandulenko
2006-04-16- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...Eugene Sandulenko
2006-04-11Fixes cutted texts with --force-1x-overlay.Johannes Schickel
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-01Much improved how shadows look. However it is done with a really dirtyEugene Sandulenko
2006-02-01Implemented shadow drawing, also extended the theme config againJohannes Schickel
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-22Applied my patch #1263153 to work around bug #1243280. It's not an idealTorbjörn Andersson
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03Cleanup.Torbjörn Andersson
2005-05-19Big version of the popup widget. It could use a bit more polish, though...Torbjörn Andersson
2005-03-12Fix popup widget in scaled GUI modeMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-03-13useful helper method (will be used for improved options dialog)Max Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07spelling fixesJonathan Gray