summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-21/+21
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-13/+13
2008-11-04Purge device-based WindowAccess code.Peter Hutterer1-1/+0
2008-10-22dix: init remaining three xkb fields to zero in a new client.Peter Hutterer1-0/+2
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson1-1/+1
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-4/+2
2008-09-02Don't try to destroy a NULL pixmap.Daniel Drake1-1/+1
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-08-11The smart scheduler is not optional.Mathieu BĂ©rard1-16/+0
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-4/+0
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-6/+0
2008-05-12X n'est pas une print API.Adam Jackson1-6/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-9/+0
2008-04-18Death to APPGROUP.Adam Jackson1-9/+0
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-275/+0
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-15/+13
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh1-274/+0
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson1-0/+4
2008-02-14Simplify critical output flushing.Adam Jackson1-6/+2
2008-02-12XACE: Move the selection access hook to its own function.Eamon Walsh1-6/+4
2008-02-07XACE: Correct some protocol error values in the colormap routines.Eamon Walsh1-3/+3
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-2/+3
2008-01-25XACE: Stop using fake requestVectors in favor of a simple hook call.Eamon Walsh1-2/+3
2008-01-18dix: remove inputInfo.pointer reference in TryClientEvents.Peter Hutterer1-4/+5
2008-01-10Merge branch 'master' into mpxPeter Hutterer1-0/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-401/+341
2008-01-02Restore include & typedef needed by dtraceAlan Coopersmith1-0/+2
2007-12-03dix: Remove RegisterPairingClient and UnregisterPairingClient.Peter Hutterer1-1/+0
2007-11-26registry: add missing include statement.Eamon Walsh1-0/+1
2007-11-26registry: swap out the DTRACE XErrorDB stuff for the new registry call.Eamon Walsh1-73/+2
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+1
2007-11-15Small static cleanups on dix/Adam Jackson1-2/+2
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-22/+22
2007-11-06Modified performance patches from Arjan van de Ven <arjan@infradead.org>Eamon Walsh1-2/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-20/+20
2007-11-05DIX: Remove last alloca callDaniel Stone1-2/+2
2007-11-05changing ALLOCATE_LOCAL to xalloc to prevent stack overflowBen Byer1-17/+17
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-10-23xace: Still more changes to selection code. Removed the SelectionPtr fromEamon Walsh1-23/+33
2007-10-19xace: Bug fixes, name changes to selection access hooks and fields.Eamon Walsh1-13/+12
2007-09-28xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh1-2/+1
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-14/+14
2007-09-20xace: modifications to ChangeWindowAttributes special case: separateEamon Walsh1-3/+3
2007-09-19xace: add special-case for just setting the event mask on a window,Eamon Walsh1-3/+5
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-1/+1
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-14/+18
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-55/+3
2007-08-16xace: add hooks + new access codes: core protocol selection requestsEamon Walsh1-4/+13