index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
saveload-dialog.cpp
Age
Commit message (
Expand
)
Author
2014-12-29
GUI: Do not overwrite write protected saves in grid based save dialog.
Johannes Schickel
2014-08-22
GUI: s/savegame/saved game/
Ben Castricum
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-07-15
GUI: Mark some intentional fall throughs in switches.
Johannes Schickel
2012-10-28
GUI: Check for screen changes in the saveload chooser selection code.
Johannes Schickel
2012-09-26
GUI: Support for page restoring for non-continuous save lists in the grid cho...
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-26
GUI: Fix maximum page number calculation in grid chooser.
Johannes Schickel
2012-09-26
GUI: Save/restore last scroll position in the list save/load dialog.
Johannes Schickel
2012-09-26
GUI: Save/restore the last used page in the grid save/load dialog.
Johannes Schickel
2012-08-14
GUI: Fix out-of-bounds in new chooser.
Alyssa Milburn
2012-08-12
GUI: Mark parts of the grid based chooser layout code as HACK.
Johannes Schickel
2012-08-12
GUI: Remove left-over code from theme based fill color in thumbnail display.
Johannes Schickel
2012-08-12
Merge pull request #260 from lordhoto/new-chooser.
Johannes Schickel
2012-07-25
GUI: Use "OK" instead of "Ok" in SavenameDialog.
Johannes Schickel
2012-07-24
GUI: Add possibility to disable the grid based chooser via DISABLE_SAVELOADCH...
Johannes Schickel
2012-07-24
GUI: Strip a trailing whitespace.
Johannes Schickel
2012-07-24
GUI: Remove unecessary explicit GUI namespace uses.
Johannes Schickel
2012-07-24
GUI: Remove an unnecessary empty line.
Johannes Schickel
2012-07-24
GUI: Also disable the switch-to-list button in the choosers, when the grid on...
Johannes Schickel
2012-07-24
GUI: Rename LoadChooserThumbnailed to SaveLoadChooserGrid.
Johannes Schickel
2012-07-24
GUI: Implement saving in the grid based save/load chooser.
Johannes Schickel
2012-07-09
GUI: Fix missing button background in grid based chooser.
Johannes Schickel
2012-07-01
GUI: Fix small memory leak in grid based load chooser.
Johannes Schickel
2012-07-01
GUI: Add page display to grid based load chooser.
Johannes Schickel
2012-07-01
GUI: Clean up save load chooser selection code.
Johannes Schickel
2012-07-01
GUI: Automatically switch to list based save/load chooser when changing resol...
Johannes Schickel
2012-06-29
GUI: Use a slightly bigger vertical spacing in the thumbnail load chooser.
Johannes Schickel
2012-06-29
GUI: Use a black rect when no thumbnail is available in the thumbnail load ch...
Johannes Schickel
2012-06-29
GUI: Fix memory leaks in LoadChooserThumbnailed::destroyButtons.
Johannes Schickel
2012-06-29
GUI: Allow the user to switch between list and thumbnail based load chooser.
Johannes Schickel
2012-06-29
GUI: Only update save list when the dialog opens in thumbnail load chooser.
Johannes Schickel
2012-06-29
GUI: Fix copy&paste error affecting vertical spacing in thumbnail load chooser.
Johannes Schickel
2012-06-29
GUI: Don't distribute vertical space between buttons in the thumbnail load ch...
Johannes Schickel
2012-06-20
GUI: Show additional meta data in the thumbnail load chooser via tooltip.
Johannes Schickel
2012-06-15
GUI: Implement a new load chooser, which displays a list of thumbnails.
Johannes Schickel
2012-06-15
GUI: Create an interface for save/load dialogs.
Johannes Schickel