summaryrefslogtreecommitdiff
path: root/dix/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11Disable the out-of-bounds workaround in pixman.Soren Sandmann Pedersen1-0/+3
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-368/+0
2009-04-14Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.Eric Anholt1-0/+1
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson1-4/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-4/+8
2009-02-13dix: remove DefineInitialRootWindow()Peter Hutterer1-1/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson1-2/+2
2009-01-16XQuartz: mieq: Wait for the server to finish initializing before letting othe...Jeremy Huddleston1-0/+14
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-6/+6
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-24dix: Enable core devices in InitCoreDevices already.Peter Hutterer1-2/+1
2008-10-26Nuke unused variablesJulien Cristau1-1/+0
2008-10-03Remove unused wrapping for visual initialization.Adam Jackson1-1/+0
2008-10-03const cleanupAdam Jackson1-1/+1
2008-10-02Don't inherit XAUTHORITY from the environment.Adam Jackson1-4/+0
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-08-13Eviscerate save-under support.Adam Jackson1-1/+1
2008-08-05Redefine clients as a fixed arrayTomas Carnecky1-4/+1
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-6/+1
2008-07-21dix: Remove insane BC hacksDaniel Stone1-12/+1
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-4/+0
2008-07-16Remove the numVideoScreens xprintism.Adam Jackson1-3/+0
2008-06-25dix: free memory associated with the EventList. #16507Peter Hutterer1-0/+1
2008-05-26Merge branch 'master' into mpxPeter Hutterer1-1/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-1/+0
2008-05-20dix: shut up two compiler warnings.Peter Hutterer1-1/+1
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-21/+2
2008-05-14Simplify default font path setup.Adam Jackson1-7/+2
2008-05-14Remove global argc/argv variables.Adam Jackson1-5/+0
2008-05-14dix: InitAndStartDevices doesn't need a window parameter.Peter Hutterer1-1/+1
2008-05-12X n'est pas une print API.Adam Jackson1-9/+0
2008-05-02Merge branch 'master' into mpxPeter Hutterer1-12/+7
2008-04-26XQuartz: Cleaned up startup and thread creation a tad.Jeremy Huddleston1-12/+4
2008-04-25dix: remove obsolete InitWindowPrivates().Peter Hutterer1-2/+0
2008-04-24dix: NULL out WindowTable after freeing all the windows.Peter Hutterer1-0/+3
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-14/+0
2008-04-17removed Xquartz debugging code that leaked into master. Our Bad.Ben Byer1-14/+0
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-0/+16
2008-04-02shovelling code around ...Ben Byer1-0/+14
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-9/+0
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh1-0/+2
2008-02-17main(): Remove uncredible failureDaniel Stone1-9/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-51/+21
2007-12-20Xquartz: General CleanupJeremy Huddleston1-0/+4
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-1/+1
2007-11-20Remove some duplicate include statements.Eamon Walsh1-1/+0
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-2/+2