Age | Commit message (Expand) | Author |
2016-11-29 | ALL: save file => saved game | Ben Castricum |
2016-05-28 | PARALLACTION: Safer string manipulation | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion |
2016-02-20 | PARALLACTION: Translate buttons in load and save dialogs. | Thierry Crozat |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | PARALLACTION: Do not call close on a SaveLoadChooser. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2011-11-03 | PARALLACTION: Fix warnings. Fix nasty out-of-scope bug in parallaction_br.cpp | Eugene Sandulenko |
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-01-25 | PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.* | David Turner |
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn |
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,... | Nicola Mettifogo |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-10-15 | Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg... | Nicola Mettifogo |
2009-10-15 | Save/load dialog now uses GUI::SaveLoadChooser. | Nicola Mettifogo |
2009-07-31 | When renaming old savefiles for Nippon Safes, don't assert if a file that mat... | Nicola Mettifogo |
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo |
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa... | Nicola Mettifogo |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-04-29 | * Refactored existing save/load code to ease extension | Nicola Mettifogo |
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo |
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn |
2008-12-03 | Replaced remaining usages of readLine_OLD with readLine. | Nicola Mettifogo |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-06-25 | Parallaction now uses the new _quit flag | Christopher Page |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2007-12-10 | Updated outdated comment. | Nicola Mettifogo |