index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
options.cpp
Age
Commit message (
Expand
)
Author
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-06
I18N: Make some more GUI strings translatable.
Alyssa Milburn
2011-06-06
GUI: Fix message after changing languages.
Alyssa Milburn
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
GUI: Prevent the GUI code from incorrectly reloading the theme when the built...
agent-q
2011-05-17
GUI: Fix for bug #3303501 "Switching from HQ2x->HQ3x crashes ScummVM".
Johannes Schickel
2011-05-16
GUI: Apply graphics mode change when closing global options dialog
Thierry Crozat
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-04-17
GUI: Fix indentation problems. Remove unwanted space.
Engin Manap
2011-04-17
GUI: Fix apply old theme even if theme is not changed.
Engin Manap
2011-04-17
GUI: Fix theme change ignores cancel on options window.
Engin Manap
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-30
I18N: Don't build TranslationManager when translation is disabled.
Jordi Vilalta Prat
2010-11-25
GUI: Changed wording of "Disable dithering" to "Enable undithering"
Filippos Karapetis
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-16
GUI: Fixed Memory Leak in RadiobuttonGroup usage in Options Dialog.
David Turner
2010-11-05
GUI: Better description of the dithering checkbox
Filippos Karapetis
2010-11-05
Grammar
Filippos Karapetis
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-10-25
GUI/LAUNCHER: follow-up to r53771
Florian Kagerer
2010-10-24
GUI/LAUNCHER: improved MIDI device selection (also #3088438)
Florian Kagerer
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-10-12
I18N: Forward-port r53063 (minor lowres fixes)
Jordi Vilalta Prat
2010-10-01
GUI: Fix bug #3075649 (Fonts not found with built-in theme)
Thierry Crozat
2010-10-01
GUI: Error message for theme incompatible with current language
Thierry Crozat
2010-09-13
I18N: Unified messages by removing whitespaces.
Jordi Vilalta Prat
2010-09-12
i18n: Add lowres context in a few places.
Thierry Crozat
2010-09-11
i18n: Add lowres context in a few places
Thierry Crozat
2010-08-30
I18N: Add "lowres" context for several GUI strings when in 1x mode.
Thierry Crozat
2010-08-23
I18N: Do not translate 'English' in the language selection PopUpWidget.
Thierry Crozat
2010-08-23
i18n: Add support for context in translations.
Thierry Crozat
2010-08-11
Use tabs instead of spaces for indentation.
Eugene Sandulenko
2010-08-11
GUI: add music devices for c64, amiga and apple II gs
Florian Kagerer
2010-08-10
GUI: fix broken MT-32 tab
Florian Kagerer
2010-07-31
i18n: use user friendly language names in GUI
Thierry Crozat
2010-07-26
GUI: Fix regression from r51265.
Johannes Schickel
2010-07-24
GUI: Fix bug #3027772 by adding MT-32 tab
Eugene Sandulenko
2010-07-21
GUI: Properly show external MIDI devices.
Johannes Schickel
2010-07-21
Strip trailing whitespaces in our common code base.
Johannes Schickel
2010-07-12
Consistently use "MT-32" as short name of the Roland MT-32 in our GUI and cre...
Johannes Schickel
2010-07-09
Replace _s(test ? "string1" : "string2") by test ? _("string1") : _("string2"...
Thierry Crozat
2010-07-05
GUI/AUDIO: minor fix for the case that after enabling individual audio option...
Florian Kagerer
2010-07-04
Simplify audio device settings handling by using the device handle as tag ins...
Johannes Schickel
2010-07-04
Whoops, always increase midiId, not only when it's added to the GM Device popup.
Johannes Schickel
2010-07-04
Prevent the MT-32 Emulator from being displayed in the "GM Device" pop up.
Johannes Schickel
2010-07-04
More cleanup / readability fixes.
Johannes Schickel
[next]