Age | Commit message (Expand) | Author |
2005-05-18 | Made use of addCheckbox(). I had to add an alternative form of the function | Torbjörn Andersson |
2005-05-18 | New function: addCheckbox() | Torbjörn Andersson |
2005-05-11 | Start work on support for 'big' widgets | Max Horn |
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-28 | Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous... | Max Horn |
2004-12-25 | Fix bug #1091189 (GUI: Launcher List/Edit game interaction) | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-05 | minor tweaks | Max Horn |
2003-11-03 | removed PushButtonWidget | 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-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii v... | Max Horn |
2002-11-21 | Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ... | Max Horn |
2002-11-19 | added some preliminary game auto detect code to the launcher; this required a... | Max Horn |
2002-11-10 | fixed dialog redrawing (when you switched in the save/load dialog between sav... | Max Horn |
2002-11-05 | make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h... | Max Horn |
2002-10-23 | use a 'real' caret instead of appending an understcore while editing | Max Horn |
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but we'r... | Max Horn |
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn |
2002-10-16 | dialogs now can be run 'modal' | Max Horn |
2002-10-12 | revised options dialog | Max Horn |
2002-10-01 | fixed ListWidget drawin/behaviour if there are less items than fit on one pag... | Max Horn |
2002-09-28 | patch #612722: MI2 NewGui title fix | Max Horn |
2002-09-19 | moved the Scumm specific dialogs to scumm/dialogs.* | Max Horn |
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all o... | Max Horn |
2002-09-08 | changed the way listbox draw selected items; list box now has a frame & diffe... | Max Horn |
2002-08-21 | oops, accidentally checked in a hacked up version of this :-) | Max Horn |
2002-08-21 | Initial revision | Max Horn |
2002-07-27 | heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ... | Max Horn |
2002-07-27 | improved the sound dialog; but my goal is to get rid of it, and merge the sou... | Max Horn |
2002-07-26 | make sure the mouse over widget and the focused widget are informed when the ... | Max Horn |
2002-07-26 | added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo... | Max Horn |
2002-07-19 | added khalek's about dialog (but changed the text items to be centered) | Max Horn |
2002-07-19 | disable transparency for the pause dialog for now | Max Horn |
2002-07-18 | put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;... | Max Horn |
2002-07-13 | added latest of painelf's patches which makes NewGui handle system events dir... | Max Horn |
2002-07-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn |
2002-07-13 | Let ListWidget have an 'active' item | James Brown |
2002-07-12 | Countless changes to the New GUI; some hightligths: new ScrollBarWidget class... | Max Horn |
2002-07-10 | improved the alpha blending code, now works properly for nesting/redraw (chan... | Max Horn |
2002-07-08 | replaced clearArea with the more general fillArea; added get/setValue methods... | Max Horn |
2002-07-08 | implemented hotkey support in new GUI code | Max Horn |
2002-07-07 | added CheckboxWidget; added NewGui::drawBitmap | Max Horn |