Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-04-26 | I18N: Update French translation | Thierry Crozat | |
2013-04-26 | I18N: Update Hungarian translation (from patch #3611796) | Thierry Crozat | |
2013-04-24 | I18N: Update Galician translation (from patch #3611744) | Thierry Crozat | |
2013-04-24 | I18N: Update Norwegian (Bokmål)-translation | Einar Johan Trøan Sømåen | |
2013-02-16 | I18N: Update Hungarian translation from patch #3604064 | Thierry Crozat | |
2013-02-07 | I18N: Update translations from source code | Thierry Crozat | |
This adds the translation strings from the pegasus engine. | |||
2013-02-07 | I18N: Update Czech translation from patch #3603683 | Thierry Crozat | |
2013-02-04 | I18N: Update Hungarian translation from patch #3603156 | Thierry Crozat | |
2013-02-03 | I18N: Update translation files from source code | Thierry Crozat | |
2013-02-03 | GUI: 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-27 | GUI: Allow user to display hidden files in the browser dialog. | Johannes Schickel | |
This implements feature request #3600774 "File browser: show hidden files". | |||
2013-01-26 | GUI: Move the FluidSynth reset button from Misc tab to bottom | Torbjörn Andersson | |
This should make it clearer that Reset applies to all of the FluidSynth settings, not just the Misc tab. | |||
2013-01-26 | GUI: Add "Reset" button to FluidSynth settings dialog | Torbjörn Andersson | |
This resets the FluidSynth settings to their default values. | |||
2013-01-26 | FLUIDSYNTH: Add separate dialog for FluidSynth settings | Torbjö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-23 | I18N: Update Hungarian translation from patch #3598125 | Thierry Crozat | |
2012-12-13 | I18N: Adding Belarusian translation from patch #3595284 | Thierry Crozat | |
2012-12-01 | I18N: Updating Finnish translation | Thierry Crozat | |
2012-12-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-10-18 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2012-08-27 | I18N: Update translation data file. | Jordi Vilalta Prat | |
2012-08-27 | I18N: Update translation data file | Thierry Crozat | |
2012-08-15 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-08-12 | GUI: 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-12 | GUI: 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-12 | I18N: Update POTFILES and rebuild the translations. | Johannes Schickel | |
2012-08-12 | Merge pull request #260 from lordhoto/new-chooser. | Johannes Schickel | |
New save/load chooser Conflicts: gui/saveload.cpp | |||
2012-07-24 | GUI: Implement saving in the grid based save/load chooser. | Johannes Schickel | |
2012-07-15 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-09 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Updated translations.dat | Eugene Sandulenko | |
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-01 | GUI: Add page display to grid based load chooser. | Johannes Schickel | |
2012-07-01 | I18N: Update German translation | Thierry Crozat | |
One of the string was left untranslated in the last update. This adds the translation for that string (provided by Lightkey). | |||
2012-06-30 | I18N: Regenerate translation data file | Thierry Crozat | |
2012-06-29 | GUI: Allow the user to switch between list and thumbnail based load chooser. | Johannes Schickel | |
2012-06-25 | I18N: Update Hungarian translation from patch #3537638 | Thierry Crozat | |
2012-06-24 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-05-27 | I18N: Regenerate translation data file | Thierry Crozat | |
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko | |
2012-04-18 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-04-17 | I18N: Add translations for the Loom FM Towns proficiency level | Thierry Crozat | |
Those are the official French, Spanish and Italian translations from the DOS versions of the game (thanks to Simsaw for providing them). | |||
2012-03-29 | GUI: Fixed scrollbar button highlighting and positioning. | Martin Böhm | |
Fixes bug #3493324. | |||
2012-03-25 | GUI: Change the undithering checkbox to be an engine-specific option | Filippos Karapetis | |
2012-03-25 | GUI: convert bitmap to make compatible | Paweł Kołodziejski | |
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |