Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-27 | HOPKINS: Update credits | Strangerke | |
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-04 | CREDITS: Fix display of credits with non ISO-8859-1 charsets | Thierry Crozat | |
The credits.pl script now prints both the ASCII and ISO-8859-1 strings in the credits.dat file when they are different. The About dialog then chooses either one or the other depending on the current charset used. This fixes bug #3539986 | |||
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-02-03 | GUI: Fix text alignment for the version in the launcher. | Johannes Schickel | |
Formerly in LauncherDialog::reflowLayout an incorrect way to query the acutal text alignment was used for the static text widget used for the ScummVM version. | |||
2013-01-28 | Merge pull request #306 from lordhoto/filechooser-hidden | Johannes Schickel | |
GUI: Allow user to display hidden files in the browser dialog. | |||
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 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-26 | Merge branch 'eriktorbjorn-fluidsynth-settings' | Johannes Schickel | |
This is a manual merge of a slightly adapted pull request #296. The changes made are: - Each time the theme format changes, the version was increased - default.inc has been regenerated in the same commit as the theme changes | |||
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: Misc FluidSynth-related cleanups. | Torbjörn Andersson | |
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 | GUI: Swap Reverb and Chorus tabs in FluidSynth settings | Torbjörn Andersson | |
Again, this is to be more like Qsynth. | |||
2013-01-26 | GUI: Make the FluidSynth settings dialog a bit more like Qsynth | Torbjörn Andersson | |
To help people familiar with Qsynth (I'm not, but it seems to be one of the more polished FluidSynth front ends), use the same presentation and terminology for the FluidSynth settings. More to follow. | |||
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. | |||
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2013-01-02 | TOLTECS: Add credits for toltecs | Filippos Karapetis | |
2013-01-02 | GUI: Improve the description of the Roland GS mode checkbox | Filippos Karapetis | |
2012-12-27 | GUI: Don't allow changing disabled popup widgets with mouse wheel | Torbjörn Andersson | |
This was another inconsistency between changing the widget by clicking and changing it with the mouse wheel. Hopefully the last one, though. | |||
2012-12-27 | GUI: Notify when popup widget changes by mousewheel | Torbjörn Andersson | |
This is consistent with the notification when the widget changes by clicking. As far as I can tell, that notification was added shortly before mouse wheel handling was added. It missing from the mouse wheel handler was presumably just an oversight. | |||
2012-12-27 | GUI: Change value by one on mouse wheel, not by one pixel | Torbjörn Andersson | |
On file-grained sliders, changing the value by one pixel was unpredictable because it wouldn't change by the same amount every time. (And of course, some values were not possible to set.) On course-grained sliders, changing the value by one pixel would sometimes not change it at all, causing the slider to seem stuck. Now the slider can be set to any value. | |||
2012-12-27 | GUI: Redraw the popup widget when a the selection changes | Torbjörn Andersson | |
Otherwise, it will look like the value hasn't changed until the widget is redrawn for other reasons, e.g. by mouse-over. Incidentally, does anyone know why handleMouseDown() calls sendCommand() when the selection changes, while handleMouseWheel() does not? | |||
2012-12-23 | I18N: Update Hungarian translation from patch #3598125 | Thierry Crozat | |
2012-12-20 | JANITORIAL: Indent with tabs instead of spaces | Torbjörn Andersson | |
2012-12-13 | CREDITS: Adding credits for Belarusian translation | Thierry Crozat | |
2012-12-13 | I18N: Adding Belarusian translation from patch #3595284 | Thierry Crozat | |
2012-12-13 | COMMON: Add wrapper for isprint. | Johannes Schickel | |
This is done in the spirit of 658080deeda79d20ea40643569fbcb072573e7cf. | |||
2012-12-01 | I18N: Updating Finnish translation | Thierry Crozat | |
2012-12-01 | CREDITS: Adding catnose in credits for Finnish translation | Thierry Crozat | |
2012-12-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-11-18 | OSX: Add missing include for NSURL | Thierry Crozat | |
This fixes compilation on older systems (apparently on newer systems it was already included indirectly). | |||
2012-11-18 | OSX: Improve native OS X browser dialog | Max Horn | |
Signed-off-by: Thierry Crozat <criezy@scummvm.org> | |||
2012-10-28 | GUI: Check for screen changes in the saveload chooser selection code. | Johannes Schickel | |
2012-10-18 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2012-10-08 | Merge pull request #257 from lordhoto/graphics-conversion | Johannes Schickel | |
Extend crossBlit for abitrary (in-place) conversions and add a in-place conversion to Surface | |||
2012-10-08 | CREDITS: Mark Lothar Serra Mari as retired | Thierry Crozat | |
2012-09-26 | GUI: Support for page restoring for non-continuous save lists in the grid ↵ | Johannes Schickel | |
chooser. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-26 | GUI: Fix maximum page number calculation in grid chooser. | Johannes Schickel | |
This avoids a off by one error in some cases. | |||
2012-09-26 | GUI: Save/restore last scroll position in the list save/load dialog. | Johannes Schickel | |
This should give a better user experience, since the user will not have to scroll back to where he was when he used the dialog last. Thanks to wjp for suggesting this. | |||
2012-09-26 | GUI: Save/restore the last used page in the grid save/load dialog. | Johannes Schickel | |
This allows opening the dialog on (nearly) the same page again as when it was closed. Sadly due to the different number of entries in the save and load version this is not always exactly the same page as before. Same goes for resolution changes. Thanks to wjp for suggesting this. | |||
2012-09-25 | TONY: Add credits for Tony | Strangerke | |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-06 | CREDITS: Reshuffle special thanks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Minor tweaks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME. | Einar Johan Trøan Sømåen | |