Age | Commit message (Expand) | Author |
2011-06-08 | COMMON: Fix OSystem docs | Max Horn |
2011-06-08 | BACKENDS: Add OSystem::resetGraphicsScale() default implementation | Max Horn |
2011-06-07 | BACKENDS: All backends use _savefileManager now, adapt OSystem accordingly | Max Horn |
2011-06-07 | BACKENDS: All backends use _timerManager now, adapt OSystem accordingly | Max Horn |
2011-06-07 | BACKENDS: Move more 'manager slots' from ModularBackend to OSystem | Max Horn |
2011-06-06 | OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings | Thierry Crozat |
2011-06-06 | COMMON: Clarify & correct OSystem::displayLogFile() docs | Max Horn |
2011-06-06 | BACKENDS: Unify EventManager setup | Max Horn |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn |
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-06-04 | COMMON: Clarify OSystem feature flags docs a bit | Max Horn |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-06-03 | BACKENDS: Add OSystem::displayLogFile interface + OSX implementation | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-29 | OSYSTEM: Clarify doc for getGraphicsMode() | Thierry Crozat |
2011-04-28 | COMMON: Fix compilation on backends that USE_RGB_COLOR | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format more forward declarations to follow convention | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-12-20 | OSYSTEM: Clarify grabPalette documentation after talking with Max about it. | Johannes Schickel |
2010-12-08 | BACKENDS: Fix OSD implementation in ModularBackend. | Johannes Schickel |
2010-11-28 | BACKEND: Switch OSystem::getSystemLanguage return type to Common::String. | Johannes Schickel |
2010-11-25 | OSYSTEM: Add API to query the system locale. | Johannes Schickel |
2010-11-18 | BACKENDS: Implement logging API proposed by Max on -devel. | Johannes Schickel |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-07-30 | OSYSTEM: Add resetGraphicsScale() method. | Alejandro Marzini |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-04-20 | Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat... | Andre Heider |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-08 | Fix documentation for setMouseCursor's format paramenter. | Johannes Schickel |
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the max... | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-09-24 | Remove references to non existant function convertScreenRect. | Johannes Schickel |
2009-08-30 | Remove unused include | Jordi Vilalta Prat |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | Fix some typos in TransactionError-enumeration's comments. | Kari Salminen |
2009-07-10 | removed OSystem::convertScreenRect as unnecessary and bloatful. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |