aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-22Use KEYCODE constants.Torbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class...Max Horn
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-07-10Call handleScreenChanged() when opening the console. Otherwise, we may getTorbjörn Andersson
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