aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
AgeCommit message (Expand)Author
2010-09-13I18N: Unified messages by removing whitespaces.Jordi Vilalta Prat
2010-09-12i18n: Add lowres context in a few places.Thierry Crozat
2010-09-11i18n: Add lowres context in a few placesThierry Crozat
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-23I18N: Do not translate 'English' in the language selection PopUpWidget.Thierry Crozat
2010-08-23i18n: Add support for context in translations.Thierry Crozat
2010-08-11Use tabs instead of spaces for indentation.Eugene Sandulenko
2010-08-11GUI: add music devices for c64, amiga and apple II gsFlorian Kagerer
2010-08-10GUI: fix broken MT-32 tabFlorian Kagerer
2010-07-31i18n: use user friendly language names in GUIThierry Crozat
2010-07-26GUI: Fix regression from r51265.Johannes Schickel
2010-07-24GUI: Fix bug #3027772 by adding MT-32 tabEugene Sandulenko
2010-07-21GUI: Properly show external MIDI devices.Johannes Schickel
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-12Consistently use "MT-32" as short name of the Roland MT-32 in our GUI and cre...Johannes Schickel
2010-07-09Replace _s(test ? "string1" : "string2") by test ? _("string1") : _("string2"...Thierry Crozat
2010-07-05GUI/AUDIO: minor fix for the case that after enabling individual audio option...Florian Kagerer
2010-07-04Simplify audio device settings handling by using the device handle as tag ins...Johannes Schickel
2010-07-04Whoops, always increase midiId, not only when it's added to the GM Device popup.Johannes Schickel
2010-07-04Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up.Johannes Schickel
2010-07-04More cleanup / readability fixes.Johannes Schickel
2010-07-04Cleanup.Johannes Schickel
2010-07-04GUI/AUDIO: This change will make individual game audio settings take over the...Florian Kagerer
2010-06-28Fix regression from r50382, which triggered an assert when clicking "OK" in t...Johannes Schickel
2010-06-27GUI: and another fix for the music device popupFlorian Kagerer
2010-06-27GUI: fix music device popup (thanks to clone2727 for reporting)Florian Kagerer
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-26GUI: If no language is explicitly selected and autodetection is available, se...Jordi Vilalta Prat
2010-06-25AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-20Commit slightly modified version of patch #3018727: fix subtitle options (tha...Thierry Crozat
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15GUI: Fixed warningsEugene Sandulenko
2010-06-15GUI: Fix crashEugene Sandulenko
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko
2010-06-15GUI: Disable AdLib controls if game does not support it.Eugene Sandulenko
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-06-15GUI: Added tooltips to more widgets.Eugene Sandulenko
2010-06-15GUI: Added tons of tooltips.Eugene Sandulenko
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-04-06GUI: Remove 'typedef Common::String String' from (Global)OptionsDialogMax Horn
2009-08-16Fix options dialog's reflowLayout.Johannes Schickel
2009-08-08Implement FR#2821534: "GUI: Mute All disable volume sliders"Eugene Sandulenko
2009-07-29Sort audio output rates numerically (see FR #2821525)Max Horn
2009-06-06Disable MIDI controls if GUIO_NOMIDI is setEugene Sandulenko
2009-06-06Implement FR#862150: "GUI: Show subtitles/speech options only for speech games"Eugene Sandulenko
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko