summaryrefslogtreecommitdiff
path: root/dix/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Don't call pixman_disable_out_of_bounds_workaround() anymoreSøren Sandmann Pedersen1-2/+0
2011-05-14XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston1-9/+16
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+3
2010-09-28dix: remove proc tables initializationTiago Vignatti1-4/+0
2010-06-30Initialize dev privates before using anyKeith Packard1-1/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+14
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-2/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard1-1/+0
2010-04-26dix: Default DPMS timeout values to match screensaver valuesAdam Jackson1-3/+1
2010-04-26dix and others: remove unused arraySize field from ScreenInfoTiago Vignatti1-1/+0
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-2/+1
2010-02-05main: move config_init() after InitInput()Julien Cristau1-1/+1
2009-12-11Merge remote branch 'jeremyhu/master'Keith Packard1-0/+2
2009-12-11Move config_init() after CreateWellKnownSockets() and InitCoreDevices()Julien Cristau1-1/+1
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-0/+2
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