aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Collapse)Author
2003-03-06and more cleanup .... LastPaweł Kołodziejski
svn-id: r6721
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6216
2002-12-16fix Ctrl-D; work around VC++ quirks properlyMax Horn
svn-id: r6003
2002-12-16small fixOliver Kiehl
svn-id: r6002
2002-12-16fixed compilation under MSVCPaweł Kołodziejski
svn-id: r5998
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far ↵James Brown
more expandable and userfriendly than our previous. Enable experimental console debugger by default, as I havn't written the text console code yet :) svn-id: r5990
2002-12-16Fix segfaultJames Brown
svn-id: r5988
2002-12-15console now "remembers" the text which the user had typed before using the ↵Oliver Kiehl
history svn-id: r5977
2002-12-15added a history (based on code by olki)Max Horn
svn-id: r5976
2002-12-15added input callback hook to consoleMax Horn
svn-id: r5973
2002-12-14oopsOliver Kiehl
svn-id: r5972
2002-12-14use killChar for backspace as wellMax Horn
svn-id: r5971
2002-12-14fixed ctrl-w and added ctrl-d and <delete>Oliver Kiehl
svn-id: r5970
2002-12-14retrieve the input and (for now) print it back to the consoleMax Horn
svn-id: r5969
2002-12-14scroll to caret if user typesMax Horn
svn-id: r5968
2002-12-14improved caretMax Horn
svn-id: r5966
2002-12-14improved line editing; reworked various internal detailsMax Horn
svn-id: r5965
2002-12-14added a scrollbar to consoleMax Horn
svn-id: r5964
2002-12-14added a simple prompt; added an edit caret; some other cleanupMax Horn
svn-id: r5963
2002-12-14changed console look&feel a little bitMax Horn
svn-id: r5959
2002-12-14some more console codeMax Horn
svn-id: r5955
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952