index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
system.h
Age
Commit message (
Expand
)
Author
2009-05-18
Typo.
Johannes Schickel
2009-05-10
Keymapper:
Eugene Sandulenko
2009-02-24
Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correct
Max Horn
2009-02-24
Add some remarks on OSystem::updateScreen() properties
Max Horn
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-01-30
Removed default implementations of OSystem::getOverlayHeight() and getOverlay...
Max Horn
2009-01-30
Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch pa...
Max Horn
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2009-01-22
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-11-06
Got rid of OSystem::ARGBToColor and colorToARGB
Max Horn
2008-11-03
Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
Johannes Schickel
2008-10-21
Fixed: Broken english in System.h documentation.
Vicent Marti
2008-10-13
OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s...
Max Horn
2008-09-27
Modified Common::SearchSet to take signed integer priorities, for convenience...
Max Horn
2008-09-07
Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...
Max Horn
2008-09-07
Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...
Max Horn
2008-08-03
New OSystem API for loading/storing default config file
Max Horn
2008-07-30
This time properly reverted my accidental commits of the osystem&configman pa...
Max Horn
2008-07-30
Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...
Nicola Mettifogo
2008-07-30
Revert my accidental commit of the OSystem changes (oops)
Max Horn
2008-07-30
Simplified advanced detector file sys scanning code
Max Horn
2008-06-28
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
Max Horn
2008-06-28
Removed OSystem::getFilesystemFactory() default implentation, as announced
Max Horn
2008-05-19
Typo.
Johannes Schickel
2008-05-15
Removed the default OSystem::getTimeAndDate() implementation
Max Horn
2008-02-23
Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-05
Grammar fix in comment for kFeatureAutoComputeDirtyRects
Paul Gilbert
2008-01-05
Fixed comment that incorrectly reversed green and blue ordering for setPalett...
Paul Gilbert
2007-12-28
Patch #1859448: Add OSystem::getTimeAndDate API
Eugene Sandulenko
2007-12-22
Document that we expect recursive mutex locking behavior
Max Horn
2007-11-13
Slightly extended/clarified two OSystem doxygen comments
Max Horn
2007-10-28
Patch v5.2 from #1752243: "backends lib patches"
Eugene Sandulenko
2007-09-23
Fixed comment for grabPalette.
Johannes Schickel
2007-08-11
Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem...
Max Horn
2007-07-08
Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...
Max Horn
2007-07-01
Patch #1595026: engine init/shutdown OSystem methods
Max Horn
2007-06-20
typo - (returh => return) -- jvprat
Matthew Hoops
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-06-03
Adding the new kFeatureDisableKeyFiltering OSystem feature.
Kostas Nakos
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-03-24
Corrected some c&p error in the documentation.
Johannes Schickel
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
Torbjörn Andersson
2007-03-17
Added class NonCopyable, and made various things derive from it
Max Horn
[next]