Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman | |
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) | |||
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 | |
Altering the fullscreen state will automatically force a refresh now. | |||
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 | |
This also makes getGlErrStr use Common::String::format instead of snprintf. | |||
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 | |
Re-selecting the top entry would always populate the actions from the GUI keymap since it is the active keymap (the remap dialog itself is GUI) The top keymap was correct during RemapDialog::open() because the gui keymap had not been pushed to the stack yet. | |||
2012-02-09 | KEYMAPPER: Display active keymap stack in remap dialog popup list | Tarek Soliman | |
This should make it clear what keymaps are on the stack and in what order. Also renamed the label of the top "special" entry in the list to "(Effective)" since it displays the top keymap's action and also displays reachable mapped actions from other active keymaps. | |||
2012-02-05 | KEYMAPPER: Fix active keymap name displayed in remap dialog | Tarek Soliman | |
This workaround no longer applies and is in fact causing a bug in the name of active keymap | |||
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 | |
This allows the Nokia 770 running OS2008HE to be used. Fixes bug#3483921 "Volume rocker do no emulate keypress as it used" | |||
2012-02-03 | ANDROID: Add faked input delay. | Alyssa Milburn | |
This adds an artificial delay for mouse up events to make engines like Gob work, similar to the iPhone fix in b3062b5e. | |||
2012-02-02 | KEYMAPPER: Handle EVENT_MAINMENU directly | Tarek Soliman | |
2012-02-02 | KEYMAPPER: Allow simple events to be added to an Action | Tarek Soliman | |
This also simplifies the Action code a little bit | |||
2012-01-28 | WEBOS: Renamed "Touchpad Mode" to "Trackpad Mode" to prevent confusion ↵ | Klaus Reimer | |
because one of the target devices is called the "HP Touchpad". | |||
2012-01-23 | TASKBAR: Fix compilation with mingw-w64 | dhewg | |
mingw-compat.h is not required for newer mingw-w64, all required symbols are present in the system headers. | |||
2012-01-23 | WINDOWS: Add default save paths for Windows NT4 onwards | Travis Howell | |
2012-01-23 | GPH: Fix silly copy/paste error in GP2X bundle target. | David-John Willis | |
2012-01-22 | GPH: Move all dist files into own folder under dists. | David-John Willis | |
* Update vairous GPH bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. | |||
2012-01-22 | OPENPANDORA: Move all dist files into own folder under dists. | David-John Willis | |
* Update OpenPandora bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. | |||
2012-01-21 | WEBOS: Fix whitespace error | dhewg | |
Random whitespace fix to kick off the OpenPandora toolchain on buildbot. | |||
2012-01-17 | MACOSX: Moved an include a bit to make sure that some defines are there ↵ | Oystein Eftevaag | |
before they are actually used. | |||
2012-01-14 | MACOSX: Changed CoreAudio deprecation check slightly to allow building with ↵ | Oystein Eftevaag | |
older SDKs | |||
2012-01-14 | Merge pull request #157 from fingolfin/coreaudio | Oystein Eftevaag | |
MACOSX: Use modern CoreAudio API on modern systems by default, cleanup | |||
2012-01-14 | MACOSX: Default to new CoreAudio API on x86, and to old on PowerPC | Max Horn | |
The new API has been present since Mac OS X 10.5 (released four years ago, in October 2007), and also since iOS 2.0 (thus, the iOS port may be able to use it, too). Moreover, 10.5 was the last system to support PowerPC. | |||
2012-01-14 | OSX: Avoid use of NSString:stringWithCString, for OS X 10.2 and 10.3 ↵ | Oystein Eftevaag | |
compatibility | |||
2012-01-07 | KEYMAPPER: Add failsafe code for popping into Keymapper itself | Tarek Soliman | |
Thanks LordHoto | |||
2012-01-07 | KEYMAPPER: Constantify global keymap name | Tarek Soliman | |
2012-01-07 | KEYMAPPER: Rename inherit flag to transparent | Tarek Soliman | |
Less confusing | |||
2012-01-03 | OPENGL: Fix mouse cursor scaling. | Johannes Schickel | |
2012-01-03 | VKEYBD: Fix cursor palette. | Johannes Schickel | |