aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
AgeCommit message (Expand)Author
2003-11-28Fixed error using NEW_FONT_CODE with PalmOS portChris Apers
2003-11-28This is no more neededChris Apers
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-12Use GUI namespaceChris Apers
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-03make light gray slightly lighter, for better contrastMax Horn
2003-11-03distinguish selected tab by size, too (not just by color)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-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-20make use of the new get_overlay_height/get_overlay_widthMax Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-09-05added TODOMax Horn
2003-08-28double cursor animation speed (see bug #757191)Max Horn
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-02removed 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-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-07-22fixed key autorepeat when using button hot keysMax Horn
2003-07-22Fix for bug #775512Chris Apers
2003-06-14added tilda (~) character to GUI fontMax Horn
2003-06-08added quit eventMax Horn
2003-05-05Patch #732707: EditTextWidget: long string supportMax Horn
2003-04-30compilation fixJonathan Gray
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
2002-12-25even more -peantic fixesMax Horn
2002-12-25fixed invalid memory accessMax Horn
2002-12-14make alpha blend level adjustable, and fixed an overflow bugMax Horn
2002-12-13changed back transparencyMax Horn
2002-12-13playing a bit with the alpha levelMax Horn
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the backe...Max 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-10fixed dialog redrawing (when you switched in the save/load dialog between sav...Max Horn
2002-11-05make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h...Max Horn
2002-11-05fix for bug #633087 (umlauts in GUI)Max Horn
2002-11-05clip text drawingMax Horn
2002-10-26Fix warning found by Valgrind.Lionel Ulmer
2002-10-22Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)Nicolas Bacca