aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
AgeCommit message (Expand)Author
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
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax 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-28changed the crosshair curso to match the Scumm one (I hope?)Max Horn
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax 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-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-19NewGui now has its own mouse cursor code -> again one less dependency on Scum...Max Horn
2002-09-19found out that guifont actually contains a char width table -> make use of it...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-17added support for nonenglish the dig - for gui this time. now is completed :)Paweł Kołodziejski
2002-09-08decreased double click intervalMax Horn
2002-09-01more resolution fixesPaweł Kołodziejski
2002-08-29sound system cleanupMax Horn
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn