index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-16
render: replace a wrong inputInfo.pointer with pDev
Peter Hutterer
1
-1
/
+1
2009-03-16
mi: remove a bunch of useless inputInfo.pointer assignments.
Peter Hutterer
1
-6
/
+6
2009-03-16
dix: remove wrong InputInfo.pointer usage - should be pDev instead.
Peter Hutterer
1
-1
/
+1
2009-03-16
dix: use GetPairedDevice in ProcQueryPointer rather than inputInfo.keyboard.
Peter Hutterer
1
-1
/
+4
2009-03-16
dix: don't use inputInfo.keyboard to get the focus window in ActivateKbdGrab
Peter Hutterer
1
-1
/
+1
2009-03-16
dix: fix XACE checks in ProcWarpPointer
Peter Hutterer
1
-5
/
+5
2009-03-16
dix: use PickPointer() and PickKeyboard instead of inputInfo.pointer/keyboard.
Peter Hutterer
2
-10
/
+19
2009-03-16
dix: fix ProcChangePointerControl's wrong inputInfo.pointer usage.
Peter Hutterer
1
-10
/
+10
2009-03-13
Unexport xf86SetPriority
Adam Jackson
2
-25
/
+24
2009-03-13
exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPS
Maarten Maathuis
1
-6
/
+8
2009-03-12
Honour Option "DPMS" "off" on xorg.conf
Ander Conselvan de Oliveira
1
-14
/
+13
2009-03-12
xfree86: remove obsolete code
Simon Thum
1
-18
/
+0
2009-03-12
dix: Merge DevicePresence notify events generation into a single function.
Peter Hutterer
1
-40
/
+20
2009-03-12
dix: s/numEvents/num_events/ in GetKeyboardValuatorEvents
Peter Hutterer
1
-4
/
+4
2009-03-12
Xi: set the modifier + group state during POE.
Peter Hutterer
1
-0
/
+11
2009-03-12
Xi: Set the button state on the event during POE.
Peter Hutterer
1
-2
/
+5
2009-03-12
dix: remove a few pointless (void) casts of return values.
Peter Hutterer
1
-5
/
+5
2009-03-10
randr: Nuke broken set_origin shortcut
Matthias Hopf
1
-13
/
+0
2009-03-09
Correct access mode in call to dixLookupWindow() within RRSelectInput.
Eamon Walsh
1
-1
/
+1
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
21
-94
/
+161
2009-03-09
Xi: don't crash on a NULL property name, just return None.
Peter Hutterer
1
-0
/
+6
2009-03-09
Remove useless (void) typecasts.
Peter Hutterer
1
-5
/
+5
2009-03-06
Composite: Uninitialized borderClipX/borderClipY
Peter Åstrand
1
-0
/
+2
2009-03-06
[hw/xfree86] Fix StaticGray cmap.
Winfried Grünewald
1
-2
/
+2
2009-03-05
Remove #ifdef macII code left over from ancient A/UX 3.0 support
Alan Coopersmith
1
-4
/
+0
2009-03-04
XQuartz: Implement SendPSN for AppleWM
Jeremy Huddleston
4
-3
/
+29
2009-03-04
exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...
Maarten Maathuis
1
-12
/
+90
2009-03-04
exa: remove a few pExaPixmap checks.
Maarten Maathuis
1
-20
/
+12
2009-03-04
exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.
Maarten Maathuis
1
-3
/
+3
2009-03-04
exa: increase/rework safety checks in Prepare/FinishAccess.
Maarten Maathuis
3
-16
/
+86
2009-03-04
exa: avoid a potential Prepare/FinishAccess inbalance.
Maarten Maathuis
1
-5
/
+7
2009-03-04
exa: simplify exaPixmapIsOffscreen
Maarten Maathuis
1
-13
/
+13
2009-03-04
Remove dead EXTENSION_PROC_ARGS define
Tomas Carnecky
4
-4
/
+0
2009-03-04
Remove dead XTest code from extmod
Tomas Carnecky
1
-9
/
+0
2009-03-04
Make DGA optional.
Topi Kanerva
2
-1
/
+3
2009-03-03
Fix 2 const warnings.
Eamon Walsh
1
-1
/
+2
2009-03-03
This patch changes all places in the X code to use _raw functions. The
Eric Paris
1
-32
/
+32
2009-03-03
xfree86: Add linebreak to two debug statements.
Peter Hutterer
1
-2
/
+2
2009-03-03
Fix build with --enable-debug.
Jason Vas Dias
2
-3
/
+3
2009-03-03
dix: fix two compiler warnings (old-style function definition).
Peter Hutterer
1
-2
/
+2
2009-03-03
mi: only print the "EQ overflowing" error once.
Peter Hutterer
1
-2
/
+2
2009-03-03
include: add a range of button labels.
Peter Hutterer
2
-1
/
+153
2009-03-02
randr: Fix thinko in xf86TargetPreferred
Adam Jackson
1
-2
/
+2
2009-02-27
exa: fixup aux indices and ensure that the indices are used as they should be.
Maarten Maathuis
3
-27
/
+22
2009-02-27
DDC: Redo extended device probe slightly.
Adam Jackson
1
-1
/
+6
2009-02-27
selinux: Don't bother relabeling resources that are being destroyed
Adam Jackson
1
-0
/
+2
2009-02-27
exa: whitespace
Maarten Maathuis
1
-4
/
+1
2009-02-27
exa: fixup exaAssertNotDirty.
Maarten Maathuis
3
-8
/
+27
2009-02-27
exa: minor glyphs cleanup.
Maarten Maathuis
1
-13
/
+14
2009-02-27
EXA: Fix check for whether the glyph we're evicting from the cache is in use.
Michel Dänzer
1
-1
/
+3
[next]