Age | Commit message (Expand) | Author |
2012-02-20 | IPHONE: Always use the mouse texture. | Johannes Schickel |
2012-02-19 | IPHONE: Use the proper RGBA5551 palette for the mouse cursor. | Johannes Schickel |
2012-02-19 | IPHONE: Rename _palette to _gamePalette. | Johannes Schickel |
2012-02-19 | IPHONE: Use include instead of import for all of our headers. | Johannes Schickel |
2012-02-19 | IPHONE: Add include guards. | Johannes Schickel |
2012-02-19 | IPHONE: Formatting fixes. | Johannes Schickel |
2012-02-19 | IPHONE: Remove dead code. | Johannes Schickel |
2012-02-19 | NULL: Fix compiler errors when using the NullGraphicsManager | Thierry Crozat |
2012-02-19 | NULL: Fix compiler error when using NullMutexManager | Thierry Crozat |
2012-02-19 | IPHONE: Take advantage of Common::EVENT_INVALID. | Johannes Schickel |
2012-02-19 | IPHONE: Change F5 (menu) gesture to open up the GMM. | Johannes Schickel |
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman |
2012-02-15 | MAEMO: Remove pointless copy ctor call | Tarek Soliman |
2012-02-15 | KEYMAPPER: Add more warning signs | Tarek Soliman |
2012-02-15 | MAEMO: Register Keymapper Keymap Action default bindings | Tarek Soliman |
2012-02-15 | KEYMAPPER: Allow ports to define default Keymap Action bindings | Tarek Soliman |
2012-02-15 | MAEMO: Drop the hardcoded keymap in favor of the keymapper | Tarek Soliman |
2012-02-15 | MAEMO: Rename hasHwKeyboard and add hasMenuKey | Tarek Soliman |
2012-02-15 | MAEMO: Use bitshifting in ModelType | Tarek Soliman |
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2012-02-15 | KEYMAPPER: Make some parameters const | Tarek Soliman |
2012-02-15 | OPENGL: More formatting fixes. | Johannes Schickel |
2012-02-15 | OPENGLSDL: Remove HACK in fullscreen toggle mode. | Johannes Schickel |
2012-02-15 | OPENGL: Prevent access to a few more members in the SDL OpenGL code. | Johannes Schickel |
2012-02-15 | OPENGL: Use tabs instead of spaces for indentation. | Johannes Schickel |
2012-02-15 | OPENGLSDL: Don't cast EventType into int for switch. | Johannes Schickel |
2012-02-15 | OPENGL: Use C-style casts. | Johannes Schickel |
2012-02-15 | OPENGL: Let getGlErrStr return a Common::String. | Johannes Schickel |
2012-02-15 | OPENGL: Slight formatting fixes. | Johannes Schickel |
2012-02-15 | OPENGL: Make all GLTexture members private. | Johannes Schickel |
2012-02-15 | OPENGL: Unvirtualize all GLTexture methods. | Johannes Schickel |
2012-02-15 | OPENGL: Remove redundant check in adjustMousePosition. | Johannes Schickel |
2012-02-13 | KEYMAPPER: Fix Action ctor args in most keymaps | Tarek Soliman |
2012-02-13 | SDL: Get rid of unneeded forwards. | Johannes Schickel |
2012-02-13 | ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. | Johannes Schickel |
2012-02-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman |
2012-02-12 | MAEMO: Refactor toggle click mode | Tarek Soliman |
2012-02-12 | MAEMO: Define platform global keymap | Tarek Soliman |
2012-02-12 | KEYMAPPER: Allow ports to define their own global keymap | Tarek Soliman |
2012-02-12 | MAEMO: Define HardwareKeySet | Tarek Soliman |
2012-02-12 | KEYMAPPER: Refactor HardwareKeySet generation | Tarek Soliman |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman |
2012-02-09 | KEYMAPPER: Fix re-selecting the top keymap | Tarek Soliman |
2012-02-09 | KEYMAPPER: Display active keymap stack in remap dialog popup list | Tarek Soliman |
2012-02-05 | KEYMAPPER: Fix active keymap name displayed in remap dialog | Tarek Soliman |
2012-02-04 | KEYMAPPER: Fix annoying debug message | Tarek Soliman |
2012-02-04 | MAEMO: Add detection entry for the Nokia 700 running OS2008HE | Tarek Soliman |
2012-02-03 | ANDROID: Add faked input delay. | Alyssa Milburn |