summaryrefslogtreecommitdiff
path: root/xfixes
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-254-4/+4
* xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier()Povilas Kanapickas2021-12-141-2/+4
* Remove autotools supportPovilas Kanapickas2021-10-271-13/+0
* XFixes: add version check for byteswapped clientsDemi Marie Obenour2021-08-061-1/+5
* xfixes: Allow the client to upgrade the fixes protocol versionAdam Jackson2021-07-012-7/+8
* xfixes: Add ClientDisconnectModeOlivier Fourdan2021-06-075-5/+184
* Fix spelling/wording issuesAlan Coopersmith2020-07-051-1/+1
* xfixes: Restore monitoring of animated cursorsAdam Jackson2018-02-141-1/+4
* xfixes: Remove the CursorCurrent arrayAdam Jackson2017-12-081-7/+21
* Use ARRAY_SIZE all over the treeDaniel Martin2017-10-302-6/+2
* xfixes: unvalidated lengths (CVE-2017-12183)Nathan Kidd2017-10-104-2/+8
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+13
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-015-34/+34
* dix: Remove pointless client-state callbacksAdam Jackson2016-05-111-20/+1
* dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson2016-05-042-0/+2
* xfixes: avoid double free if AddResource failsJulien Cristau2016-03-081-3/+1
* xfixes: Unexport xfixes.hAdam Jackson2015-07-082-7/+3
* cursor: drop ARGB_CURSORDave Airlie2015-06-301-2/+0
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-211-1/+1
* xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]Alan Coopersmith2014-12-081-0/+1
* Drop trailing whitespacesPeter Hutterer2014-11-121-11/+11
* dix: Always store GC client clip as a region (v2)Adam Jackson2014-10-271-10/+3
* render: Always store client clip as a regionAdam Jackson2014-10-231-11/+3
* xfixes: disable cursor on X server resetFrank Binns2014-06-041-0/+2
* xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2014-04-221-0/+6
* Replace 'pointer' type with 'void *'Keith Packard2014-01-125-36/+36
* fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2)Adam Jackson2013-12-091-0/+13
* fixes: Fix PanoramiXSetPictureClipRegion for root windows (v2)Adam Jackson2013-12-091-0/+13
* Abstract cursor refcountingPeter Hutterer2013-05-151-3/+3
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2013-03-181-0/+2
|\
| * xfixes: ifdef PanoramiXFixes* (#62015)Peter Hutterer2013-03-121-0/+2
* | dix: only show the cursor if a window defines one (#58398)Peter Hutterer2013-03-061-8/+2
|/
* Merge remote-tracking branch 'whot/barriers'Keith Packard2012-12-192-444/+5
|\
| * cursor: Move pointer barrier code over to XIJasper St. Pierre2012-12-172-444/+5
* | xfixes: Fix minor number in QueryVersionDaniel Martin2012-12-101-1/+1
|/
* cursor: Revise edge cases for the pointer moving towards barriersJasper St. Pierre2012-11-291-2/+10
* xfixes: let PointerBarrierClient->device_ids point to allocated memoryPeter Hutterer2012-11-191-0/+4
* cursor: Fix up implementation for per-device barriersJasper St. Pierre2012-11-061-7/+68
* cursor: Clean up barrier finding code a bitJasper St. Pierre2012-11-061-7/+7
* cursor: Clean up pointer barrier creation code a tiny bitJasper St. Pierre2012-11-061-18/+24
* cursor: CreatePointerBarrier has a variable request lengthJasper St. Pierre2012-11-061-2/+10
* cursor: Fix a minor unused variable warningJasper St. Pierre2012-11-061-1/+1
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-092-5/+1
* Use C99 designated initializers in extension EventsAlan Coopersmith2012-07-092-21/+18
* Use C99 designated initializers in various extension RepliesAlan Coopersmith2012-07-092-10/+12
* Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith2012-07-092-4/+6
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-093-5/+5
* api: rework the X server driver API to avoid global arrays.Dave Airlie2012-06-051-2/+2
* xfixes: remove redundant declaration.Michal Suchanek2012-05-141-1/+0
* Introduce a consistent coding styleKeith Packard2012-03-217-1377/+1331