summaryrefslogtreecommitdiff
path: root/xfixes
AgeCommit message (Expand)AuthorFilesLines
5 daysinclude: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-1/+1
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult2-8/+10
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult2-9/+9
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult4-1/+9
2024-03-09dix: unexport global variablesEnrico Weigelt, metux IT consult1-0/+2
2024-03-03render: move private definitions out of picturestr.hEnrico Weigelt, metux IT consult1-1/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith4-4/+4
2021-12-14xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier()Povilas Kanapickas1-2/+4
2021-10-27Remove autotools supportPovilas Kanapickas1-13/+0
2021-08-06XFixes: add version check for byteswapped clientsDemi Marie Obenour1-1/+5
2021-07-01xfixes: Allow the client to upgrade the fixes protocol versionAdam Jackson2-7/+8
2021-06-07xfixes: Add ClientDisconnectModeOlivier Fourdan5-5/+184
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