Age | Commit message (Expand) | Author |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-07-30 | fix for new read-only File object | Stephen Kennedy |
2008-07-30 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Stephen Kennedy |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | - Formatting | Johannes Schickel |
2008-07-29 | Little fix for documentation. | Johannes Schickel |
2008-07-29 | Documentation for func.h. | Johannes Schickel |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-29 | Added documentation for the functions in algorithm.h. | Johannes Schickel |
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-29 | Formatting. | Johannes Schickel |
2008-07-29 | Added a reset method to SharedPtr, which allows NULLifying it. | Johannes Schickel |
2008-07-29 | Changed advanced detector to *always* use the FSNode API for detection (i.e. ... | Max Horn |
2008-07-25 | Added Common::Rect::isEmpty() method | Max Horn |
2008-07-23 | Reorder stuff a little bit, moving private String methods together: cleanup | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(c... | Max Horn |
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to c... | Max Horn |
2008-07-22 | Disable hashmemory pool for Symbian OS | Lars Persson |
2008-07-22 | Added String::trim() method | Max Horn |
2008-07-22 | Merged revisions 32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,... | Stephen Kennedy |
2008-07-21 | Changed pushEvent to use a const& argument | Stephen Kennedy |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-21 | Moved UserAction and HardwareKey classes into their own respective header files. | Stephen Kennedy |
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2008-07-20 | Two new TODO/FIXME comments for class File | Max Horn |
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a strin... | Max Horn |
2008-07-11 | Better handling of virtual keyboard and gui being displayed at the same time.... | Stephen Kennedy |
2008-07-09 | Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe... | Stephen Kennedy |
2008-07-09 | - keyboard fully tested with multiple modes - key press events successfully p... | Stephen Kennedy |
2008-07-08 | - Virtual keyboard now can now be dragged, when the user clicks on any part o... | Stephen Kennedy |
2008-07-07 | MILESTONE: bitmap showing with key color transparency implemented! | Stephen Kennedy |
2008-07-07 | - updates for GCC compilation - still having linker errors though :( | Stephen Kennedy |
2008-07-07 | - changed VirtualKeyboard classes to Common namespace | Stephen Kennedy |
2008-07-07 | - renaming of files | Stephen Kennedy |
2008-07-04 | - Added alignment and initial mode options to keyboard pack file | Stephen Kennedy |
2008-07-04 | - MILESTONE - VirtualKeyboardParser successfully parsing a simple test pack | Stephen Kennedy |
2008-07-03 | VirtualKeyboardParser mostly completed - needs to be tested | Stephen Kennedy |
2008-07-03 | Changed XMLParser to internally use a Stack rather than a FixedStack | Stephen Kennedy |
2008-07-03 | changed loadBuffer to use byte* rather than char* | Stephen Kennedy |
2008-07-03 | First commit:
| Stephen Kennedy |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn |
2008-06-22 | Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false... | Filippos Karapetis |
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn |
2008-06-10 | Re-enabled default Hash<String> template | Max Horn |
2008-06-10 | Removed unneeded #include | Max Horn |
2008-06-08 | Don't attempt to close the arj file if it hasn't been opened | Filippos Karapetis |
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko |