Age | Commit message (Expand) | Author |
2014-05-28 | CREDITS: Update for Voyeur- and MADS-changes | Sven Hesse |
2014-05-27 | ALL: Introduce typesafe Debugger::registerVar functions. | Johannes Schickel |
2014-05-27 | GUI: Don't endorse function naming against our guidelines in docu. | Johannes Schickel |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel |
2014-05-27 | GUI: Slight naming cleanup in Debugger. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DVar_Register to Debugger::registerVar. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-05-25 | GUI: Fix compilation | Willem Jan Palenstijn |
2014-05-15 | GUI: Add usage for "debuglevel" command output in Debugger base class. | D G Turner |
2014-05-13 | GUI: Clarify "debuglevel" command output in Debugger base class. | D G Turner |
2014-05-12 | GUI: Minor further fixes to "debuglevel" command in Debugger base class. | D G Turner |
2014-05-10 | GUI: Add "debuglevel" command to Debugger base class. | D G Turner |
2014-04-06 | GUI: Tab cycling handles multiple themes. | Zerophase |
2014-04-01 | GUI: Fix tab cycling when total tabs increase. | Zerophase |
2014-04-01 | GUI: Add Tab cycling to TabWidget | Zerophase |
2014-03-09 | I18N: Update translation data file | Thierry Crozat |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-15 | AVALANCHE: Repair rest of the credits. | uruk |
2014-01-11 | GUI: Fix menu layout for low-res classic theme | Marcus Comstedt |
2014-01-02 | BUILD: Support libedit readline wrapper | Willem Jan Palenstijn |
2014-01-01 | JANITORIAL: Update copyright year | Eugene Sandulenko |
2013-11-24 | GUI: Do not draw text outside edit rect in EditableWidget. | Johannes Schickel |
2013-11-24 | GUI: Fix undrawing caret glitch when the edit text is inversed. | Johannes Schickel |
2013-11-24 | GUI: Document EditableWidget::getEditRect. | Johannes Schickel |
2013-11-24 | GUI: Draw caret over the whole height of the edit rect. | Johannes Schickel |
2013-11-24 | GUI: Fix out-of-bounds check in EditableWidget::drawCaret. | Johannes Schickel |
2013-11-24 | GUI: Fix character redrawing behind caret in EditTextWidgets. | Johannes Schickel |
2013-11-24 | GUI: Fix EditTextWidget::getEditRect's returned height. | Johannes Schickel |
2013-11-24 | GUI: Fix ListWidget::getEditRect's returned height. | Johannes Schickel |
2013-11-14 | GUI: Use Common::String for console history, to ensure buffer safety. | Joel Teichroeb |
2013-11-14 | GUI: Fix for potential bad cursor palette access in warning case. | Joel Teichroeb |
2013-11-03 | GUI: Skip useless assignment. CID 1002117 | Eugene Sandulenko |
2013-10-30 | CREDITS: Add credits for game translations | Thierry Crozat |
2013-10-20 | Merge pull request #408 from lordhoto/opengl-replacement | Johannes Schickel |
2013-10-19 | GUI: Check for screen change whenever an event is polled. | Johannes Schickel |
2013-10-17 | Merge branch 'zvision' | Willem Jan Palenstijn |
2013-10-17 | Merge branch 'avalanche' | Willem Jan Palenstijn |
2013-10-14 | ZVISION: Use credits.pl to update AUTHORS and credits.h | RichieSams |
2013-10-07 | AVALANCHE: Fix savegame patterns | Strangerke |
2013-10-07 | AVALANCHE: Repair credits.h | uruk |
2013-10-06 | CREDITS: Add Keith for some pegasus patches | Matthew Hoops |
2013-10-06 | AVALANCHE: Update credit files. | uruk |
2013-10-02 | GUI: Do not return current input on cancel in PredictiveDialog. | Johannes Schickel |
2013-10-02 | GUI: Initialize PredictiveDialog::_predictiveResult. | Johannes Schickel |
2013-10-02 | GUI: Clean up calloc use in PredictiveDialog. | Johannes Schickel |
2013-10-02 | GUI: Fix compilation with clang and C++11. | Johannes Schickel |
2013-09-30 | GUI: Fix compiler warning | Eugene Sandulenko |
2013-09-30 | GUI: Fix missing initializers for ListWidget. CID 1002259. | D G Turner |