Age | Commit message (Expand) | Author |
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 |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-03-27 | fixed compilation under VC6 | Paweł Kołodziejski |
2003-03-26 | Make it possible to disable popups/checkboxes | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-12-14 | fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you can't... | Max Horn |
2002-12-13 | added support for seperator items; perform clipping if popup doesn't fit on s... | Max Horn |
2002-12-13 | added keyboard & scroll wheel support | Max Horn |
2002-12-12 | added timeout for popup; fixed notifcation sent when popup item is chosen | Max Horn |
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn |
2002-12-12 | added PopUpWidget; hacked it into the edit game dialog just to show how to us... | Max Horn |