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
2008-11-24
Remove xf86IODelay
Adam Jackson
4
-27
/
+1
2008-11-24
Remove xf86{En,Dis}ableInterrupts entirely
Adam Jackson
13
-292
/
+0
2008-11-24
Remove the remnants of Jensen support
Adam Jackson
5
-494
/
+28
2008-11-24
Bus: Remove ISA support.
Adam Jackson
12
-474
/
+14
2008-11-24
Bus: Remove yet more unused overlap processing.
Adam Jackson
2
-8
/
+0
2008-11-24
Bus: Don't pretend to care about IRQs, DMA, or PCI config space
Adam Jackson
1
-3
/
+0
2008-11-24
Bus: Simplify a failure case (that pretty much never happens)
Adam Jackson
1
-23
/
+1
2008-11-24
Bus: Trust the kernel when registering driver resources
Adam Jackson
1
-16
/
+4
2008-11-24
Remove unused MIN macro
Adam Jackson
1
-4
/
+0
2008-11-24
Bus: remove special handling for init-only resources
Adam Jackson
1
-24
/
+1
2008-11-24
PCI: Unexport xf86scanpci
Adam Jackson
2
-2
/
+1
2008-11-24
Bus: remove useless isaConvertRange2Host
Adam Jackson
3
-10
/
+0
2008-11-24
Bus: Don't try to find an ISA bus just for fun.
Adam Jackson
1
-39
/
+0
2008-11-24
Bus: Remove unused RemoveOverlaps
Adam Jackson
2
-87
/
+0
2008-11-24
Bus: Remove the notion of estimated resources.
Adam Jackson
2
-14
/
+1
2008-11-24
Bus: remove the "reducer"
Adam Jackson
1
-53
/
+0
2008-11-24
PCI: Remove unused ia64 platform code.
Adam Jackson
3
-121
/
+0
2008-11-24
PCI: Simplify OS PCI function registration a bit.
Adam Jackson
4
-43
/
+5
2008-11-24
PCI: Remove config mechanism details.
Adam Jackson
3
-23
/
+0
2008-11-24
PCI: Remove non-pciaccess path for x86.
Adam Jackson
4
-506
/
+0
2008-11-24
PCI: Always build domain support.
Adam Jackson
4
-16
/
+1
2008-11-24
Remove xf86GetResourcesImplicitly
Adam Jackson
1
-27
/
+4
2008-11-24
Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2
Alan Coopersmith
1
-1
/
+1
2008-11-24
Simplify filename generation code for Xorg -configure
Alan Coopersmith
1
-22
/
+19
2008-11-24
Solaris: Make KDSETMODE failure non fatal, and retry it on interrupts
Alan Coopersmith
1
-4
/
+10
2008-11-25
include: remove ENTER_LEAVE_SEMAPHORE macros.
Peter Hutterer
1
-6
/
+0
2008-11-25
dix: updated enter/leave core event model.
Peter Hutterer
3
-2
/
+274
2008-11-25
dix: add FirstPointerChild, FirstPointerAncestor auxiliary functions.
Peter Hutterer
1
-0
/
+100
2008-11-25
dix: Add EnterWindow, LeaveWindow, HasPointer auxiliary functions.
Peter Hutterer
1
-0
/
+50
2008-11-25
dix: split enter/leave event handling into core and device handling.
Peter Hutterer
3
-123
/
+125
2008-11-25
dix: remove unused EnterLeaveSemaphoresIsset.
Peter Hutterer
2
-16
/
+0
2008-11-25
dix: move Enter-Leave related functions into new enterleave.c
Peter Hutterer
4
-113
/
+196
2008-11-24
Handle transform failure when computing shadow damage area.
Keith Packard
3
-23
/
+35
2008-11-24
[randr] don't try to compute crtc transform when no mode is set.
Keith Packard
1
-1
/
+1
2008-11-24
Update RandR global transform when driver notifies of transform change.
Keith Packard
1
-0
/
+9
2008-11-24
Export rrtransform.h as needed by randrstr.h
Keith Packard
1
-1
/
+1
2008-11-24
Be careful about copying transforms around; they have allocated memory.
Keith Packard
1
-3
/
+6
2008-11-24
Fix rotated/reflected cursor positions.
Keith Packard
1
-11
/
+11
2008-11-24
rrtransform needs randrstr to get RANDR_INTERFACE defines
Keith Packard
1
-0
/
+1
2008-11-24
Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
Keith Packard
10
-250
/
+355
2008-11-24
Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.
Keith Packard
2
-41
/
+22
2008-11-24
Allow drivers to set crtc transforms.
Keith Packard
8
-66
/
+150
2008-11-24
Handle RandR transform matrices in floating point.
Keith Packard
8
-251
/
+488
2008-11-24
Eliminate inverse matrix from randr transform protocol
Keith Packard
1
-2
/
+0
2008-11-24
Report whether transforms are support from driver through extension to client
Keith Packard
5
-2
/
+52
2008-11-24
Clear shadow pixmaps before using them.
Keith Packard
1
-0
/
+30
2008-11-24
When converting from double to fixed, round carefully.
Keith Packard
1
-3
/
+4
2008-11-24
Compute matrix inversion instead of using wire version in RRCrtcTransformSet
Keith Packard
1
-3
/
+2
2008-11-24
Add matrix inversion function (uses doubles)
Keith Packard
2
-0
/
+83
2008-11-24
Adjust transformed cursor position to account for hotspot
Keith Packard
1
-0
/
+9
[prev]
[next]