Age | Commit message (Expand) | Author |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-26 | Measure the "open time" from when the pop-up dialog was first drawn, not from | Torbjörn Andersson |
2006-12-26 | Patch #1622564: "Enhanced PopUp behaviour" | Eugene Sandulenko |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-08-04 | Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d... | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-04-18 | - Fixed popup widget for --force-1x-overlay with new theme | Johannes Schickel |
2006-04-18 | - adds own drawing function for (not expanded) popup widgets | Johannes Schickel |
2006-04-18 | - PopUpWidget (drop down list) does not shadow underlying dialog anymore | Eugene Sandulenko |
2006-04-16 | - Implemented text padding in ListWidget and PopUpWidget. Right padding does ... | Eugene Sandulenko |
2006-04-11 | Fixes cutted texts with --force-1x-overlay. | Johannes Schickel |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-01 | Much improved how shadows look. However it is done with a really dirty | Eugene Sandulenko |
2006-02-01 | Implemented shadow drawing, also extended the theme config again | Johannes Schickel |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-08-22 | Applied my patch #1263153 to work around bug #1243280. It's not an ideal | Torbjörn Andersson |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-03 | Cleanup. | Torbjörn Andersson |
2005-05-19 | Big version of the popup widget. It could use a bit more polish, though... | Torbjörn Andersson |
2005-03-12 | Fix popup widget in scaled GUI mode | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-03-13 | useful helper method (will be used for improved options dialog) | Max Horn |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-05 | minor tweaks | Max Horn |
2003-11-03 | tiny position tweaks | Max Horn |
2003-11-03 | added a builtin label to PopUpWidget | Max Horn |
2003-11-02 | make coordinate calculation based on position of parent -> needed for nested ... | Max Horn |
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards maki... | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl... | Jonathan Gray |
2003-09-24 | Whitespace changes | Torbjörn Andersson |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-08-06 | get rid of some g_system usage | Max Horn |