Age | Commit message (Expand) | Author |
2004-07-31 | Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our... | Max Horn |
2004-07-16 | Applied patch #957544 to make output sample rate configurable at runtime. | Torbjörn Andersson |
2004-07-16 | Only show gfx mode change messages in the OSD if the change was initiated by ... | Max Horn |
2004-06-21 | disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices... | Jonathan Gray |
2004-05-09 | Make a few functions GFX functions virtual for CE backend | Nicolas Bacca |
2004-05-09 | Tweak SDL init for WinCE 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-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |
2004-03-15 | Allow multi-line OSD messages; display virtual/real screen resolutions when c... | 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 | Allow changing the scaler via keypad, too (FR #821415) | Max Horn |
2004-03-13 | Added an OSD (On Screen Display) to the SDL backend | Max Horn |
2004-03-12 | cleanup | Max Horn |
2004-03-01 | Fix for bug #907280: Mouse glitches and crashes (Regression) | Max Horn |
2004-03-01 | fixed dep file loading | 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 | this might help Makefile.noconf (did I mention that i want to get rid of it?) | Max Horn |
2004-02-29 | merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so... | Max Horn |
2004-02-28 | fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ... | 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 | Revert fixme out.. as it's all fixed. :o) | James Brown |
2004-02-25 | Build SDL backend via a module.mk file, too | Max Horn |
2004-02-25 | fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si... | Max Horn |
2004-02-25 | Fix SDL backend compilation | James Brown |
2004-02-25 | OpenGL backend no longer exists. | Travis Howell |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-23 | Allow the cursor to reach the bottom of the screen when using the keyboard | Torbjörn Andersson |
2004-02-08 | Valgrind warning fix for Simon engine (From olki) | Travis Howell |
2004-02-07 | new auto-dirty-rect checksum algorithm (not so well tested but uses the stand... | Max Horn |
2004-01-22 | patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host op... | Jonathan Gray |
2004-01-17 | add_dirty_rect turned to virtual method for new CE backend | Nicolas Bacca |
2004-01-16 | Forgot this :) | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-16 | Typo | Travis Howell |
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell |
2003-12-11 | Missed one spot. | Travis Howell |
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn |
2003-11-01 | made SDL backend use config manager | Max Horn |
2003-10-10 | Add old change from SDL backends, give error if video mode isn't support. | Travis Howell |
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray |
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian |
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn |