aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
AgeCommit message (Expand)Author
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Fix changing the scaler while GUI scaling and the console are activeMax Horn
2005-01-06Distinguish left and right mouse buttonMax Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-06oops againMax Horn
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Fix running ScummVM in plugin-modeMax Horn
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