Age | Commit message (Expand) | Author |
2009-07-25 | Replaced "_artificialEventQueue" by an EventSource. | Johannes Schickel |
2009-07-25 | Got rid of EventManger::artificialEventQueue. | Johannes Schickel |
2009-07-25 | Replace "EventProvider" class of the DefaultEventManager implementation with ... | Johannes Schickel |
2009-07-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua |
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa... | John Willis |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko |
2009-02-07 | Use Ctrl F5 for global main menu, since any single key would conflict with so... | Travis Howell |
2009-01-30 | cleanup | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-02 | Prevent the 'Confirm exit' dialog from being invoked recursively | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-11-11 | If confirm_exit is set, also ask the user if he really wants to return to the... | Max Horn |
2008-10-03 | Merged revisions 34656-34661,34663-34664,34671-34672,34674-34676,34678-34686,... | Max Horn |
2008-10-02 | Forgot to mention yet another Engine class change: mainMenuDialog -> openMain... | Max Horn |
2008-09-30 | Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in... | Stephen Kennedy |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-09-02 | Applied my patch from -devel, which reenables GMM opening via F6. | Johannes Schickel |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-08-29 | Updated comments, and general cleanup | Stephen Kennedy |
2008-08-23 | Proper fix for key repeat bug - r34094 caused different problems due to repea... | Stephen Kennedy |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-17 | Various virtual keyboard bug fixes | Stephen Kennedy |
2008-08-15 | Virtual Keyboard: | Stephen Kennedy |
2008-08-13 | RemapDialog now properly uses reflowLayout() and open(), so that the same ins... | Stephen Kennedy |
2008-08-08 | Keymapper WIP: | Stephen Kennedy |
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-07-24 | KeymapManager - implemented loading/saving of keymaps | Stephen Kennedy |
2008-07-23 | Most of Keymapper class complete | Stephen Kennedy |
2008-07-21 | Changed pushEvent to use a const& argument | Stephen Kennedy |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-15 | Reverted some incorrect changes and fixed sound settings issues for LURE. Fi... | Christopher Page |
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr... | Christopher Page |
2008-07-12 | Added comments in virtual-keyboard-parser.h describing the file format. Added... | Stephen Kennedy |
2008-07-11 | Better handling of virtual keyboard and gui being displayed at the same time.... | Stephen Kennedy |
2008-07-11 | Queen works with the new GMM implementation, and made a correction to a chang... | Christopher Page |
2008-07-09 | Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe... | Stephen Kennedy |
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-07 | - changed VirtualKeyboard classes to Common namespace | Stephen Kennedy |
2008-07-07 | - renaming of files | Stephen Kennedy |
2008-07-07 | - moved VirtualKeyboard files into backends/common directory | Stephen Kennedy |
2008-07-07 | WIP: VirtualKeyboard updates: | Stephen Kennedy |
2008-07-02 | Changes to implementation of the GMM | Christopher Page |
2008-06-26 | Quit or RTL from the main menu now triggers an EVENT_QUIT in DefaultEventMana... | Christopher Page |