aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
AgeCommit message (Expand)Author
2004-12-05Clean up OSystem::EventMax Horn
2004-11-27do clippingMax Horn
2004-11-25Make use of the new graphic primitivesMax Horn
2004-10-17cleanupMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-15Allow char drawing with a custom fontMax Horn
2004-08-15Removed some obsolete stuff; made switching to the alt font less intrusive (y...Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-22cleanupMax Horn
2004-03-15cleanup; added a TODO to Font classMax Horn
2004-03-13use 'Surface' in NewGuiMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-25remove outdated TODOMax Horn
2004-02-09cleanupMax Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-26Undo old tweak not necessary anymoreNicolas Bacca
2004-01-06updated copyright noticeMax Horn
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