index
:
~b0le/xserver
master
Unnamed repository; edit this file to name it for gitweb.
b0le
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-02-27
EXA: No longer use the driver UploadToScratch hook.
Michel Dänzer
2
-40
/
+2
2009-02-27
EXA: Handle separate alpha maps properly in Composite fallback, take two.
Michel Dänzer
3
-1
/
+51
2009-02-27
Revert "Fix up Xephyr build for recent EXA changes."
Michel Dänzer
1
-1
/
+0
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
7
-47
/
+110
2009-02-27
Remove references to rgb.txt from files section of Xserver and Xorg man pages
Jon TURNEY
2
-6
/
+0
2009-02-27
Remove long-gone '-co' option from Xserver man page
Jon TURNEY
1
-4
/
+0
2009-02-26
XQuartz: Don't erase the mode_switch+keysym if it's the same as shift+keysym
Jeremy Huddleston
1
-2
/
+2
2009-02-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
3
-198
/
+182
2009-02-26
EXA: Stop tracking damage for pixmaps subject to ModifyPixmapHeader.
Michel Dänzer
1
-0
/
+9
2009-02-25
Oops. 62fc98c had crtc offsets applied backwards (fix from server-1.6-branch)
Keith Packard
1
-2
/
+2
2009-02-25
Pre-clip panning coordinates to keep crtc within panning region
Keith Packard
1
-21
/
+233
2009-02-25
RandR rotations and reflections offset by one pixel
Keith Packard
1
-14
/
+14
2009-02-25
Fix up Xephyr build for recent EXA changes.
Michel Dänzer
1
-0
/
+1
2009-02-24
XQuartz: Re-enable support for capslock
Jeremy Huddleston
1
-1
/
+2
2009-02-24
XQuartz: Comment out the background pointer interaction that seems to be caus...
Jeremy Huddleston
1
-0
/
+6
2009-02-25
Xi: remove AllExtensionVersions.
Peter Hutterer
2
-5
/
+5
2009-02-25
dix: set the valuator mode in set_valuators
Peter Hutterer
1
-2
/
+4
2009-02-25
dix: remove unused variable 'tmp'
Peter Hutterer
1
-1
/
+0
2009-02-25
include: fix indentation for lastSlave/master.
Peter Hutterer
1
-2
/
+2
[next]