Age | Commit message (Expand) | Author |
2011-04-17 | BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a by... | Johannes Schickel |
2011-04-14 | ALL: centre -> center | Max Horn |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn |
2010-11-28 | VKEYBD: Ensure stream destructor is properly called | Max Horn |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-10-15 | COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String | Max Horn |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-06-29 | enable reading ZIP archives even without USE_ZLIB | Robert Špalek |
2010-03-20 | Add missing tokenizer.h include. | Johannes Schickel |
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: makeZip... | Max Horn |
2010-01-25 | Fix virtual-keyboard not changing size, when the user changes the scaler whil... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-12 | Fix some memory leaks. | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-07-26 | Virtual Keyboard: Update default keyboard pack using slightly tweaked version... | John Willis |
2009-06-20 | split loadKeyboardPack(), fallback to the current dir when searching for pack... | Andre Heider |
2009-06-08 | Virtual Keyboard: Add some quick changes to the virtual keyboard to activate ... | John Willis |
2009-06-08 | Virtual Keyboard: Fix slight error in earlier commit (failed to rename the XM... | John Willis |
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa... | John Willis |
2009-06-08 | Virtual Keyboard: Add source files for the default keyboard pack seperate fro... | John Willis |
2009-06-08 | Virtual Keyboard: Fix default keyboard pack to return correct events for ENTE... | John Willis |
2009-06-06 | Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the default... | John Willis |
2009-06-06 | Virtual Keyboard: 'Ab'use the console font to get a font small enough to be u... | John Willis |
2009-06-06 | Virtual Keyboard: Fix detection of v_align option when used in the keyboard d... | John Willis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-11 | Fix bug #2595364: "Virtual Keyboard: number keys not working" | Eugene Sandulenko |
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel |
2009-01-20 | some code cleanup | Max Horn |
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn |
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel |
2009-01-20 | Some formatting. | Johannes Schickel |
2009-01-20 | fixed vkeybd.zip loading | Andre Heider |
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider |
2009-01-20 | added the required XML header to vkeybd.zip | Andre Heider |
2009-01-20 | added proper ImageMan includes | Andre Heider |
2009-01-20 | use Surface instead of SurfaceKeyColored | Andre Heider |
2009-01-20 | added ImageMan to vkeybd | Andre Heider |
2009-01-20 | Some basic work on the vkeybd code | 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-08-29 | Updated comments, and general cleanup | Stephen Kennedy |
2008-08-22 | Fixed display cursor position bug | Stephen Kennedy |
2008-08-18 | Updated to latest version of XMLParser, and modified VirtualKeyboardParser to... | Stephen Kennedy |