Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-23 | AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc | Julien | |
2011-06-06 | VKEYBD: Adjust to recent XML parser changes | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
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 | |
svn-id: r54573 | |||
2010-11-28 | VKEYBD: Ensure stream destructor is properly called | Max Horn | |
svn-id: r54562 | |||
2010-10-15 | COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String | Max Horn | |
Almost all places where we used XMLParser::parseIntegerKey were using it like this: XMLParser::parseIntegerKey(str.c_str(), ...) Since this makes the code harder to read, I overloaded the method to also accept Commmon::String directly. Also removed all .c_str() invocations where necessary. svn-id: r53479 | |||
2010-03-20 | Add missing tokenizer.h include. | Johannes Schickel | |
svn-id: r48326 | |||
2010-01-12 | Fix some memory leaks. | Johannes Schickel | |
svn-id: r47284 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-06-06 | Virtual Keyboard: Fix detection of v_align option when used in the keyboard ↵ | John Willis | |
definition. svn-id: r41232 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn | |
svn-id: r36026 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-20 | some code cleanup | Max Horn | |
svn-id: r35966 | |||
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel | |
svn-id: r35960 | |||
2009-01-20 | Some formatting. | Johannes Schickel | |
svn-id: r35959 | |||
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider | |
svn-id: r35956 | |||
2009-01-20 | added proper ImageMan includes | Andre Heider | |
svn-id: r35954 | |||
2009-01-20 | Some basic work on the vkeybd code | Max Horn | |
svn-id: r35931 | |||
2008-09-30 | Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control ↵ | Stephen Kennedy | |
inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. svn-id: r34706 | |||
2008-08-29 | Updated comments, and general cleanup | Stephen Kennedy | |
svn-id: r34203 | |||
2008-08-18 | Updated to latest version of XMLParser, and modified VirtualKeyboardParser ↵ | Stephen Kennedy | |
to reflect changes. svn-id: r33987 | |||
2008-08-17 | Various virtual keyboard bug fixes | Stephen Kennedy | |
svn-id: r33969 | |||
2008-08-15 | Added clear event to virtual keyboard | Stephen Kennedy | |
svn-id: r33913 | |||
2008-08-15 | Virtual Keyboard: | Stephen Kennedy | |
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887 | |||
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy | |
* Moved Keymapper code into backends/keymapper svn-id: r33681 |