Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 6 | -12/+0 |
2024-09-02 | dix: unexport cursor refcounting functions | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 1 | -4/+4 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
2024-06-23 | xace: typesafe hook function for XACE_SCREEN_ACCESS | Enrico Weigelt, metux IT consult | 1 | -4/+2 |
2024-06-23 | xace: typesafe hook function for XACE_RESOURCE_ACCESS | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-06-23 | xfixes/xace: fix pointer type mismatch on XFixesSelectSelectionInput() | Enrico Weigelt, metux IT consult | 1 | -5/+6 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 2 | -8/+10 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 2 | -9/+9 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 4 | -1/+9 |
2024-03-09 | dix: unexport global variables | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-03 | render: move private definitions out of picturestr.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2023-02-25 | Remove "All rights reserved" from Oracle copyright notices | Alan Coopersmith | 4 | -4/+4 |
2021-12-14 | xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() | Povilas Kanapickas | 1 | -2/+4 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -13/+0 |
2021-08-06 | XFixes: add version check for byteswapped clients | Demi Marie Obenour | 1 | -1/+5 |
2021-07-01 | xfixes: Allow the client to upgrade the fixes protocol version | Adam Jackson | 2 | -7/+8 |
2021-06-07 | xfixes: Add ClientDisconnectMode | Olivier Fourdan | 5 | -5/+184 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 1 | -1/+1 |
2018-02-14 | xfixes: Restore monitoring of animated cursors | Adam Jackson | 1 | -1/+4 |
2017-12-08 | xfixes: Remove the CursorCurrent array | Adam Jackson | 1 | -7/+21 |
2017-10-30 | Use ARRAY_SIZE all over the tree | Daniel Martin | 2 | -6/+2 |
2017-10-10 | xfixes: unvalidated lengths (CVE-2017-12183) | Nathan Kidd | 4 | -2/+8 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+13 |
2017-03-01 | dispatch: Mark swapped dispatch as _X_COLD | Adam Jackson | 5 | -34/+34 |
2016-05-11 | dix: Remove pointless client-state callbacks | Adam Jackson | 1 | -20/+1 |
2016-05-04 | dix: Push UpdateCurrentTimeIf down out of the main loop | Adam Jackson | 2 | -0/+2 |
2016-03-08 | xfixes: avoid double free if AddResource fails | Julien Cristau | 1 | -3/+1 |
2015-07-08 | xfixes: Unexport xfixes.h | Adam Jackson | 2 | -7/+3 |
2015-06-30 | cursor: drop ARGB_CURSOR | Dave Airlie | 1 | -2/+0 |
2015-04-21 | Convert top level extensions to new *allocarray functions | Alan Coopersmith | 1 | -1/+1 |
2014-12-08 | xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102] | Alan Coopersmith | 1 | -0/+1 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -11/+11 |
2014-10-27 | dix: Always store GC client clip as a region (v2) | Adam Jackson | 1 | -10/+3 |
2014-10-23 | render: Always store client clip as a region | Adam Jackson | 1 | -11/+3 |
2014-06-04 | xfixes: disable cursor on X server reset | Frank Binns | 1 | -0/+2 |
2014-04-22 | xfixes: Forbid manipulating clip for source-only pictures (#28968) | Adam Jackson | 1 | -0/+6 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 5 | -36/+36 |
2013-12-09 | fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2) | Adam Jackson | 1 | -0/+13 |
2013-12-09 | fixes: Fix PanoramiXSetPictureClipRegion for root windows (v2) | Adam Jackson | 1 | -0/+13 |
2013-05-15 | Abstract cursor refcounting | Peter Hutterer | 1 | -3/+3 |
2013-03-18 | Merge remote-tracking branch 'whot/for-keith' | Keith Packard | 1 | -0/+2 |
2013-03-12 | xfixes: ifdef PanoramiXFixes* (#62015) | Peter Hutterer | 1 | -0/+2 |
2013-03-06 | dix: only show the cursor if a window defines one (#58398) | Peter Hutterer | 1 | -8/+2 |
2012-12-19 | Merge remote-tracking branch 'whot/barriers' | Keith Packard | 2 | -444/+5 |
2012-12-17 | cursor: Move pointer barrier code over to XI | Jasper St. Pierre | 2 | -444/+5 |
2012-12-10 | xfixes: Fix minor number in QueryVersion | Daniel Martin | 1 | -1/+1 |
2012-11-29 | cursor: Revise edge cases for the pointer moving towards barriers | Jasper St. Pierre | 1 | -2/+10 |
2012-11-19 | xfixes: let PointerBarrierClient->device_ids point to allocated memory | Peter Hutterer | 1 | -0/+4 |