Age | Commit message (Expand) | Author |
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-03 | Cleanup. | Torbjörn Andersson |
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson |
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson |
2005-05-19 | Big version of the popup widget. It could use a bit more polish, though... | Torbjörn Andersson |
2005-05-18 | Added big slider widget. There is nothing in the widget itself that's | Torbjörn Andersson |
2005-05-18 | Some more scaling work. Parts of the options dialogs scale themselves. Some | Torbjörn Andersson |
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-03-12 | Forgot to remove this | Max Horn |
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-06 | Patch #1092994 (Selfscaling GUI) | 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-01-06 | updated copyright notice | Max Horn |
2003-12-06 | erik's patch for bug #854470 | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | fixed memory leak in TabWidget | Max Horn |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-03 | removed PushButtonWidget | Max Horn |
2003-11-02 | more changes to allow widget nesting to fully work | Max Horn |
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N... | 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-07-23 | Don't check for hotkeys when ascii is 0, since that is the default hotkey | Torbjörn Andersson |
2003-07-22 | fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ... | 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-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-13 | some more launcher tweaks | 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 |