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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
meson: hide C API if Xorg is disabled (like autotools)
Jan Beich
15
-16
/
+43
2021-03-08
xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...
Jeremy Huddleston Sequoia
1
-1
/
+3
2021-03-08
Avoid sequences of malloc(0) / free() by checking the length.
Matthieu Herrb
1
-2
/
+5
2021-03-05
xquartz: Update meson build to remove deleted files
Jeremy Huddleston Sequoia
2
-7
/
+3
2021-03-05
xquartz: Fix appFlags build failure with macOS 10.15+ SDKs
Jeremy Huddleston Sequoia
1
-0
/
+50
2021-03-05
xwayland: Fix path in pkg-config with autoconf
Olivier Fourdan
2
-0
/
+5
2021-03-05
xwayland: Fix LeaveNotify for relative pointer
Olivier Fourdan
1
-1
/
+1
2021-03-03
xfree86: Fix autoconfig secondary GPU devices
Jacob Cherry
1
-3
/
+22
2021-03-03
xwayland: Delay cursor visibility update
Olivier Fourdan
2
-10
/
+91
2021-02-22
xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7
Jeremy Huddleston Sequoia
1
-2
/
+1
2021-02-22
xquartz: Don't include strndup.c any more since we no longer support 10.8 and...
Jeremy Huddleston Sequoia
2
-11
/
+0
2021-02-22
xquartz: Add a launch trampoline to better integrate with modern versions of ...
Jeremy Huddleston Sequoia
3
-3
/
+93
2021-02-20
xquartz: Don't process AppKit events if we haven't finished initializing
Jeremy Huddleston Sequoia
1
-0
/
+8
2021-02-20
xquartz: Allocate each fbconfig separately
Jeremy Huddleston Sequoia
1
-14
/
+12
2021-02-20
xquartz: Fix a compiler warning about const incompatible pointer assignment
Jeremy Huddleston Sequoia
1
-1
/
+1
2021-02-18
xquartz: Fix build with sparkle enabled
Jeremy Huddleston Sequoia
1
-11
/
+9
2021-02-18
xquartz: Silence a compiler warning about missing internal methods on NSAppli...
Jeremy Huddleston Sequoia
1
-0
/
+5
2021-02-18
xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.num...
Jeremy Huddleston Sequoia
1
-85
/
+70
2021-02-18
xquartz: Convert X11Controller ivars into @properties
Jeremy Huddleston Sequoia
3
-194
/
+179
2021-02-18
xquartz: Convert X11Application ivars into @properties
Jeremy Huddleston Sequoia
3
-34
/
+19
2021-02-18
xquartz: Fold quartzCommon.h into quartz.h
Jeremy Huddleston Sequoia
11
-59
/
+14
2021-02-18
xquartz: Fold away some unnecessary hops to X11Controller through X11Application
Jeremy Huddleston Sequoia
2
-25
/
+4
2021-02-18
xquartz: Fold away array_with_strings_and_numbers and simplify with more mode...
Jeremy Huddleston Sequoia
1
-35
/
+15
2021-02-18
xqaurtz: Remove message_kit_thread() and use dispatch instead
Jeremy Huddleston Sequoia
1
-92
/
+29
2021-02-18
xquartz: Use objc_autoreleasePoolPush / objc_autoreleasePoolPop directly in Q...
Jeremy Huddleston Sequoia
4
-73
/
+33
2021-02-18
xquartz: Minor code modernization -- @autoreleasepool adoption
Jeremy Huddleston Sequoia
3
-98
/
+78
2021-02-18
xquartz: Remove some dead code for compatibility with older nibs
Jeremy Huddleston Sequoia
2
-12
/
+0
2021-02-18
xquartz: Remove a workaround for AppKit versions older than Lion
Jeremy Huddleston Sequoia
1
-10
/
+1
2021-02-17
xquartz: Fix applications menu table background color for dark mode
Jeremy Huddleston Sequoia
92
-340
/
+401
2021-02-17
xquartz: Apply Xcode 12.4 automatic updates to nibs
Jeremy Huddleston Sequoia
60
-109564
/
+22615
2021-02-17
xquartz: Update the about box copyright to 2021
Jeremy Huddleston Sequoia
1
-2
/
+2
2021-02-17
xquartz: Ensure we call into TIS on the main thread
Jeremy Huddleston Sequoia
1
-11
/
+21
2021-02-17
dix: Use correct listener to deliver touch end events
Povilas Kanapickas
1
-4
/
+3
2021-02-17
xwayland: use get_pointer_device() for enter/leave handling too
Peter Hutterer
1
-11
/
+11
2021-02-16
dix: Guard against non-existing PtrFeedbackPtr
Olivier Fourdan
1
-0
/
+3
2021-02-16
xwayland: Add PtrFeedback to the touch device
Olivier Fourdan
1
-0
/
+4
2021-02-15
xwayland: Use relative device for buttons/axis
Olivier Fourdan
1
-2
/
+13
2021-02-15
xwayland: Add wheel axis to relative pointer
Olivier Fourdan
1
-1
/
+10
2021-02-15
xwayland: Split dispatch_pointer_motion_event
Olivier Fourdan
1
-62
/
+74
2021-02-15
xwayland: Use relative values for raw events
Olivier Fourdan
1
-18
/
+32
2021-02-15
xwayland: Use a resolution of 0 for relative motion
Olivier Fourdan
1
-2
/
+2
2021-02-15
dix: Add POINTER_RAWONLY flag
Olivier Fourdan
3
-25
/
+31
2021-02-15
Xi: Deliver pointer emulated touch events to grabbing client
Povilas Kanapickas
1
-10
/
+10
2021-02-15
Revert "Xi: Use current device active grab to deliver touch events if any"
Povilas Kanapickas
1
-8
/
+12
2021-02-08
dix: Send touch end to clients that do async grab without touch events
Povilas Kanapickas
1
-3
/
+16
2021-02-02
xwayland: Translate keyboard grabs on the root window
Olivier Fourdan
1
-2
/
+28
2021-02-02
xquartz: Ensure that NSRunAlertPanel() is run on the main thread
Jeremy Huddleston Sequoia
1
-6
/
+9
2021-02-01
xquartz: Remove support for older versions of libXplugin
Jeremy Huddleston Sequoia
4
-52
/
+4
2021-02-01
xquartz: Remove unused include of AvailabilityMacros.h from various sources
Jeremy Huddleston Sequoia
9
-14
/
+0
2021-02-01
xquartz: Remove support for building for i386
Jeremy Huddleston Sequoia
3
-170
/
+1
[next]