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
/
window.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
dix: Add hybrid full-size/empty-clip mode to SetRootClip
Daniel Stone
1
-11
/
+21
2015-11-10
Also dump passive grabs on XF86LogGrabInfo
Michael Stapelberg
1
-0
/
+126
2015-10-19
dix: Silence -Wunused-variable warning by moving window.c off of legacy regio...
Jeremy Huddleston
1
-5
/
+4
2015-07-08
dix: Restore PaintWindow screen hook
Adam Jackson
1
-2
/
+2
2015-07-08
dix: unifdef pWin->rootlessUnhittable
Adam Jackson
1
-4
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-18
/
+18
2014-11-12
dix: silence compiler warning comparing CARD32 to -1
Peter Hutterer
1
-1
/
+1
2014-10-09
misc: Fold together some redundant conditionals
Adam Jackson
1
-20
/
+18
2014-10-09
dix: Remove an obfuscatory macro
Adam Jackson
1
-4
/
+1
2014-10-09
dix: Remove some pointless casting of NULL
Adam Jackson
1
-13
/
+10
2014-10-09
dix: Remove an empty if
Adam Jackson
1
-2
/
+0
2014-10-09
dix: Lower backStorage to a bit instead of a pointer
Adam Jackson
1
-1
/
+1
2014-10-09
dix: Remove DIXsaveUnder bit from the Window
Adam Jackson
1
-1
/
+0
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-14
/
+14
2014-01-12
Clean up warnings in DIX
Keith Packard
1
-3
/
+3
2013-12-09
bs: Set the screen's bs support level to WhenMapped
Adam Jackson
1
-1
/
+5
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
1
-3
/
+1
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-6
/
+0
2013-08-18
dix: add missing include for DeleteWindowFromAnySelections
Julien Cristau
1
-0
/
+1
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-10
/
+5
2013-03-06
dix: only show the cursor if a window defines one (#58398)
Peter Hutterer
1
-0
/
+4
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-11-29
When resetting device idle time, reset XIAll(Master)Devices too (#56649)
Peter Hutterer
1
-0
/
+2
2012-09-23
dix: Remove MapUnmapEventsEnabled and friends
Adam Jackson
1
-30
/
+3
2012-09-23
dix: Factor out DeliverUnmapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out DeliverMapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out MaybeDeliverMapRequest
Adam Jackson
1
-22
/
+18
2012-09-23
dix: Fix some indentation
Adam Jackson
1
-9
/
+5
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
1
-98
/
+92
2012-07-05
Add screen-specific privates.
Keith Packard
1
-2
/
+2
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-0
/
+13
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-2165
/
+1934
2011-12-21
dix: when a window disappears, remove it from the touch sprite trace
Daniel Stone
1
-2
/
+7
2011-07-15
Fix non-Composite builds in PrintWindowTree
Daniel Stone
1
-1
/
+9
2011-07-01
DIX: Make PrintWindowTree actually useful
Daniel Stone
1
-27
/
+114
2011-06-01
DIX: Set backgroundState correctly for root window
Marko Macek
1
-0
/
+2
2011-03-28
consolidate SetRootClip (v2)
Dave Airlie
1
-0
/
+103
2011-03-10
panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)
Dave Airlie
1
-2
/
+2
2011-01-05
composite: Support updating an arbitrary subtree
Ville Syrjälä
1
-0
/
+4
2010-11-11
dix: fix root window background behaviour for protocol calls
Tiago Vignatti
1
-2
/
+22
2010-11-11
dix: adds support for none root window background
Tiago Vignatti
1
-0
/
+6
2010-11-11
dix: delete logo hack screen saver
Tiago Vignatti
1
-200
/
+0
2010-10-27
dix: advance parent window pointer when no node is found
Tiago Vignatti
1
-3
/
+3
2010-08-16
dix: reset pScreen->root to NULL when root window is deleted.
Keith Packard
1
-0
/
+2
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-57
/
+57
2010-06-05
dix: Remove test for obsolete NO_XINERAMA_PORT macro.
Kim Woelders
1
-2
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-36
/
+10
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-15
/
+6
[next]