summaryrefslogtreecommitdiff
path: root/xfixes/region.c
AgeCommit message (Expand)AuthorFilesLines
7 daysrename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult1-3/+3
7 daysprevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-1/+1
7 daysdix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-1/+3
2024-03-03render: move private definitions out of picturestr.hEnrico Weigelt, metux IT consult1-1/+1
2017-10-10xfixes: unvalidated lengths (CVE-2017-12183)Nathan Kidd1-1/+2
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-17/+17
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-1/+1
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-10/+3
2014-10-23render: Always store client clip as a regionAdam Jackson1-11/+3
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson1-0/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-10/+10
2013-12-09fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2)Adam Jackson1-0/+13
2013-12-09fixes: Fix PanoramiXSetPictureClipRegion for root windows (v2)Adam Jackson1-0/+13
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+2
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-1/+1
2012-05-14xfixes: remove redundant declaration.Michal Suchanek1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-374/+384
2011-09-21Use internal temp variable for swap macrosMatt Turner1-87/+69
2011-06-16xfixes: Remove unused variable.Cyril Brulebois1-2/+0
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+0
2010-11-30fixes: Add panoramix supportDavid Reveman1-0/+78
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