Age | Commit message (Expand) | Author |
2011-08-09 | OPENGL: Add include guard to gltexture.h | Johannes Schickel |
2011-08-09 | OPENGL: Added a temporary hack to fix compilation under Windows, after the la... | Filippos Karapetis |
2011-08-09 | SDL: Slight clean up in the surface based graphics manager. | Johannes Schickel |
2011-08-09 | SDL: Take advantage of SdlGraphicsManager. | Johannes Schickel |
2011-08-09 | SDL: Let SDL based graphics managers inherit from SdlGraphicsManager. | Johannes Schickel |
2011-08-09 | SDL: Add a new base class for graphics managers utilizing SDL. | Johannes Schickel |
2011-08-09 | BACKENDS: Add PaletteManager interface as comments to GraphicsManager. | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-07-02 | SDL: Remove an unnecessary memset | Bastien Bouclet |
2011-07-02 | SDL: Set a black palette by default. | Bastien Bouclet |
2011-06-27 | WINCE: Added option to disable panel toggling with double tap on top of screen | CeRiAl |
2011-06-25 | WINCE: Hide toolbar when returning to game list | CeRiAl |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-19 | SDL: Replace some SdlGraphicsManager uses with SurfaceSdlGraphicsManager. | Johannes Schickel |
2011-06-19 | SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its pu... | Johannes Schickel |
2011-06-19 | OPENGLSDL: Add FIXME about desktop resolution retrieving. | Johannes Schickel |
2011-06-19 | OPENGL: Clarify OSD rect color in a comment. | Johannes Schickel |
2011-06-19 | SDL: Formatting fixes. | Johannes Schickel |
2011-06-19 | OPENGL: Formatting fixes. | Johannes Schickel |
2011-06-19 | OPENGLSDL: Use String::format instead of sprintf. | Johannes Schickel |
2011-06-19 | OPENGLSDL: Formatting fixes. | Johannes Schickel |
2011-06-11 | WINCE: Some cleanup (public vs. private scopes), fix freelook | CeRiAl |
2011-06-11 | OPENPANDORA: Start to cleanup the backend and move controls into remapkey. | David-John Willis |
2011-06-11 | GP2X: Remove remnants of the old GP2X backend. | David-John Willis |
2011-06-11 | GPH: Cleanup and some WIP refactoring. | David-John Willis |
2011-06-06 | I18N: Make some OSD messages translatable | Thierry Crozat |
2011-06-06 | OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings | Thierry Crozat |
2011-06-06 | GRAPHICS: Get rid of kSODFont (ScummFont) | Thierry Crozat |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-31 | BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends | Max Horn |
2011-05-24 | SAMSUNGTV: Fix build on non-SDL platforms | Willem Jan Palenstijn |
2011-05-24 | SAMSUNGTV: Update port | Pawel Kolodziejski |
2011-05-23 | SAMSUNGTV: update port | Pawel Kolodziejski |
2011-05-18 | WINCE: Fix mouse coordinate scaling when ARM scaler support is active | CeRiAl |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-03 | MOTO: Change fprintf calls to debug calls | Max Horn |
2011-05-03 | DINGUX: Change fprintf calls to debug calls | Max Horn |
2011-05-03 | GPH: Change fprintf to debug | Max Horn |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-29 | JANITORIAL: Yet another attempt at fixing compilation | Ori Avtalion |
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-22 | OPENPANDORA: Remove unneeded translations.h include. | Thierry Crozat |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | SDL: Properly setup internal Surface formats. | Johannes Schickel |
2011-04-17 | OPENGL: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel |
2011-04-17 | BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a by... | Johannes Schickel |