Age | Commit message (Expand) | Author |
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N... | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | 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-20 | make use of the new get_overlay_height/get_overlay_width | Max Horn |
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn |
2003-09-05 | added TODO | Max Horn |
2003-08-28 | double cursor animation speed (see bug #757191) | Max Horn |
2003-08-18 | Updated globals access for PalmOS | Chris Apers |
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ... | Max Horn |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | 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-07-22 | fixed key autorepeat when using button hot keys | Max Horn |
2003-07-22 | Fix for bug #775512 | Chris Apers |
2003-06-14 | added tilda (~) character to GUI font | Max Horn |
2003-06-08 | added quit event | Max Horn |
2003-05-05 | Patch #732707: EditTextWidget: long string support | Max Horn |
2003-04-30 | compilation fix | Jonathan Gray |
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn |
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski |
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown |
2002-12-25 | even more -peantic fixes | Max Horn |
2002-12-25 | fixed invalid memory access | Max Horn |
2002-12-14 | make alpha blend level adjustable, and fixed an overflow bug | Max Horn |
2002-12-13 | changed back transparency | Max Horn |
2002-12-13 | playing a bit with the alpha level | Max Horn |
2002-12-13 | changed OSystem to allow RBG<->16bit color conversion to be done in the backe... | 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 |
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii v... | Max Horn |
2002-11-21 | factored out ChooserDialog into it's own header/source file, and made the tit... | 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-11-05 | fix for bug #633087 (umlauts in GUI) | Max Horn |
2002-11-05 | clip text drawing | Max Horn |
2002-10-26 | Fix warning found by Valgrind. | Lionel Ulmer |
2002-10-22 | Do not repeat keys for WinCE (problems with GAPI and virtual keyboard) | Nicolas Bacca |
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-09-30 | fixed key repeat in NewGui; made the launcher game list non-editable | Max Horn |
2002-09-28 | cleaned up various variable names in the SDL backend & NewGui; also fixed a s... | Max Horn |
2002-09-28 | changed the crosshair curso to match the Scumm one (I hope?) | Max Horn |
2002-09-27 | enabled demo dialog shown during startup; some fixes/cleanup in NewGUI | Max Horn |
2002-09-26 | added simple message dialog | Max Horn |
2002-09-24 | removed even the last traces of Scumm dependencies from NewGUI. Yes, you hear... | Max Horn |