summaryrefslogtreecommitdiff
path: root/xfixes
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
2018-02-14xfixes: Restore monitoring of animated cursorsAdam Jackson1-1/+4
2017-12-08xfixes: Remove the CursorCurrent arrayAdam Jackson1-7/+21
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin2-6/+2
2017-10-10xfixes: unvalidated lengths (CVE-2017-12183)Nathan Kidd4-2/+8
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+13
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson5-34/+34
2016-05-11dix: Remove pointless client-state callbacksAdam Jackson1-20/+1
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson2-0/+2
2016-03-08xfixes: avoid double free if AddResource failsJulien Cristau1-3/+1
2015-07-08xfixes: Unexport xfixes.hAdam Jackson2-7/+3
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-2/+0
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-1/+1
2014-12-08xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]Alan Coopersmith1-0/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-11/+11
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-06-04xfixes: disable cursor on X server resetFrank Binns1-0/+2
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson1-0/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard5-36/+36
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
2013-05-15Abstract cursor refcountingPeter Hutterer1-3/+3
2013-03-18Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+2
2013-03-12xfixes: ifdef PanoramiXFixes* (#62015)Peter Hutterer1-0/+2
2013-03-06dix: only show the cursor if a window defines one (#58398)Peter Hutterer1-8/+2
2012-12-19Merge remote-tracking branch 'whot/barriers'Keith Packard2-444/+5
2012-12-17cursor: Move pointer barrier code over to XIJasper St. Pierre2-444/+5
2012-12-10xfixes: Fix minor number in QueryVersionDaniel Martin1-1/+1
2012-11-29cursor: Revise edge cases for the pointer moving towards barriersJasper St. Pierre1-2/+10
2012-11-19xfixes: let PointerBarrierClient->device_ids point to allocated memoryPeter Hutterer1-0/+4
2012-11-06cursor: Fix up implementation for per-device barriersJasper St. Pierre1-7/+68
2012-11-06cursor: Clean up barrier finding code a bitJasper St. Pierre1-7/+7
2012-11-06cursor: Clean up pointer barrier creation code a tiny bitJasper St. Pierre1-18/+24
2012-11-06cursor: CreatePointerBarrier has a variable request lengthJasper St. Pierre1-2/+10
2012-11-06cursor: Fix a minor unused variable warningJasper St. Pierre1-1/+1
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-5/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith2-21/+18
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith2-10/+12
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith2-4/+6
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith3-5/+5
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-05-14xfixes: remove redundant declaration.Michal Suchanek1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard7-1377/+1331
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-8/+8
2011-12-09xfixes: don't dereference a NULL cursorPeter Hutterer1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner5-172/+136
2011-06-16xfixes: Remove unused variable.Cyril Brulebois1-2/+0
2011-06-16xfixes: Mark some variables as unused.Cyril Brulebois1-2/+2
2011-05-31fixes: Add support for pointer barriersAdam Jackson4-10/+446