aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Expand)Author
2009-08-07key remap dialog correctly reads keystrokes again, and can tell modified keys...Jody Northup
2009-08-05Some groundwork for a better implementation of modifier keys. (incomplete, an...Jody Northup
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-08-04got rid of superfluous semicolonsKostas Nakos
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with the...Kostas Nakos
2009-08-04update readme (draft)Kostas Nakos
2009-08-04update MakefileKostas Nakos
2009-08-04support made engineKostas Nakos
2009-08-04add bindings for cruise engineKostas Nakos
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
2009-08-02clean up and fix vga aspect scaler routinesKostas Nakos
2009-08-02GP2XWiz: More cleanup of render code and fix silly screen update bug when rev...John Willis
2009-08-02rework mixer (re)init. fixes bug #2694722Kostas Nakos
2009-07-31GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ...John Willis
2009-07-31GP2X: Clean up README-GP2X and remove HTML version of it from SVN (no one eve...John Willis
2009-07-30DS: Started work on a new build system for the Nintendo DS port, based on co...Max Horn
2009-07-30NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect eve...Max Horn
2009-07-28GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scale...John Willis
2009-07-27GP2XWiz: Update GP2X Wiz bundle.sh to copy libraries into the distribution fi...John Willis
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
2009-07-26Create IP.BIN.Marcus Comstedt
2009-07-25GP2X Backend: Volume control code cleanup.John Willis
2009-07-25Yet another fix for the GP2x backend.Johannes Schickel
2009-07-25Fix gp2x port building.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
2009-07-19whoops, fix non-arm build (why? :-) )Kostas Nakos
2009-07-19Fix 16bit color when using the hardware screen's pixel format. The call was n...Matthew Hoops
2009-07-19remove dead code leftoverKostas Nakos
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15New ARM code blending Smartphone landscale scaler for WinCE port. Seems to workRobin Watts
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
2009-07-14changed generic Graphics::PixelFormat constructor to take xBits instead of xL...Jody Northup
2009-07-13Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-...Travis Howell
2009-07-13Reverted my previous change (fprintf vs fputs),Max Lingua
2009-07-12Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge...Travis Howell
2009-07-12Split _eof vs. _err.Max Lingua
2009-07-12oops, fix propsKostas Nakos
2009-07-12Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hackKostas Nakos
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
2009-07-10Whoops, and one more.Jody Northup
2009-07-10Fixed a couple of errors in the new getSupportedFormats implementation.Jody Northup
2009-07-10Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h...Jody Northup
2009-07-09fix compileMatthew Hoops
2009-07-09corrected creation of one Graphics::PixelFormat to reflect the resurrection o...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being call...Marcus Comstedt