index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
sdl
/
sdl-common.h
Age
Commit message (
Expand
)
Author
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-16
Temporarily virtualize mouse drawing functions for the WinCE port. Hope that ...
Nicolas Bacca
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-07-11
Move scaler key handling to a separate method (this helps to fix a GCC 4.0 wa...
Max Horn
2005-07-05
* Start of generic key configuration support for ScummVM
Lars Persson
2005-06-21
This is the SDL changes needed by the Symbian build to work properly.
Lars Persson
2005-05-08
Added two new methods to OSystem: grabPalette and grabRawScreen
Max Horn
2005-04-19
Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...
Max Horn
2005-04-09
Moved the GFX_ constants to sdl-common.h, where they belong.
Max Horn
2005-03-20
Fix bug #1166279 "BS1 & BS2: Launching game problems".
Eugene Sandulenko
2005-03-14
Fix method names to comply to our coding standards
Max Horn
2005-03-09
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
Eugene Sandulenko
2005-02-22
Implementation of GFX transactions. May cause some regressions in case I
Eugene Sandulenko
2005-02-20
Implement OSystem method disableCursorPalette(bool disable) as mentioned
Eugene Sandulenko
2005-02-17
Mouse part of big patch #1013937 (OSystem layer with bigger resolution)
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-12-30
Swallow ctrl-alt keyup events, too
Max Horn
2004-12-11
CE backend needs to overload a few functions - list them with an appropriate ...
Nicolas Bacca
2004-12-01
renamed a few things to match our coding guidelines
Gregory Montoir
2004-11-23
Next step in transaction implementation. Now it postpones all calls.
Eugene Sandulenko
2004-11-13
Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...
James Brown
2004-10-15
Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling
Max Horn
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-09-04
Got rid of OSystem::move_screen
Max Horn
2004-07-16
Applied patch #957544 to make output sample rate configurable at runtime.
Torbjörn Andersson
2004-05-09
Make a few functions GFX functions virtual for CE backend
Nicolas Bacca
2004-05-06
Removed default value for keycolor in the OSystem implementations
Max Horn
2004-05-05
Extend setMouseCursor with additional keycolor parameter. Lets saga use 255
Eugene Sandulenko
2004-03-28
Remove explicit OSystem parameter from StackLock constructor; added OSystem::...
Max Horn
2004-03-28
Renamed more OSystem methods
Max Horn
2004-03-15
Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
Max Horn
2004-03-15
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...
Max Horn
2004-03-13
Added an OSD (On Screen Display) to the SDL backend
Max Horn
2004-03-01
removed obsolete membe
Max Horn
2004-03-01
got rid of _mouseOldState; some minor cleanup
Max Horn
2004-02-29
merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...
Max Horn
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-02-27
fix a recursive lock bug related to update_screen() (shouldn't have caused pr...
Max Horn
2004-02-25
fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si...
Max Horn
2004-02-24
the OSystem changes we discussed on the ML (note: renaming of the existing OS...
Max Horn
2004-01-17
add_dirty_rect turned to virtual method for new CE backend
Nicolas Bacca
2004-01-06
updated copyright notice
Max Horn
2003-11-01
made SDL backend use config manager
Max Horn
2003-10-05
cleanup
Max Horn
2003-10-04
revert the 'reverse Y axis' hack
Max Horn
2003-10-04
small remark
Max Horn
2003-10-01
disable joystick input by default either command line or config file need to ...
Jonathan Gray
2003-09-27
OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...
Max Horn
2003-09-14
evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanup
Max Horn
2003-09-11
moved set_mouse_pos around just to make clear it's not part of the OSystem AP...
Max Horn
[next]