Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-05 | minor tweaks | Max Horn | |
svn-id: r11149 | |||
2003-11-03 | tiny position tweaks | Max Horn | |
svn-id: r11078 | |||
2003-11-03 | added a builtin label to PopUpWidget | Max Horn | |
svn-id: r11076 | |||
2003-11-02 | make coordinate calculation based on position of parent -> needed for nested ↵ | Max Horn | |
widgets svn-id: r11058 | |||
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards ↵ | Max Horn | |
making it possible to nest widgets (needed for TabWidget) svn-id: r11052 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming ↵ | Jonathan Gray | |
style and more importantly doesn't conflict with the vline and hline Allegro functions svn-id: r10520 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-08-06 | get rid of some g_system usage | Max Horn | |
svn-id: r9529 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-03-27 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6873 | |||
2003-03-26 | Make it possible to disable popups/checkboxes | Max Horn | |
svn-id: r6864 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski | |
svn-id: r6721 | |||
2002-12-14 | fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you ↵ | Max Horn | |
can't select the anymore); seperator items are now marked by an empty string svn-id: r5961 | |||
2002-12-13 | added support for seperator items; perform clipping if popup doesn't fit on ↵ | Max Horn | |
screen svn-id: r5939 | |||
2002-12-13 | added keyboard & scroll wheel support | Max Horn | |
svn-id: r5937 | |||
2002-12-12 | added timeout for popup; fixed notifcation sent when popup item is chosen | Max Horn | |
svn-id: r5920 | |||
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn | |
svn-id: r5919 | |||
2002-12-12 | added PopUpWidget; hacked it into the edit game dialog just to show how to ↵ | Max Horn | |
use it; note: this is NOT finished by any means, the look will change, the code will change, this is just an early preview :-) svn-id: r5914 |