Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | IPHONE: Use #include instead of #import. | Johannes Schickel | |
2012-02-19 | IPHONE: Add include guards. | Johannes Schickel | |
2012-02-19 | IPHONE: Formatting fixes. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-03-01 | Merged iphone keyboard fix in from branch-0-13-0 | Oystein Eftevaag | |
svn-id: r39020 | |||
2008-07-27 | The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0 | Oystein Eftevaag | |
svn-id: r33326 | |||
2007-11-18 | Implemented soft keyboard support, and added a workarond for engines that ↵ | Oystein Eftevaag | |
can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent() svn-id: r29557 |