aboutsummaryrefslogtreecommitdiff
path: root/engines/dialogs.cpp
AgeCommit message (Expand)Author
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
2010-04-06Factor out save/load code from MainMenuDialog::handleCommand into new methodsMax Horn
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn
2009-06-06Implement FR#862150: "GUI: Show subtitles/speech options only for speech games"Eugene Sandulenko
2009-02-28Added keyboard mapping for global menu. Lars Persson
2009-02-12Fixed working Keys button in in game options dialogLars Persson
2009-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12cleanupMax Horn
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Save game descriptions are now set correctly in the GMM save dialogFilippos Karapetis
2008-11-09Fixed bug, which might mess up the description of new savegames.Johannes Schickel
2008-11-09Fixed warning, and what looked to me like a very minor memory leak.Torbjörn Andersson
2008-11-08Pushing down some header depsMax Horn
2008-11-07Saving a game from GMM is now working for the SAGA engine, though the descrip...Filippos Karapetis
2008-11-06Added some WIP code for the GMM save dialog (still not working correctly)Filippos Karapetis
2008-11-06Implemented GMM loading (and, once the GMM supports it, saving) for SCUMMMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03- Extended some commentsJohannes Schickel
2008-11-03Check for engine support for loading/saving via GMM when enabling/disabling t...Johannes Schickel
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-03Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea...Max Horn
2008-09-20Fixed text alignment in Global ingame menu.Vicent Marti
2008-09-20Added global ingame menu definitions to theme files.Vicent Marti
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-14Added ScummVM logo to GMM.Johannes Schickel
2008-09-05Enum needs to be minimum four chars to compile (32 bit number I guess)Lars Persson
2008-08-17Added ScummVM Title and version info to GMMChristopher Page
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-05Added FIXME comment to ConfigDialog classChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-07-02Changes to implementation of the GMMChristopher Page
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page