aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2006-06-03Added a default icon for savegames.Marcus Comstedt
2006-06-03Ignore bogus values of sizeimg in the header sanity check, it will get recomp...Marcus Comstedt
2006-06-03FilesystemNode() does not create a valid node anymore, specify a path...Marcus Comstedt
2006-06-03Cleanup. / Add speed meter for 'operator new'Won Star
2006-06-03Add the new Dreamcast filesystem backend to the build.Marcus Comstedt
2006-06-03Separated the Dreamcast filesystem backend from the POSIX one.Marcus Comstedt
2006-06-03Cleaned up plugin_dist target, and added target "spotless".Marcus Comstedt
2006-06-03OopsChris Apers
2006-06-03Updated palmos FS based on lastest changes to the base classChris Apers
2006-06-03Added AGI supportChris Apers
2006-06-03Added missing functions and fixed saving with AGI engineChris Apers
2006-06-03Fixed callsChris Apers
2006-06-03Missing propsetChris Apers
2006-06-03Don't reinvent the wheel, use MSL functions when available for better compati...Chris Apers
2006-06-03More maemo port developmentEugene Sandulenko
2006-06-01Specific resource file for UIQ3 added and updated.Lars Persson
2006-06-01Allow X11 backend to compileJames Brown
2006-05-31Moved Symbian call to GUI::Actions::init(); to the Symbian backendLars Persson
2006-05-31Project files for AGI added and support for S60V3Lars Persson
2006-05-30free old buffers when changing resolution in the non-GU backend (not that it'...Joost Peters
2006-05-30- fix bug in copyRectToOverlay() that was introduced after _overlayScale clea...Joost Peters
2006-05-29some cleanupJoost Peters
2006-05-29Update makefile for the GP32 port.Won Star
2006-05-29fix 480x272 overlay drawing, set default overlay size to 480x272Joost Peters
2006-05-29get rid of _overlayScaleJoost Peters
2006-05-29add SCEkxploit ruleJoost Peters
2006-05-28fix PSPFilesystemNode::parent() + some minor cleanupJoost Peters
2006-05-28make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o...Joost Peters
2006-05-27The dirty rect produced by drawMouse() is updated without going through anyTorbjörn Andersson
2006-05-27fix warpmouse in overlay-mode; fixes cursor jumps when opening menuWillem Jan Palenstijn
2006-05-26move psp_fs.cpp from backends/psp/ to backends/fs/psp/Joost Peters
2006-05-26Update to adapt for AbstractFilesystemNode changes made recently.Joost Peters
2006-05-25unused variableWillem Jan Palenstijn
2006-05-25fix hotspot handling when overlay visibleWillem Jan Palenstijn
2006-05-24The AGI engine's save/load dialog dirties the entire screen thirteen timesTorbjörn Andersson
2006-05-23fix VC & SDL 1.2.10 compilation errorAndrew Kurushin
2006-05-23Update GP32 port. It still doesn't work very well...Won Star
2006-05-21Don't crash if drawMouse() is called before _mouseSurface is created.Torbjörn Andersson
2006-05-20fixed compilation when DISABLE_SCALERSPaweł Kołodziejski
2006-05-20fix compilation, that variable no longer existsPaweł Kołodziejski
2006-05-20Removed stray printf() from earlier commit.Torbjörn Andersson
2006-05-20Re-render the cursor when enabling/disabling cursor palette. Also, I don'tTorbjörn Andersson
2006-05-20Our GUI uses the "cursor palette" feature, but the SDL backend did not use theTorbjörn Andersson
2006-05-20Fixed cursor drawing in the classic theme.Torbjörn Andersson
2006-05-19Slighty modified patch #1491859: "Possible fix for recent cursor regressions"Eugene Sandulenko
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
2006-05-18- Revert additional setUpCursor() call as it broke in-game cursor paletteEugene Sandulenko
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-13Add code for get current directoryTravis Howell
2006-05-13Get current directory via a path of '.'Travis Howell