aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2013-08-10GUI: Initialise _hotkey in ButtonWidget constructorThierry Crozat
One of the two ButtonWidget constructor did not initialise _hotkey when given a non-null value. This caused valgrind to report an access to uninitialised variable in Dialog::handleKeyDown().
2013-08-03GUI: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GUI: Prefer getBasePtr instead of direct Surface::pixels access.Johannes Schickel
2013-07-18Merge pull request #353 from clone2727/eventrec_timer_fixEugene Sandulenko
ALL: Don't use EventRecorder at all when not compiled in
2013-07-15GUI: Mark some intentional fall throughs in switches.Johannes Schickel
All of these are for handling kCloseCmd.
2013-07-15GUI: Allow the event recorder dialog to be closed.Johannes Schickel
This is a regression from 6e4217e1ba1df9fd2ee4cd0d61151ed7dfc53021. setResult does not automatically close the dialog. However, Dialog::handleCommand will close the dialog when kCloseCmd is received.
2013-07-14RECORDER: Fix indentingSven Hesse
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-14RECORDER: Fix CID 1046887. Missing break in switchEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046882. Uninitalized variablesEugene Sandulenko
2013-07-14RECORDER: Rename class variables in accoudance with our code styleEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046883. Uninitialized variablesEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046881. Unused valueEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046888. Wrong check.Eugene Sandulenko
2013-07-14RECORDER: Rename class variable in accoudance with our code style.Eugene Sandulenko
2013-07-14RECORDER: Fix CID 1046884. Uninitialized class variables.Eugene Sandulenko
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