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 (
Collapse
)
Author
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
Now the thumbnail button and the descriptions are sub widgets of the container widget.
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 ↵
Johannes Schickel
resolution below 640x400.
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 ↵
Johannes Schickel
chooser.
2012-06-29
GUI: Fix memory leaks in LoadChooserThumbnailed::destroyButtons.
Johannes Schickel
GuiObject::removeWidget only removes the widget from the widget list, but doesn't delete it. Oops.
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 ↵
Johannes Schickel
chooser.
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
[prev]