Age | Commit message (Expand) | Author |
2014-02-12 | OPENGL: Use signed types for mouse coordinates. | Johannes Schickel |
2014-02-12 | OPENGL: Properly use signed types for cursor hotspot. | Johannes Schickel |
2014-02-11 | OPENGL: Fix cursor regression when defaultFormat doesn't have an alpha channel. | Johannes Schickel |
2014-02-11 | OPENGL: Refactor texture instantiation. | Johannes Schickel |
2014-02-11 | OPENGL: Rename notifyContextChange to notifyContextCreate. | Johannes Schickel |
2014-02-11 | OPENGL: Add notification function about context destruction. | Johannes Schickel |
2013-10-24 | SDL: Let SdlGraphicsManager inherit from GraphicsManager. | Johannes Schickel |
2013-10-23 | SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL. | Johannes Schickel |
2013-10-19 | OPENGL/SDL: Add screenshot support. | Johannes Schickel |
2013-10-19 | TIZEN: Adapt to new OpenGL code. | Johannes Schickel |
2013-10-19 | OPENGL: Add OSD support. | Johannes Schickel |
2013-10-19 | SDL: Add a OpenGL SDL backend and hook it into the SDL backend. | Johannes Schickel |
2013-10-19 | OPENGL: Add new generic OpenGL (ES) backend. | Johannes Schickel |
2013-10-05 | BACKENDS: Remove OpenGL and OpenGL SDL backend. | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-02-15 | OPENGL: Prevent access to a few more members in the SDL OpenGL code. | Johannes Schickel |
2012-02-15 | OPENGL: Use tabs instead of spaces for indentation. | Johannes Schickel |
2011-08-21 | BADA: Fix formatting and non bada host compile error | Chris Warren-Smith |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith |
2011-08-12 | OPENGL: Fix aspect ratio correction behavior. | Johannes Schickel |
2011-08-09 | SDL: Take advantage of SdlGraphicsManager. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-20 | OPENGL: Get rid of unused switchDisplayMode. | Johannes Schickel |
2011-03-20 | OPENGL: Handle aspect ratio correction as flag instead of having a special mo... | Johannes Schickel |
2011-03-17 | OPENGL: Cleanup switchDisplayMode. | Johannes Schickel |
2011-03-17 | OPENGLSDL: More refactoring to avoid direct access of OpenGlGraphicsManager's... | Johannes Schickel |
2011-03-17 | OPENGL: Move setFullscreenMode to OpenGLGraphicsManager. | Johannes Schickel |
2011-03-17 | OPENGLSDL: Handle active fullscreen mode OPENGLSDL internal. | Johannes Schickel |
2011-03-17 | OPENGL: Make setScale non-virtual. | Johannes Schickel |
2011-03-17 | OPENGL: Get rid of _aspectRatioCorrection. | Johannes Schickel |
2011-03-17 | OPENGL: Slight refactoring. | Johannes Schickel |
2011-03-17 | OPENGL: Update the OSD texture when visible while the output mode changes. | Johannes Schickel |
2011-03-17 | OPENGL: Refactor warpMouse. | Johannes Schickel |
2011-02-19 | OPENGL: Get rid of adjustMouseEvent. | Johannes Schickel |
2011-02-19 | OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-12-08 | OPENGL: Fix OSD support by only updating the OSD texture in internUpdateScreen. | Johannes Schickel |
2010-12-03 | OPENGL: Some slight formatting fixes. | Jordi Vilalta Prat |
2010-09-03 | SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD. | Alejandro Marzini |
2010-09-03 | OPENGL: Fix enable aspect ratio feature. | Alejandro Marzini |
2010-09-03 | OPENGL: Improve scaling, aspect ratio correction and display(GFX) modes. | Alejandro Marzini |
2010-08-13 | OPENGL: Remove unnecessary aspect ratio corrections, and add "Original Size" ... | Alejandro Marzini |
2010-08-06 | OPENGL: Add 5/3 and 5/4 aspect ratio corrections. | Alejandro Marzini |
2010-08-05 | OPENGL: Improve aspect ratio correction mode selection. | Alejandro Marzini |