aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2016-06-07I18N: Regenerate translations.datLothar Serra Mari
2016-06-06GUI: Do not change aspect ratio setting when it is disabledEugene Sandulenko
2016-06-06GUI: Fix regressionEugene Sandulenko
2016-06-06GUI: Fixed negative index checkEugene Sandulenko
2016-06-06GUI: Add credits for GnapStrangerke
2016-06-05GUI: Prevent potential negative index accessEugene Sandulenko
2016-06-05GUI: Fix possible negative index accessEugene Sandulenko
2016-06-01GUI: Initialize pointers to NULL, not falseTorbjörn Andersson
2016-06-01GRAPHICS: Restore layout debugging capabilitiesEugene Sandulenko
2016-06-01GUI: More object initialization cleanupEugene Sandulenko
2016-06-01GUI: Cleanup class initializationEugene Sandulenko
2016-05-29I18N: Regenerate translations.datLothar Serra Mari
2016-05-22UPDATES: Fix signed/unsigned warningFilippos Karapetis
2016-05-20CREDITS - Mark Clone2727 as RetiredStrangerke
2016-05-17CREDITS: Add Lubomyr to Android portersEugene Sandulenko
2016-05-16Merge pull request #722 from Abde-/masterEugene Sandulenko
GUI: Redraw Widget when setAlign() called
2016-05-16Merge pull request #745 from Cruel/3dsEugene Sandulenko
3DS: New Backend
2016-05-02GUI: Initialize widget paddingEugene Sandulenko
2016-04-17Merge pull request #749 from salty-horse/sticky_buttonsEugene Sandulenko
GUI: Remove 'sticky button' feature
2016-04-17Merge pull request #744 from salty-horse/dialog_focus_mouseEugene Sandulenko
GUI: When dialogs gain focus, inform them of the current mouse position
2016-04-17Merge pull request #740 from fuzzie/readline-dropeventsEugene Sandulenko
DEBUGGER: Drop events when using readline debugger
2016-04-14GUI: Remove 'sticky button' featureOri Avtalion
This feature made pressed buttons wait a few moments before returning to an unpressed state. It was half-implemented, and caused several visual bugs. Fixes #7083.
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-13GUI: Remove highlighting when button widget is pressedOri Avtalion
Without this, buttons would stay highlighted after being un-pressed. Fixes #7094.
2016-04-12Merge pull request #715 from dudola/patch-1Johannes Schickel
GUI: Remove dummy FluidSynth Settings button from Edit Game
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵Eugene Sandulenko
GUI_ONLY_FULLSCREEN
2016-04-10I18N: Regenerate translations.datEugene Sandulenko
2016-04-09I18N: Regenerate translations data fileThierry Crozat
2016-04-06GUI: When dialogs gain focus, inform them of the current mouse positionOri Avtalion
Previously, they only reacted to the mouse position once it was moved. This meant that if the cursor was on a button that just gained focus, it did not highlight. Fixes #7101.
2016-04-063DS: Initial commitThomas Edvalson
2016-04-05GUI: Increase update screen rate to 60HzLothar Serra Mari
2016-04-05GUI: Update _lastRedraw before calling updateScreenLothar Serra Mari
This reduces the cursor lags on some systems.
2016-04-03I18N: Regenerate translations data fileThierry Crozat
2016-04-03Merge pull request #735 from sev-/updates-guiEugene Sandulenko
UPDATES: Add GUI. Opt-in dialog and Options
2016-04-02I18N: Regenerate translations data fileThierry Crozat
2016-04-02CREDITS: Adding myself as OS X packagerThierry Crozat
2016-04-01UPDATES: Remove an unneeded checkEugene Sandulenko
2016-04-01UPDATES: Implement and use method for normalizing interval value to accepted ↵Eugene Sandulenko
values
2016-04-01I18N: Update translations template from source codeBastien Bouclet
2016-04-01DEBUGGER: Drop events when using readline debuggerAlyssa Milburn
This should avoid the readline debugger causing Windows to decide that ScummVM is unresponsive, by dropping incoming events in the idle callback.
2016-04-01GUI: Remove dummy FluidSynth Settings button from Edit Game.dudola
The FluidSynth Settings button actually works only from the Options dialog. https://sourceforge.net/p/scummvm/bugs/6821/
2016-03-31UPDATES: Normalize updates_check valueEugene Sandulenko
2016-03-31GUI: Sync built-in themeEugene Sandulenko
2016-03-31UPDATES: Implement Check now button in OptionsEugene Sandulenko
2016-03-31UPDATES: Got rid of hardcoded update intervals listEugene Sandulenko
2016-03-31UPDATES: Merge two steps into oneEugene Sandulenko
2016-03-30UPDATES: Hook dialogs to UpdateManagerEugene Sandulenko
2016-03-30UPDATES: Made dialog functionalEugene Sandulenko
2016-03-30GUI: Implement immediate coordinate mode for PopUp widgetEugene Sandulenko
2016-03-30UPDATES: Beginnings of the update frequency controlEugene Sandulenko