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