Age | Commit message (Expand) | Author |
2019-09-01 | TTS: Implement OSD message reading | Jaromir Wysoglad |
2019-08-18 | GUI: Check if fullscreen is available at runtime | Cameron Cawley |
2019-08-15 | BACKENDS: Fix GCC Warnings in Surface SDL Graphics | D G Turner |
2019-08-15 | BACKENDS: Handle screen shaking in WindowedGraphicsManager | Cameron Cawley |
2019-08-13 | VITA: Use activeArea rectangle also on Vita | rsn8887 |
2019-08-13 | BACKENDS: add Fit to window (4:3) stretch mode to SDL2 backend | rsn8887 |
2019-08-11 | SDL: Removed invalid override from getGraphicsScalerProc() | Cameron Cawley |
2019-08-11 | SDL: Move selecting the required ScalerProc into a separate function | Cameron Cawley |
2019-08-04 | OPENGL: Support RGBA8888 swapped textures when using OpenGL ES | Cameron Cawley |
2019-07-27 | SYMBIAN: Remove unused class declarations | Cameron Cawley |
2019-07-27 | SYMBIAN: Remove dead code | Cameron Cawley |
2019-07-27 | BACKENDS: Avoid redundant format changes on Dingux and LinuxMoto | Cameron Cawley |
2019-07-14 | OPENGL: Specify a GLSL version tag, and rename reserved keywords | Filippos Karapetis |
2019-07-08 | MAEMO: Minor cleanup | Cameron Cawley |
2019-06-24 | OPENGLSDL: Move stretch mode handling into OpenGLGraphicsManager | Cameron Cawley |
2019-06-22 | OPENGLSDL: Move getSupportedFormats into OpenGLGraphicsManager | Cameron Cawley |
2019-04-15 | WINCE: Fix compilation | Cameron Cawley |
2019-04-07 | BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMoto | Cameron Cawley |
2019-04-02 | SDL: Use Common::KEYCODE_KP_ENTER instead of SDLK_KP_ENTER | Cameron Cawley |
2019-03-31 | SDL: Fix compilation without 16 bit colour support | Cameron Cawley |
2019-03-10 | SDL: Wrap the full screen toggle code into a separate function | Filippos Karapetis |
2019-03-10 | SDL: Move fullscreen and screenshot event handling to SdlGraphicsManager (#1522) | Cameron Cawley |
2019-03-03 | SDL: Add a function to convert from SDL_PixelFormat to Graphics::PixelFormat | Cameron Cawley |
2019-03-02 | IMAGE: Fix taking screenshots on big endian systems | Cameron Cawley |
2019-03-02 | IMAGE: Move bitmap writing code out of OpenGLGraphicsManager | Cameron Cawley |
2019-02-13 | DINGUX: Fix dinguxsdl graphics backend | gameblabla |
2018-10-24 | SURFACESDL: Respect filtering setting when performing aspect ratio correction | Thierry Crozat |
2018-08-26 | OPENGL: Use premultiplied alpha for color-keyed cursors | Bastien Bouclet |
2018-08-18 | DINGUX: Fix initSize() method signature | Eugene Sandulenko |
2018-07-08 | SDL: Clip mouse range in convertVirtualToWindow | Matthew Stewart |
2018-07-08 | SDL: Clip mouse range in convertWindowToVirtual | Matthew Stewart |
2018-07-08 | BACKENDS: Fix compilation with SDL 1.2 | Cameron Cawley |
2018-07-08 | GUI: Add Stretch Mode selection in Options dialog | Thierry Crozat |
2018-07-08 | SDL: Implement stretch mode API | Thierry Crozat |
2018-07-08 | OSYSTEM: Add Stretch Mode API | Thierry Crozat |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth |
2018-03-28 | BAKCENDS: Mark methods as override | Eugene Sandulenko |
2018-03-20 | PSP2: fix touch sometimes not directly under finger | rsn8887 |
2018-01-27 | PSP2: Improve direct touch accuracy | rsn8887 |
2018-01-17 | SURFACESDL: Remove erroneous override declarations | rsn8887 |
2018-01-17 | PSP2: remove code duplication in psp2 graphicsmanager | rsn8887 |
2018-01-12 | GRAPHICS: Fix rounding error when using non-integral scaling | Tarek Soliman |
2017-12-10 | SDL: Enable the startup fullscreen hack for X11 only | Bastien Bouclet |
2017-12-03 | ALL: Remove obsolete register keyword | Colin Snover |
2017-12-03 | SDL: Fix memory corruption when switching to/from 32-bit cursors | Colin Snover |
2017-12-02 | PSP2: fix clipping and display quality for odd resolutions (Phantasmagoria) | rsn8887 |
2017-12-02 | PSP2: fix odd resolutions on PSP2, fixes Phantasmagoria | rsn8887 |
2017-12-01 | BACKENDS: Fix shake position getting stuck | Colin Snover |
2017-11-29 | SDL: Don't use the window size hint for fullscreen | Bastien Bouclet |
2017-11-27 | SDL: Store fake mouse warp event in virtual coordinates | Colin Snover |