aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
AgeCommit message (Expand)Author
2013-02-03GUI: Fix text alignment for the version in the launcher.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-03-25GUI: Remove leftover code for the global dithering checkboxFilippos Karapetis
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-10-25GUI: Fix search clear button when switching themes or resolution.Johannes Schickel
2011-10-25LAUNCHER: Fix MIDI override settingEugene Sandulenko
2011-10-25GUI: Refactor clear buttonsEugene Sandulenko
2011-10-25GUI: Added clear button to pathsEugene Sandulenko
2011-10-25LAUNCHER: benefit from PicButton being derivative of ButtonEugene Sandulenko
2011-10-25LAUNCHER: Do not show clear image in classic themeEugene Sandulenko
2011-10-24GUI: Added icon to clear button. Reverted PNG supportEugene Sandulenko
2011-10-23LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDIEugene Sandulenko
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-08-06GUI: Removed redundant button labelEugene Sandulenko
2011-06-02GUI: Replace some s(n)printf uses by Common::String::formatMax Horn
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-21DS: Port of changes from branch-1-2-0 that I should really have moved into th...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-01-18GUI: Fix implicit signed to unsigned conversion warnings for some compilers.Johannes Schickel
2011-01-16GUI: Fix language popup in the game options.Johannes Schickel
2010-12-23PLUGINS: switched plugin manager to inheritance rather than #definesYotam Barnoy
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-05PLUGINS: improved one-at-a-time plugin codeYotam Barnoy
2010-11-05COMMON/GUI/SCI: Changes to the EGA dithering checkboxFilippos Karapetis
2010-11-04SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca...Filippos Karapetis
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-12I18N: Forward-port r53063 (minor lowres fixes)Jordi Vilalta Prat
2010-09-19I18N: Add lowres context for one string.Thierry Crozat
2010-09-11i18n: Add lowres context in a few placesThierry Crozat
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-08-31I18N: Add "lowres" context in one place for the Add Game buttonThierry Crozat
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-23i18n: Add support for context in translations.Thierry Crozat
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-05added intermediary function 'findGameOnePlugAtATime' and switched load game a...Tony Puccinelli
2010-07-24GUI: Fix bug #3027772 by adding MT-32 tabEugene Sandulenko