index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
window.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-50
/
+50
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
1
-2
/
+2
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
1
-1
/
+8
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-6
/
+6
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-6
/
+6
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-11
/
+10
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-37
/
+34
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-4
/
+4
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-7
/
+6
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-4
/
+4
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-20
/
+20
2010-05-02
dix: wrap variables with #ifdef when panoramix is not used
Tiago Vignatti
1
-2
/
+1
2010-03-16
Add a ConfigNotify hook.
Francisco Jerez
1
-0
/
+3
2010-02-12
dix: restore lastDeviceEventTime update in dixSaveScreens
Julien Cristau
1
-2
/
+7
2009-09-03
dix: when unsetting a cursor, update the sprite immediately (#23608)
Peter Hutterer
1
-1
/
+2
2009-08-25
CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULT
Jeremy Huddleston
1
-1
/
+1
2009-08-18
Do not reset lastDeviceEventTime when we do dixSaveScreens
Richard Hughes
1
-2
/
+0
2009-07-14
dix: switch to byte-counting functions.
Peter Hutterer
1
-2
/
+2
2009-05-28
Merge branch 'master' into xi2
Peter Hutterer
1
-40
/
+47
2009-05-14
Update several of my and/or Red Hat's licenses to standard form.
Adam Jackson
1
-15
/
+14
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-25
/
+33
2009-04-07
Merge branch 'master' into xi2
Peter Hutterer
1
-3
/
+0
[next]