Age | Commit message (Expand) | Author |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-04 | modified NewGui::drawString to shorten strings which don't fit using ellipsis... | Max Horn |
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-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-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-05-05 | Patch #732707: EditTextWidget: long string support | Max Horn |
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2002-12-25 | more -pedantic warnings fixed | Max Horn |
2002-12-14 | make alpha blend level adjustable, and fixed an overflow bug | 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-05 | fix for bug #633087 (umlauts in GUI) | 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 | 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-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 |
2002-09-22 | NewGUI now has its own event loop; this may cause some regression | Max Horn |
2002-09-19 | NewGui now has its own mouse cursor code -> again one less dependency on Scum... | Max Horn |
2002-09-19 | removed even more scumm dependencies from NewGUI; fixed some redraw issues (t... | Max Horn |
2002-09-19 | moved the Scumm specific dialogs to scumm/dialogs.* | Max Horn |
2002-09-19 | improved the text display in a newgui a bit: make the font proportiona; imple... | Max Horn |
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all o... | Max Horn |
2002-09-08 | decreased double click interval | Max Horn |
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn |
2002-08-21 | Initial revision | Max Horn |