index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
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.2-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
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
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-10
dix: invert a loop condition
Peter Hutterer
1
-12
/
+13
2013-05-10
dix: XAllowEvents() on a touch event means accepting it
Peter Hutterer
3
-0
/
+25
2013-05-10
dix: move EmitTouchEnd to touch.c
Peter Hutterer
3
-31
/
+32
2013-05-10
Xi: Don't emit a TouchEnd event to a frozen device
Peter Hutterer
1
-0
/
+4
2013-05-10
Xi: use public.processInputProc to replay the touch history
Peter Hutterer
3
-4
/
+21
2013-05-10
Xi: when punting to a new owner, always create TouchEnd events
Peter Hutterer
1
-5
/
+14
2013-05-10
Xi: save state for early acceptance
Peter Hutterer
1
-3
/
+3
2013-05-10
Xi: if a passive async grab is activated from an emulated touch, accept
Peter Hutterer
1
-1
/
+7
2013-05-10
Xi: fix lookup in ActivateEarlyAccept
Peter Hutterer
1
-8
/
+7
2013-05-10
Xi: update the core listener state if we delivered the touch event
Peter Hutterer
1
-7
/
+9
2013-05-10
Xi: if we delivered a TouchEnd to a passive grab, end it
Peter Hutterer
1
-3
/
+2
2013-05-10
dix: don't prepend an activated passive grab to the listeners
Peter Hutterer
1
-1
/
+1
2013-05-10
Xi: not having an ownership mask does not mean automatic acceptance
Peter Hutterer
1
-1
/
+1
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
3
-16
/
+44
2013-05-10
dix: don't overwrite proximity/focus classes
Peter Hutterer
2
-2
/
+3
2013-05-10
dix: reset the OsBuffers after killing all clients
Peter Hutterer
1
-0
/
+1
2013-05-10
os: Reset input buffer's 'ignoreBytes' field
Robert Morell
1
-0
/
+1
2013-05-08
dix: delete all callbacks before reset
Peter Hutterer
3
-1
/
+10
2013-05-07
Xi: free barrier code at reset time
Peter Hutterer
3
-2
/
+16
2013-05-07
os: Use ErrorFSigSafe from FatalError and it's friends
Peter Hutterer
3
-7
/
+7
2013-05-07
os: complain about unsupported pnprintf directives
Peter Hutterer
2
-0
/
+8
2013-05-07
os: support %c in pnprintf
Peter Hutterer
2
-0
/
+12
2013-05-07
os: support %% in pnprintf
Peter Hutterer
2
-0
/
+8
2013-05-07
os: support pnprintf length modifiers for integers
Peter Hutterer
2
-13
/
+155
2013-05-07
dix: reset the registry before quitting
Peter Hutterer
3
-8
/
+20
2013-05-07
xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanup
Peter Hutterer
3
-0
/
+19
2013-05-07
If neither HAL nor udev backends are enabled, warn the user
Peter Hutterer
1
-0
/
+8
2013-05-07
Xi: always return BadMatch for XTest devices ChangeDeviceControl requests
Peter Hutterer
3
-0
/
+13
2013-05-07
dix: send the current axis value in DeviceChangedEvents (#62321)
Peter Hutterer
3
-3
/
+3
2013-05-07
Xi: fix comment - XI2 grabs aren't keysym grabs
Peter Hutterer
1
-2
/
+1
2013-05-06
Merge remote-tracking branch 'alanc/master'
Keith Packard
6
-7
/
+23
2013-05-06
Merge remote-tracking branch 'jturney/unused-but-set-variable-warning-fix'
Keith Packard
10
-59
/
+7
2013-05-06
xfree86: don't enable anything in xf86InitialConfiguration for GPU screens
Aaron Plattner
1
-3
/
+13
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in ProcWindowsWMFrameGetRect()
Jon TURNEY
1
-15
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winMWExtWMUpdateWindowDecorat...
Jon TURNEY
1
-3
/
+1
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winHotKeyAltTabPrimaryDD()
Jon TURNEY
1
-13
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winMinimizeWindow() when buil...
Jon TURNEY
1
-4
/
+1
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winClipboardProc()
Jon TURNEY
1
-3
/
+2
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winWindowProc()
Jon TURNEY
1
-2
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winCopyWindowNativeGDI()
Jon TURNEY
1
-4
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winFinishScreenInitFB()
Jon TURNEY
1
-4
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winIsFakeCtrl_L()
Jon TURNEY
1
-2
/
+0
2013-05-02
hw/xwin: Fix unused-but-set-variable warnings in windialog.c
Jon TURNEY
1
-9
/
+3
2013-04-30
gpu: call CreateScreenResources for GPU screens
Dave Airlie
2
-0
/
+11
2013-04-30
dix: allow pixmap dirty helper to be used for non-shared pixmaps
Dave Airlie
2
-0
/
+3
2013-04-30
xf86crtc: don't use scrn->display for gpu screens
Dave Airlie
1
-7
/
+11
2013-04-30
dix/gpu: remove asserts for output/offload from same slave
Dave Airlie
1
-2
/
+0
2013-04-30
randr: report changes when we disconnect a GPU slave
Dave Airlie
2
-1
/
+4
2013-04-30
randr: only respected changed on the protocol screen
Dave Airlie
1
-1
/
+1
2013-04-30
randr: make SetChanged modify the main protocol screen not the gpu screen
Dave Airlie
1
-1
/
+15
[next]