index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
mi: reset the PointerWindows reference on screen switch
Peter Hutterer
1
-2
/
+0
2023-02-07
dix: Use CopyPartialInternalEvent in EnqueueEvent
Mike Gorse
1
-1
/
+1
2023-01-11
dix: Fix overzealous caching of ResourceClientBits()
Olivier Fourdan
1
-4
/
+7
2022-12-14
Xi: avoid integer truncation in length check of ProcXIChangeProperty
Peter Hutterer
1
-1
/
+2
2022-07-01
dix: Don't send touch end to clients that do async grab without touches
Povilas Kanapickas
1
-9
/
+6
2022-07-01
dix: Correctly save replayed event into GrabInfoRec
Povilas Kanapickas
1
-2
/
+16
2021-12-19
Convert more funcs to use InternalEvent.
Matthieu Herrb
1
-26
/
+27
2021-10-08
dix/privates.c: Avoid undefined behaviour after realloc()
Alex Richardson
1
-9
/
+7
2021-09-07
touchevents: set the screen pointer after checking the device is enabled
Ignacio Casal Quinteiro
1
-1
/
+3
2021-09-06
xwayland: add -noTouchPointerEmulation
Simon Ser
1
-1
/
+3
2021-07-30
Mark the dixChangeWindowProperty() value argument as const
Alex Richardson
1
-1
/
+1
2021-06-07
dix: Add optional terminate delay
Olivier Fourdan
1
-2
/
+41
2021-06-07
xfixes: Add ClientDisconnectMode
Olivier Fourdan
1
-0
/
+20
2021-05-30
Implement gesture processing logic
Povilas Kanapickas
5
-0
/
+385
2021-05-30
dix: Implement gesture event submission code path
Povilas Kanapickas
2
-0
/
+151
2021-05-30
dix: Implement internal gesture state handling
Povilas Kanapickas
4
-0
/
+85
2021-05-30
dix: Implement gesture event fixups before delivery
Povilas Kanapickas
1
-0
/
+50
2021-05-30
xi: Implement conversions from internal to Xi2 gesture event structs
Povilas Kanapickas
1
-0
/
+104
2021-05-30
xi: Implement grab support for new gesture event types
Povilas Kanapickas
1
-0
/
+7
2021-05-30
dix: Add new internal event enums for gesture events
Povilas Kanapickas
1
-0
/
+60
2021-03-25
dix: Fix URL to description of focus in/out model
Povilas Kanapickas
1
-1
/
+1
2021-02-17
dix: Use correct listener to deliver touch end events
Povilas Kanapickas
1
-4
/
+3
2021-02-16
dix: Guard against non-existing PtrFeedbackPtr
Olivier Fourdan
1
-0
/
+3
2021-02-15
dix: Add POINTER_RAWONLY flag
Olivier Fourdan
1
-24
/
+29
2021-02-08
dix: Send touch end to clients that do async grab without touch events
Povilas Kanapickas
1
-3
/
+16
2020-11-25
dix: Extract FreezeThisEventIfNeededForSyncGrab()
Povilas Kanapickas
1
-20
/
+29
2020-11-25
dix: Extract ActivateGrabNoDeliver()
Povilas Kanapickas
1
-6
/
+21
2020-11-25
dix: Store replayed event into GrabInfoRec struct as InternalEvent*
Povilas Kanapickas
3
-21
/
+23
2020-11-25
dix: Rename LISTENER_* to TOUCH_LISTENER_*
Povilas Kanapickas
2
-16
/
+18
2020-11-25
dix: Extract DeliverDeviceClassesChangedEvent() utility function
Povilas Kanapickas
3
-27
/
+25
2020-11-25
dix: Extract CopySprite() utility
Povilas Kanapickas
2
-16
/
+27
2020-11-25
dix: Extract FixUpXI2DeviceEventFromWindow()
Povilas Kanapickas
1
-27
/
+31
2020-11-17
AddInputDevice: only need to check once if we failed to calloc dev
Alan Coopersmith
1
-3
/
+0
2020-07-31
fix for ZDI-11426
Matthieu Herrb
1
-1
/
+1
2020-07-10
xserver/output: rename some badly named variables/APIs.
Dave Airlie
2
-52
/
+52
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
12
-30
/
+30
2019-11-19
os: Don't crash in AttendClient if the client is gone
Aaron Plattner
1
-8
/
+1
2019-10-30
dix: Call SourceValidate before GetImage
Adam Jackson
1
-1
/
+4
2019-10-30
mi: Add a default no-op miSourceValidate
Adam Jackson
1
-1
/
+2
2019-10-30
include: Remove now-empty site.h
Adam Jackson
5
-5
/
+0
2019-10-30
dix: Move default screensaver defaults into globals.c
Adam Jackson
1
-4
/
+5
2019-10-30
dix: Remove -to option to set the default connection timeout
Adam Jackson
1
-2
/
+0
2019-10-30
dix: Remove -fn and -fc options to set default text/cursor fonts
Adam Jackson
3
-6
/
+4
2019-10-30
dix: Remove now-unused SetVendorString
Adam Jackson
1
-7
/
+1
2019-10-15
dix: Fix undefined memset in _dixInitScreenPrivates
Adam Jackson
1
-1
/
+2
2019-10-15
dix: Fix undefined shift in HashResourceID
Adam Jackson
1
-2
/
+2
2019-10-15
dix: Fix undefined memset in dixInitPrivates
Adam Jackson
1
-1
/
+2
2019-10-12
dix: Add GetCurrentClient helper
Hans de Goede
1
-1
/
+22
2019-10-06
dix: Check for NULL spriteInfo in GetPairedDevice
Arthur Williams
1
-1
/
+1
2019-08-27
meson: Add dtrace support
Adam Jackson
1
-1
/
+13
[next]