aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Expand)Author
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-04Got rid of OSystem::move_screenMax Horn
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-28reorder contentMax Horn
2004-03-27clarify OSystem specification (setTimerCallback() must be 'atomic')Max Horn
2004-03-16Fixed typo.Torbjörn Andersson
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-03-15more tweaks to doxygenMax Horn
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ...Max Horn
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-15fix doxygen-comment mistakesMax Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-13Document the backend feature flags a bit, I hope this clarifies their purpose...Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-01-17Cleaner virtual keyboard support for the new CE backend, coming soonNicolas Bacca
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-16Add capture mouse option, patch #860831Travis Howell
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-20added explicit virtual destructor; added API which makes it potentially possi...Max Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...Max Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31added new header file backends/intern.h; removed some stuff from common/syste...Max Horn
2003-07-31use #define instead of enum here because that makes ccache more effective whe...Max Horn
2003-07-22start -> start_frame, to match backends (purely cosmetic :-)Max Horn
2003-07-22fixed play_cdrom docsMax Horn
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
2003-07-05enforce use of type MutexRefMax Horn
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-09added clear_sound_proc method to backend API (this requires all backends to b...Max Horn
2003-06-08added quit eventMax Horn
2003-05-29more OSystem docs & cleanupMax Horn
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-05-02Add PalmOS port stuffChris Apers
2003-05-02Change int16 to NewGuiColor in overlay/RGB functionsChris Apers
2003-03-25cleanupMax Horn
2003-03-23move language enum to gameDetector.hJonathan Gray
2003-03-23add comment to language enum I meant to do a while backJonathan Gray
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski