aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
AgeCommit message (Collapse)Author
2014-07-05I18N: Update French translationThierry Crozat
2014-07-02I18N: Regenerate the translations data fileThierry Crozat
2014-07-01I18N: update translations.datEugene Sandulenko
2014-06-22GUI: Reduce spacing in save/load chooser in the classic theme.Johannes Schickel
This fixes bug #6658 "GUI: Save/Load grid view needs tuning for classic theme, 640x400 pixels" for me.
2014-06-05GUI: Recreate default theme.Johannes Schickel
2014-06-05GUI: Use sorted file list in scummtheme.py.Johannes Schickel
This will (hopefully) reduce the amount of changes when recreating the themes because the order in which files will be processed is the same unless the sorting differs on systems...
2014-03-09I18N: Update translation data fileThierry Crozat
2014-01-11GUI: Fix menu layout for low-res classic themeMarcus Comstedt
Since clipping is now in place for strings, having text widgets which are 4 pixels high will no longer work. Remade the layout to set better heights, and remove some spacing instead.
2013-08-22THEME: Add back entry for color when hovering over buttonNarek Mailian
2013-08-16GRAPHICS: Gradient blending on borders of rounded squaresNarek Mailian
2013-08-16GRAPHICS: Add support for Soft Shadows with rounded squaresNarek Mailian
2013-08-16GUI: Add code to default theme generation to reduce string length.D G Turner
The additional code skips the extraneous spaces after the end of an XML close brace (>) reducing the string literal by 3106 characters, thus bringing it within the limit for C++ string literals. Have regenerated the default.inc from scummclassic with this change.
2013-08-16GUI: Add too long string literal warning code to theme generation tool.D G Turner
This has the same effect as clang's -Woverlength-strings warning of string literals longer than C++ compilers are specified to work with.
2013-07-04RECORDER: Fix crash at startupEugene Sandulenko
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
GSoC2012: Event Recorder (reworked)
2013-05-22I18N: Regenerate translations data fileThierry Crozat
2013-05-17I18N: Regenerate translations data fileThierry Crozat
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-13I18N: Regenerate translations data fileThierry Crozat
2013-05-08I18N: Fix missing quote in Ukrainian translationThierry Crozat
2013-05-08I18N: Regenerate translations data fileThierry Crozat
2013-05-05I18N: Updated translations.datEugene Sandulenko
2013-05-05I18N: Update Catalan translationJordi Vilalta Prat
2013-04-29I18N: Regenerate translations data fileThierry Crozat
2013-04-28I18N: Regenerate translations data fileThierry Crozat
2013-04-26I18N: Update French translationThierry Crozat
2013-04-26I18N: Update Hungarian translation (from patch #3611796)Thierry Crozat
2013-04-24I18N: Update Galician translation (from patch #3611744)Thierry Crozat
2013-04-24I18N: Update Norwegian (Bokmål)-translationEinar Johan Trøan Sømåen
2013-02-16I18N: Update Hungarian translation from patch #3604064Thierry Crozat
2013-02-07I18N: Update translations from source codeThierry Crozat
This adds the translation strings from the pegasus engine.
2013-02-07I18N: Update Czech translation from patch #3603683Thierry Crozat
2013-02-04I18N: Update Hungarian translation from patch #3603156Thierry Crozat
2013-02-03I18N: Update translation files from source codeThierry Crozat
2013-02-03GUI: Center Launcher.Version in all themes.Johannes Schickel
Now that we actually use the textalign field of Launcher.Version the version would be left aligned by default. This looks odd for the classic theme and the low resolution version of the modern theme and is contrary to the old "default" value, so I decided to center the string explicitly again.
2013-01-27GUI: Allow user to display hidden files in the browser dialog.Johannes Schickel
This implements feature request #3600774 "File browser: show hidden files".
2013-01-26GUI: Move the FluidSynth reset button from Misc tab to bottomTorbjörn Andersson
This should make it clearer that Reset applies to all of the FluidSynth settings, not just the Misc tab.
2013-01-26GUI: Add "Reset" button to FluidSynth settings dialogTorbjörn Andersson
This resets the FluidSynth settings to their default values.
2013-01-26FLUIDSYNTH: Add separate dialog for FluidSynth settingsTorbjörn Andersson
I don't really understand what these parameters do, or what the sensible values are, so for now the sliders are limited only by the allowed (or, in one case, "safe") values.
2012-12-23I18N: Update Hungarian translation from patch #3598125Thierry Crozat
2012-12-13I18N: Adding Belarusian translation from patch #3595284Thierry Crozat
2012-12-01I18N: Updating Finnish translationThierry Crozat
2012-12-01I18N: Regenerate translations data fileThierry Crozat
2012-10-18I18N: Regenerate translations.datEugene Sandulenko
2012-08-27I18N: Update translation data file.Jordi Vilalta Prat
2012-08-27I18N: Update translation data fileThierry Crozat
2012-08-15I18N: Regenerate translations data fileThierry Crozat
2012-08-12GUI: Make normal disabled color of the modern theme darker.Johannes Schickel
This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme". At the very least it will improve the contrast.
2012-08-12GUI: Create the builtin theme from scummclassic again.Johannes Schickel
The old builtin one actually was based on a unpublished version, which failed with the current code. Oops.
2012-08-12I18N: Update POTFILES and rebuild the translations.Johannes Schickel