aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
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
2003-09-23console.h from bs2/ is found before gui/ on PalmOS and cause compilation errorsChris Apers
2003-09-20make console height/width based on a float percentage of the overlay size -> ...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-05removed outdated commentsMax Horn
2003-08-28fix killLastWordOliver Kiehl
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...Max Horn
2003-05-03Patch #731613: debugger tab-completion (thanks, Willem!)Max Horn
2003-05-03Patch #731615: console: KillLastWord brokenMax Horn
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
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-16fix Ctrl-D; work around VC++ quirks properlyMax Horn
2002-12-16small fixOliver Kiehl
2002-12-16fixed compilation under MSVCPaweł Kołodziejski
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far m...James Brown
2002-12-16Fix segfaultJames Brown
2002-12-15console now "remembers" the text which the user had typed before using the hi...Oliver Kiehl
2002-12-15added a history (based on code by olki)Max Horn
2002-12-15added input callback hook to consoleMax Horn
2002-12-14oopsOliver Kiehl
2002-12-14use killChar for backspace as wellMax Horn
2002-12-14fixed ctrl-w and added ctrl-d and <delete>Oliver Kiehl
2002-12-14retrieve the input and (for now) print it back to the consoleMax Horn
2002-12-14scroll to caret if user typesMax Horn
2002-12-14improved caretMax Horn
2002-12-14improved line editing; reworked various internal detailsMax Horn
2002-12-14added a scrollbar to consoleMax Horn