aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Expand)Author
2011-04-29OSYSTEM: Clarify doc for getGraphicsMode()Thierry Crozat
2011-04-28COMMON: Fix compilation on backends that USE_RGB_COLOROri Avtalion
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-20OSYSTEM: Clarify grabPalette documentation after talking with Max about it.Johannes Schickel
2010-12-08BACKENDS: Fix OSD implementation in ModularBackend.Johannes Schickel
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-07-30OSYSTEM: Add resetGraphicsScale() method.Alejandro Marzini
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-20Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat...Andre Heider
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08Fix 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-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-24Remove references to non existant function convertScreenRect.Johannes Schickel
2009-08-30Remove unused includeJordi Vilalta Prat
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15Fix some typos in TransactionError-enumeration's comments.Kari Salminen
2009-07-10removed OSystem::convertScreenRect as unnecessary and bloatful.Jody Northup
2009-07-10Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h...Jody Northup
2009-07-09Corrected lingering formatting errors that were introduced by the find-and-re...Jody Northup
2009-07-09Removed #ifdef blocks around new error values in Common::Error and OSystem::T...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-03Provided a virtual method for converting graphics rectangles from screen form...Jody Northup
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-25API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co...Jody Northup
2009-06-24made the cursor's pixel format a member of the cursor object, merged ____Curs...Jody Northup
2009-06-23Merged format initialization into InitSize to allow for backends not supporti...Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup