aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp
2013-07-04GUI: Cleanup EventRecorder::getSurface.Johannes Schickel
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation.
2013-07-04RECORDER: Fix crash at startupEugene Sandulenko
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
GSoC2012: Event Recorder (reworked)
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-06-01Merge pull request #332 from bluegr/roland_gs_cleanupJohannes Schickel
SCUMM: iMuse - Clean-up of Roland GS code (updated)
2013-05-26GUI: Fix the spelling of some variable/class namesMatthew Hoops
2013-05-26GUI: Add missing include for IBActionMatthew Hoops
Hopefully will fix compilation on older Mac versions
2013-05-26Merge pull request #307 from criezy/filebrowser-hidden-osxAlyssa Milburn
OSX: Allow user to display hidden files in the browser dialog.
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-11GUI: Update Roland GS description in MT-32 tabtcarey
Clarified the Roland GS settings. The current description is only partially accurate and confusing at best.
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-04-24GUI: Plug memory leak. CID 1003572Eugene Sandulenko
2013-04-24GUI: Fix memory leak. CID 1003569Eugene Sandulenko
2013-04-21GUI: Fix previous commitEugene Sandulenko
2013-04-21GUI: Add sanity check to config format. CID 1004153Eugene Sandulenko
2013-04-16GUI: 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-09OSX: Fix memory leaksThierry Crozat
2013-03-17OSX: Allow user to display hidden files in the browser dialogThierry Crozat
2013-03-04CREDITS: Added NoiZeEugene Sandulenko
2013-02-27HOPKINS: Update creditsStrangerke
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-04CREDITS: Fix display of credits with non ISO-8859-1 charsetsThierry 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-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-02-03GUI: 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-28Merge pull request #306 from lordhoto/filechooser-hiddenJohannes Schickel
GUI: Allow user to display hidden files in the browser dialog.
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-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-26Merge 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-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: Misc FluidSynth-related cleanups.Torbjörn Andersson
2013-01-26GUI: Add "Reset" button to FluidSynth settings dialogTorbjörn Andersson
This resets the FluidSynth settings to their default values.
2013-01-26GUI: Swap Reverb and Chorus tabs in FluidSynth settingsTorbjörn Andersson
Again, this is to be more like Qsynth.