Age | Commit message (Expand) | Author |
2019-10-03 | GUI: Add Missing Switch Default Cases | D G Turner |
2019-09-21 | BACKENDS: Add a default clipboard implementation | Cameron Cawley |
2019-05-05 | GUI: Use a truetype font for the debug console | Bastien Bouclet |
2018-05-07 | GUI: Add copy and paste support to the graphical console | Bastien Bouclet |
2018-04-19 | GUI: Unify clip and non-clip draw calls | Bastien Bouclet |
2018-03-12 | GUI: Remove the ThemeItem draw queues | Bastien Bouclet |
2018-01-27 | GUI: Remove Dialog::markAsDirty to expose full GUI redraws | Bastien Bouclet |
2018-01-27 | GUI: Implement dirty-checking for widget redraws | Bastien Bouclet |
2017-09-05 | GUI: Remove code that closes debugger if # or ~ keys are pressed | Paul Gilbert |
2017-08-06 | GUI: Mark some fall-through cases as intentional | Bastien Bouclet |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-14 | GUI: Use Common::String for console history, to ensure buffer safety. | Joel Teichroeb |
2011-10-28 | GUI: Change scrollbar repeat handling from a timer proc to handleTickle. | Johannes Schickel |
2011-09-19 | GUI: Silence GCC warning | Torbjörn Andersson |
2011-09-19 | GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() | Littleboy |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-11-16 | GUI: Fixed build failure in console due to missing header. | David Turner |
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn |
2010-11-01 | GUI: Rename ConsolDialog methods (v)printf, putchar | Max Horn |
2010-10-18 | Revert "GUI: Use vprintf in Console class. Patch by littleboy" | Eugene Sandulenko |
2010-10-18 | GUI: Use vprintf in Console class. Patch by littleboy | Eugene Sandulenko |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-06-28 | common console: also show prompt, if the engine wrote onto gui console since ... | Martin Kiewitz |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-01 | Fix behavior of delete key, when the cursor is at the end of the input line. | Johannes Schickel |
2010-02-01 | Fix assert after ^W and Delete key events in the debugger, when there's nothi... | Johannes Schickel |
2010-02-01 | partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 | Martin Kiewitz |
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-07-16 | Fixed bug: In-game console doesn't stay centered when switching resolutions o... | Vicent Marti |
2009-05-11 | Turned fixed-size lists of debugger/console commands and variables into more ... | Max Horn |
2009-03-04 | Fix bug #2621207 "GUI: Debug console glitch". | Johannes Schickel |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-12 | GUI: Turn scrollbar width into a theme variable | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-10-13 | Fixed: Ingame debug console in all games. | Vicent Marti |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class... | Max Horn |
2006-08-04 | Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d... | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-07-10 | Call handleScreenChanged() when opening the console. Otherwise, we may get | Torbjörn Andersson |