aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
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