aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-08-14* Saving of keymaps fully implementedStephen Kennedy
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy
2008-08-07* Removed Shape base classStephen Kennedy
2008-08-06Keymapper WIP:Stephen Kennedy
2008-07-30fix for new read-only File objectStephen Kennedy
2008-07-30Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Stephen Kennedy
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29- FormattingJohannes Schickel
2008-07-29Little fix for documentation.Johannes Schickel
2008-07-29Documentation for func.h.Johannes Schickel
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-29Added documentation for the functions in algorithm.h.Johannes Schickel
2008-07-29CONFIGMAN: Store domains in the order they were addedMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Formatting.Johannes Schickel
2008-07-29Added a reset method to SharedPtr, which allows NULLifying it.Johannes Schickel
2008-07-29Changed advanced detector to *always* use the FSNode API for detection (i.e. ...Max Horn
2008-07-25Added Common::Rect::isEmpty() methodMax Horn
2008-07-23Reorder stuff a little bit, moving private String methods together: cleanupMax Horn
2008-07-23Added convenience method String::makeUnique(); simplified String::operator=(c...Max Horn
2008-07-23Fix String::trim to work right for shared strings; augemented test cases to c...Max Horn
2008-07-22Disable hashmemory pool for Symbian OSLars Persson
2008-07-22Added String::trim() methodMax Horn
2008-07-22Merged revisions 32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,...Stephen Kennedy
2008-07-21Changed pushEvent to use a const& argumentStephen Kennedy
2008-07-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-21Moved UserAction and HardwareKey classes into their own respective header files.Stephen Kennedy
2008-07-20Fix for bug #1971499: ALL: config manager crashes when reading too long linesMax Horn
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2008-07-20Two new TODO/FIXME comments for class FileMax Horn
2008-07-20Fixed potential issue in Common::String when asserting a substring of a strin...Max Horn
2008-07-11Better handling of virtual keyboard and gui being displayed at the same time....Stephen Kennedy
2008-07-09Added 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-07MILESTONE: 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 namespaceStephen Kennedy
2008-07-07- renaming of filesStephen Kennedy
2008-07-04- Added alignment and initial mode options to keyboard pack fileStephen Kennedy
2008-07-04- MILESTONE - VirtualKeyboardParser successfully parsing a simple test packStephen Kennedy
2008-07-03VirtualKeyboardParser mostly completed - needs to be testedStephen Kennedy
2008-07-03Changed XMLParser to internally use a Stack rather than a FixedStackStephen Kennedy
2008-07-03changed loadBuffer to use byte* rather than char*Stephen Kennedy
2008-07-03First commit: Stephen Kennedy
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-28Removed OSystem::getFilesystemFactory() default implentation, as announcedMax Horn
2008-06-22Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false...Filippos Karapetis
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
2008-06-10Re-enabled default Hash<String> templateMax Horn