aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
AgeCommit message (Expand)Author
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ellipsis...Max Horn
2003-11-02refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-05-05Patch #732707: EditTextWidget: long string supportMax Horn
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2002-12-25more -pedantic warnings fixedMax Horn
2002-12-14make alpha blend level adjustable, and fixed an overflow bugMax Horn
2002-12-12added a dummy global options dialog; PopUpWidget tweaksMax Horn
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn
2002-11-05fix for bug #633087 (umlauts in GUI)Max Horn
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16dialogs now can be run 'modal'Max Horn
2002-09-30fixed key repeat in NewGui; made the launcher game list non-editableMax Horn
2002-09-28cleaned up various variable names in the SDL backend & NewGui; also fixed a s...Max Horn
2002-09-26added simple message dialogMax Horn
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you hear...Max Horn
2002-09-22NewGUI now has its own event loop; this may cause some regressionMax Horn
2002-09-19NewGui now has its own mouse cursor code -> again one less dependency on Scum...Max Horn
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues (t...Max Horn
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
2002-09-19improved the text display in a newgui a bit: make the font proportiona; imple...Max Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-08decreased double click intervalMax Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-21Initial revisionMax Horn