aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
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
2002-12-14added a simple prompt; added an edit caret; some other cleanupMax Horn
2002-12-14changed console look&feel a little bitMax Horn
2002-12-14some more console codeMax Horn
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn