aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
2006-06-20Applied patches from bug report #1276480, "GUI: Accented characters". ThisTorbjörn Andersson
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-26- Put scrollbar inside of list widgetEugene Sandulenko
2006-05-26Do not create scrollbar copy on each resolution switchEugene Sandulenko
2006-05-26Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now.Eugene Sandulenko
2006-05-26Properly process screen change event in consoleEugene Sandulenko
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-01Patch #1420942 (console page down fix)Max Horn
2006-01-31Implements the usage of cached backgrounds in the old theme as well,Johannes Schickel
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-08Use font managerChris Apers
2005-09-03Change PalmOS identChris Apers
2005-07-14Don't count the time it takes to do the blending when timing the slideTorbjörn Andersson
2005-07-13Cache the blended background in a surface, so that the blending only needsTorbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...Max Horn
2005-04-17Use variable width scrollbar in the console dialogMax Horn
2005-04-17Allow usage of ScrollBarWidget with a non-standard widthMax Horn
2005-04-17Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scalingMax Horn
2005-02-06Moved the console font from gui to graphicsMax Horn
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-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-12clean up slide codeMax Horn
2004-11-27Add slide animation effect to the consoleMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-15Use custom font for the console -> more information visible, helps when using...Max Horn
2004-08-15Removed some obsolete stuff; made switching to the alt font less intrusive (y...Max Horn
2004-05-23Applied patch #956989 ("Varous console fixes"). Fingolfin said it lookedTorbjörn Andersson
2004-05-05Maybe this change will cure one of erik's two console bug reports (namely #94...Max Horn
2004-05-05Cleaned up console code a bit - wrap around logic needs workMax Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-28cleanupMax Horn
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-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