aboutsummaryrefslogtreecommitdiff
path: root/backends/x11
AgeCommit message (Collapse)Author
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-06const fix; expannded TODO comment a bitMax Horn
svn-id: r8813
2003-07-06make x11 backend compile again, still doesn't actually work though...Jonathan Gray
svn-id: r8789
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-12make x11 backend actually compile again, seems to cry about xshmputimage ↵Jonathan Gray
when I try to run it however svn-id: r7466
2002-11-13Some other inits added to prepare for the 'new / delete' overloadingLionel Ulmer
removal. svn-id: r5537
2002-11-13Added some needed initializations.Lionel Ulmer
svn-id: r5534
2002-11-02Fix key repeat in the GUI.Lionel Ulmer
svn-id: r5385
2002-11-02Make X11 driver work with overlays and all the stuff. Rework by theLionel Ulmer
same occasion the mouse code. RFH: if anyone has a DOTT save game just before the car cleaning in the past, I would like to have it to test the (untested) code to move the screen. svn-id: r5383
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵Max Horn
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
svn-id: r4909
2002-08-29compilation fixMax Horn
svn-id: r4865
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21Initial revisionMax Horn
svn-id: r4785