index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-10
xfree86: Add MatchOS InputClass entry for operating system matching
Dan Nicholson
7
-1
/
+66
2010-06-10
xfree86: Refactor InputClass matching code
Dan Nicholson
1
-51
/
+66
2010-06-10
xfree86: Constify InputClass functions
Dan Nicholson
1
-3
/
+4
2010-06-10
config/hal: Missing newline in log message
Dan Nicholson
1
-1
/
+1
2010-06-10
config/udev: Add verbose info when fetching udev properties
Dan Nicholson
1
-3
/
+36
2010-06-10
config/hal: don't leak the input.tags property
Dan Nicholson
1
-1
/
+4
2010-06-07
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
5
-30
/
+9
2010-06-07
dri2: Deal with input-only windows by using WindowDrawable()
Keith Packard
1
-5
/
+5
2010-06-06
Initialize private keys in test suite
Keith Packard
7
-4
/
+31
2010-06-06
Place glyph privates at correct location within the allocate storage
Keith Packard
1
-5
/
+5
2010-06-06
randr: Make deletion of output properties more robust
Mikhail Gusarov
1
-41
/
+35
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
84
-412
/
+240
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
32
-132
/
+132
2010-06-06
xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logic
Mikhail Gusarov
1
-71
/
+23
2010-06-06
xkb: Remove superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-96
/
+48
2010-06-05
Merge remote branch 'jamey/for-keith'
Keith Packard
7
-1
/
+147
2010-06-05
dmx: Split glx scalar swap variables from array swap variables.
Jamey Sharp
7
-1
/
+147
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
31
-259
/
+102
2010-06-05
Damage pixmap private key was being mis-registered as a picture key
Keith Packard
1
-1
/
+1
2010-06-05
Register Xnest colormap screen private key
Keith Packard
1
-0
/
+3
2010-06-05
Make GetPictureScreenIfSet check if Render is running
Keith Packard
1
-1
/
+1
2010-06-05
Move the shadow screen private key initialization to shadowSetup
Keith Packard
1
-3
/
+3
2010-06-05
Fix exa_priv.h declarations of privates
Keith Packard
2
-9
/
+10
2010-06-05
kdrive: Xv code uses shared screen private instead of kdrive-specific private
Keith Packard
1
-5
/
+1
2010-06-05
Allocate per-screen device/cursor-bits private keys in midispcur
Keith Packard
1
-15
/
+14
2010-06-05
Add dixCreatePrivateKey API
Keith Packard
2
-2
/
+42
2010-06-05
Change devPrivates implementation.
Keith Packard
2
-185
/
+407
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
139
-711
/
+1105
2010-06-05
Create separate private key for midispcur cursor bits
Keith Packard
1
-17
/
+21
2010-06-05
Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead
Keith Packard
4
-63
/
+19
2010-06-05
Add REGION_ macros for source compatibility with existing drivers.
Keith Packard
1
-0
/
+39
2010-06-05
Change region implementation from macros to inline functions.
Keith Packard
4
-276
/
+196
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
130
-1865
/
+1817
2010-06-05
Move mi/miregion.c to dix/region.c
Keith Packard
3
-1
/
+1
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
10
-149
/
+192
2010-06-05
rootless: Fix SetShape regression
Jeremy Huddleston
2
-3
/
+3
2010-06-04
configure: Check for libsha1.pc
Pauli Nieminen
1
-1
/
+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
1
-5
/
+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
2
-18
/
+10
2010-06-04
xkb: fix invalid memory writes in _XkbCopyGeom.
Peter Hutterer
1
-2
/
+2
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
6
-158
/
+70
2010-06-03
Merge remote branch 'jamey/for-keith'
Keith Packard
73
-957
/
+597
2010-06-03
Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.
Jamey Sharp
1
-36
/
+26
2010-06-03
Delete XineramaScreenRegions cache.
Jamey Sharp
2
-19
/
+21
2010-06-03
XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.
Jamey Sharp
3
-7
/
+10
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
28
-333
/
+321
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
15
-228
/
+204
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
52
-128
/
+130
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
8
-64
/
+64
[next]