Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-01 | Merge pull request #332 from bluegr/roland_gs_cleanup | Johannes Schickel | |
SCUMM: iMuse - Clean-up of Roland GS code (updated) | |||
2013-05-26 | GUI: Fix the spelling of some variable/class names | Matthew Hoops | |
2013-05-26 | GUI: Add missing include for IBAction | Matthew Hoops | |
Hopefully will fix compilation on older Mac versions | |||
2013-05-26 | Merge pull request #307 from criezy/filebrowser-hidden-osx | Alyssa Milburn | |
OSX: Allow user to display hidden files in the browser dialog. | |||
2013-05-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-11 | GUI: Update Roland GS description in MT-32 tab | tcarey | |
Clarified the Roland GS settings. The current description is only partially accurate and confusing at best. | |||
2013-05-08 | I18N: Fix missing quote in Ukrainian translation | Thierry Crozat | |
2013-05-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-05 | I18N: Updated translations.dat | Eugene Sandulenko | |
2013-05-05 | I18N: Update Catalan translation | Jordi Vilalta Prat | |
2013-04-29 | I18N: Regenerate translations data file | Thierry Crozat | |
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-04-24 | GUI: Plug memory leak. CID 1003572 | Eugene Sandulenko | |
2013-04-24 | GUI: Fix memory leak. CID 1003569 | Eugene Sandulenko | |
2013-04-21 | GUI: Fix previous commit | Eugene Sandulenko | |
2013-04-21 | GUI: Add sanity check to config format. CID 1004153 | Eugene Sandulenko | |
2013-04-16 | GUI: Always try to show as many entries as possible in ListWidget. | Johannes Schickel | |
In case there were less items in the list than on a page, it was possible that a "scrollTo" call scrolled items out of the view even though all could be displayed. This caused odd behavior in the load dialog in T7G. There the list contains 10 entries. In case the last one was loaded via the dialog, the next time it was brought up again it showed the 9th entry at the top of the view and effectively hiding all the others. It furthermore did not show the scroll bar because all entries would have fit onto one page. To prevent this odd behavior, a boundary check has been added to all places where the scroll position is set. This has been taken from "scrollToCurrent" which already tried to prevent this. This fixes the second issue described in bug #3610960 "T7G - savegame glitches". | |||
2013-04-09 | OSX: Fix memory leaks | Thierry Crozat | |
2013-03-17 | OSX: Allow user to display hidden files in the browser dialog | Thierry Crozat | |
2013-03-04 | CREDITS: Added NoiZe | Eugene Sandulenko | |
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. |