summaryrefslogtreecommitdiff
path: root/xfixes/region.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-3/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-30/+30
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-1/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-3/+3
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-29/+20
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-4/+2
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+2
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-3/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-8/+0
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-15/+19
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh1-3/+10
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-23/+23
2006-03-15Coverity #807: Fix a memory leak in XFixesExpandRegion.Adam Jackson1-0/+1
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-06-10Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11Adam Jackson1-9/+22
2004-07-31Update xfixes server code to major version 3 from xserver CVS, and performEric Anholt1-6/+60
2004-07-29bugzilla 859 -merging DAMAGE-XFIXES into trunkStuart Kreitman1-0/+796