summaryrefslogtreecommitdiff
path: root/dix/dixutils.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19os: Don't crash in AttendClient if the client is goneAaron Plattner1-8/+1
2018-11-19dix: ensure work queues are cleared on resetRay Strode1-0/+13
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-10/+10
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-12/+6
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard1-10/+13
2016-02-29dix: Add ClientSignalAll()Chris Wilson1-0/+22
2014-11-12Drop trailing whitespacesPeter Hutterer1-6/+6
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt1-0/+25
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-2/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-20/+20
2013-05-08dix: delete all callbacks before resetPeter Hutterer1-1/+7
2012-07-06dix: introduce gpu screens. (v5)Dave Airlie1-0/+6
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-6/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-360/+317
2012-01-09dix: Return BadWindow rather than BadMatch from dixLookupWindowChris Halse Rogers1-1/+9
2012-01-06dix: Tune dixLookupDrawable for successAdam Jackson1-4/+3
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith1-2/+2
2011-06-30dix: avoid calling deleted block and wakeup handlersScott James Remnant1-4/+6
2010-10-13dix: optimize CallCallbacksAdam Jackson1-8/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-5/+5
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-1/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-5/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-18/+18
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-0/+18
2009-10-15Remove CopyISOLatin1LoweredYaakov Selkowitz1-10/+0
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-8/+3
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-2/+2
2009-01-22Remove a bunch of useless casts.Adam Jackson1-4/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-29/+29
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-12/+12
2008-11-27Export symbols also defined in libXfont.Paulo Cesar Pereira de Andrade1-1/+1
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor1-2/+2
2008-04-21Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branchJeremy Huddleston1-1/+2
2008-02-14Rip out useless indirection in the callback list management.Adam Jackson1-15/+6
2008-01-03dix: Fix bug+leak in callback manager DeleteCallbackList function.Eamon Walsh1-1/+1
2007-08-16xace: add hooks + new access codes: core protocol client requestsEamon Walsh1-8/+16
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-18/+4
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-06-11dixLookupClient: Use access parameter.Michel Dänzer1-1/+1
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-2/+5
2007-04-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-04-04dix: add new, combined resource lookup function. Move all dix lookup APIEamon Walsh1-60/+5
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-3/+3
2007-03-08dix: remove 'register' keyword for all variables.Peter Hutterer1-5/+5
2007-01-08Attempt to fix drawable type checks in dixLookupDrawable().Michel Dänzer1-3/+3
2006-12-15Add loud warnings to deprecated lookup functions.Eamon Walsh1-5/+19
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh1-2/+3
2006-12-14Add new, combined dix lookup functions (tweak).Eamon Walsh1-1/+1
2006-12-14Add new, combined dix lookup functions.Eamon Walsh1-81/+95