aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
AgeCommit message (Expand)Author
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
2019-09-21BACKENDS: Add a default clipboard implementationCameron Cawley
2019-05-05GUI: Use a truetype font for the debug consoleBastien Bouclet
2018-05-07GUI: Add copy and paste support to the graphical consoleBastien Bouclet
2018-04-19GUI: Unify clip and non-clip draw callsBastien Bouclet
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2018-01-27GUI: Remove Dialog::markAsDirty to expose full GUI redrawsBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2017-09-05GUI: Remove code that closes debugger if # or ~ keys are pressedPaul Gilbert
2017-08-06GUI: Mark some fall-through cases as intentionalBastien Bouclet
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-14GUI: Use Common::String for console history, to ensure buffer safety.Joel Teichroeb
2011-10-28GUI: Change scrollbar repeat handling from a timer proc to handleTickle.Johannes Schickel
2011-09-19GUI: Silence GCC warningTorbjörn Andersson
2011-09-19GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat()Littleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Fixed build failure in console due to missing header.David Turner
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-01GUI: Rename ConsolDialog methods (v)printf, putcharMax Horn
2010-10-18Revert "GUI: Use vprintf in Console class. Patch by littleboy"Eugene Sandulenko
2010-10-18GUI: Use vprintf in Console class. Patch by littleboyEugene Sandulenko
2010-07-17Remove PalmOS portMax Horn
2010-06-28common console: also show prompt, if the engine wrote onto gui console since ...Martin Kiewitz
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-01Fix behavior of delete key, when the cursor is at the end of the input line.Johannes Schickel
2010-02-01Fix assert after ^W and Delete key events in the debugger, when there's nothi...Johannes Schickel
2010-02-01partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361Martin Kiewitz
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
2009-07-16Fixed bug: In-game console doesn't stay centered when switching resolutions o...Vicent Marti
2009-05-11Turned fixed-size lists of debugger/console commands and variables into more ...Max Horn
2009-03-04Fix bug #2621207 "GUI: Debug console glitch".Johannes Schickel
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-10-13Fixed: Ingame debug console in all games.Vicent Marti
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-08Resolution-dependence in XML files.Vicent Marti
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
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