summaryrefslogtreecommitdiff
path: root/Xext/shape.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-23/+23
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-10/+11
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-22/+28
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-5/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-661/+650
2011-09-21Use internal temp variable for swap macrosMatt Turner1-63/+47
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-37/+17
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-4/+4
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-11/+3
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-24/+24
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-2/+2
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-6/+6
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+1
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-4/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-2/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-4/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp1-3/+3
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-1/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-30/+45
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-1/+1
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+2
2009-02-03Xext: rename shape's EventType to ShapeEventType to avoid name clashing.Peter Hutterer1-8/+8
2009-01-22Remove a bunch of useless casts.Adam Jackson1-5/+4
2009-01-11Xext: ANSI cleanupsJulien Cristau1-75/+35
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-11/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-19/+13
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-6/+0
2007-12-02Clean up many #if 0.Adam Jackson1-6/+0
2007-11-21Xext: Scruffy the janitor don't like no "register" keywords.Peter Hutterer1-37/+37
2007-11-20Revert "registry: Register SHAPE extension protocol names."Eamon Walsh1-25/+7
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+3
2007-11-05Xext: Remove usage of allocaDaniel Stone1-3/+3
2007-10-15registry: Register SHAPE extension protocol names.Eamon Walsh1-7/+25
2007-08-30xace: add hooks + new access codes: SHAPE extensionEamon Walsh1-13/+13
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-6/+8
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh1-25/+27
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-11/+11
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-06-09put function prototype for ShapeExtensionInit() in proper placeGreg Kroah-Hartman1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+3
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2