aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.cpp
AgeCommit message (Expand)Author
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
2003-11-05minor tweaksMax Horn
2003-11-03tiny position tweaksMax Horn
2003-11-03added a builtin label to PopUpWidgetMax Horn
2003-11-02make coordinate calculation based on position of parent -> needed for nested ...Max Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-08-06get rid of some g_system usageMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn