Age | Commit message (Expand) | Author |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2013-02-03 | GUI: Fix text alignment for the version in the launcher. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko |
2012-03-25 | GUI: Remove leftover code for the global dithering checkbox | Filippos Karapetis |
2012-03-19 | GUI: Add per-engine and per-game options | Filippos Karapetis |
2012-02-26 | COMMON: Move RenderMode and GUIOptions functionality into separate files | Max Horn |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-10-25 | GUI: Fix search clear button when switching themes or resolution. | Johannes Schickel |
2011-10-25 | LAUNCHER: Fix MIDI override setting | Eugene Sandulenko |
2011-10-25 | GUI: Refactor clear buttons | Eugene Sandulenko |
2011-10-25 | GUI: Added clear button to paths | Eugene Sandulenko |
2011-10-25 | LAUNCHER: benefit from PicButton being derivative of Button | Eugene Sandulenko |
2011-10-25 | LAUNCHER: Do not show clear image in classic theme | Eugene Sandulenko |
2011-10-24 | GUI: Added icon to clear button. Reverted PNG support | Eugene Sandulenko |
2011-10-23 | LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDI | Eugene Sandulenko |
2011-10-23 | AD: Swtich GUI options to a char array. | Eugene Sandulenko |
2011-08-06 | GUI: Removed redundant button label | Eugene Sandulenko |
2011-06-02 | GUI: Replace some s(n)printf uses by Common::String::format | Max Horn |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-21 | DS: Port of changes from branch-1-2-0 that I should really have moved into th... | agent-q |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-01-18 | GUI: Fix implicit signed to unsigned conversion warnings for some compilers. | Johannes Schickel |
2011-01-16 | GUI: Fix language popup in the game options. | Johannes Schickel |
2010-12-23 | PLUGINS: switched plugin manager to inheritance rather than #defines | Yotam Barnoy |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn |
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy |
2010-11-05 | COMMON/GUI/SCI: Changes to the EGA dithering checkbox | Filippos Karapetis |
2010-11-04 | SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca... | Filippos Karapetis |
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy |
2010-10-31 | Updated with latest from trunk | Yotam Barnoy |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-10-12 | I18N: Forward-port r53063 (minor lowres fixes) | Jordi Vilalta Prat |
2010-09-19 | I18N: Add lowres context for one string. | Thierry Crozat |
2010-09-11 | i18n: Add lowres context in a few places | Thierry Crozat |
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider |
2010-08-31 | I18N: Add "lowres" context in one place for the Add Game button | Thierry Crozat |
2010-08-30 | I18N: Add "lowres" context for several GUI strings when in 1x mode. | Thierry Crozat |
2010-08-23 | i18n: Add support for context in translations. | Thierry Crozat |
2010-08-13 | refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME | Tony Puccinelli |
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli |
2010-08-05 | added intermediary function 'findGameOnePlugAtATime' and switched load game a... | Tony Puccinelli |