Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-07-24 | GUI: Let SaveLoadChooser::getResultString return a const reference. | Johannes Schickel | |
2012-06-15 | GUI: Hook up the new load chooser for > 320x200 and engines which support ↵ | Johannes Schickel | |
thumbnails. | |||
2012-06-15 | GUI: Create an interface for save/load dialogs. | Johannes Schickel | |
2012-06-14 | GUI: Fix include guard of saveload.h. | Johannes Schickel | |
2012-06-14 | GUI: Hide save/load chooser implementation. | Johannes Schickel | |
2012-06-14 | GUI: Remove unused SaveLoadChooser::setList. | Johannes Schickel | |
2012-06-10 | GUI: Refactor default savegame description creation. | Johannes Schickel | |
Formerly the GMM, AGI and SCI duplicated the logic for USE_SAVEGAME_TIMESTAMP. Now I added a method to SaveLoadChooser instead, which takes care of this. This might not be the best placement of such a functionality, thus I added a TODO which talks about moving it to a better place. | |||
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel | |
This reduces the code duplication in all client code, which formerly duplicated the querying of the plugin, game id etc. and now simply calls the newly added method runModalWithCurrentTarget() on a SaveLoadChooser object. | |||
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel | |
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-07 | GUI: Change SaveLoadChooser to not 'public subclass' GUI::Dialog | Max Horn | |
svn-id: r55817 | |||
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn | |
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815 | |||
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn | |
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 | |||
2009-01-12 | Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought | Torbjörn Andersson | |
I would have to do more than this to fix it, but it seems to be enough. svn-id: r35840 | |||
2008-11-13 | cleanup | Max Horn | |
svn-id: r35037 | |||
2008-11-11 | Moved GUI::SaveLoadChooser to its own source file | Max Horn | |
svn-id: r35002 |