index
:
~kibi/xserver
debian-experimental
debian-squeeze-backports
debian-unstable
doc-master
fdo41211
inputbk
manpage-master
master
master-next-pull
pu/35066
server-1.7-branch
unused-but-set-variable
unused-but-set-variable-round2
upstream-experimental
various-master
KiBi's patches for xorg-server
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-2
/
+3
2010-05-19
mi/misprite.c: Delete unused private lookups.
Jamey Sharp
1
-18
/
+0
2010-05-19
Replace miSpriteCursorFuncRec with direct calls to midispcur.c.
Jamey Sharp
3
-161
/
+53
2010-05-14
scrnintstr.h: removed unused PaintWindow function pointers.
Oliver McFadden
1
-2
/
+2
2010-05-14
mi: removed unused PointerNonInterestBox functions.
Oliver McFadden
2
-13
/
+0
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
9
-40
/
+39
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
9
-86
/
+98
2010-05-13
Don't statically allocate the ChangeGC parameter array.
Jamey Sharp
1
-17
/
+12
2010-05-13
Simplify miFillPolyHelper and miLineArc.
Jamey Sharp
1
-52
/
+27
2010-05-13
miwideline: Factor out span buffer allocation.
Jamey Sharp
1
-74
/
+32
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-3
/
+3
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
8
-26
/
+26
2010-05-13
Do not use deprecated Xalloc function
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
28
-250
/
+250
2010-05-10
miPolyPoint bugfix: Check memory allocation before changing the GC.
Jamey Sharp
1
-2
/
+3
2010-05-10
Move AppendSpanGroup from miwideline.h to miwideline.c.
Jamey Sharp
2
-27
/
+30
2010-05-10
Expand macros that are used only in miFillPolyHelper.
Jamey Sharp
2
-46
/
+41
2010-05-07
mi: Delete wide ellipse arc cache
Adam Jackson
1
-107
/
+11
2010-05-07
Fix mod() definition.
Matthias Hopf
1
-1
/
+1
2010-05-02
rootless: Add some sanity checking to miPaintWindow
Jeremy Huddleston
1
-0
/
+3
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
2
-9
/
+14
2010-04-27
Remove mibank support
Adam Jackson
3
-2429
/
+1
2010-04-26
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-2
/
+1
2010-04-26
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-161
/
+108
2010-04-26
Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.
Jamey Sharp
1
-2
/
+1
2010-04-23
mi: track screens' installed colormaps as screen privates
Tiago Vignatti
2
-9
/
+14
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
2
-16
/
+3
2010-04-21
Revert "mi: don't thrash resources when displaying the software cursor across...
Peter Hutterer
1
-111
/
+159
2010-04-21
mi: check for NULL pointer before dereferences it in miPointerSetPosition
Tiago Vignatti
1
-3
/
+3
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
1
-13
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2010-04-16
mi: remove log-spamming bogus error message (#26843)
Peter Hutterer
1
-21
/
+6
2010-04-16
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-159
/
+111
2010-03-22
mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
Yaakov Selkowitz
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+2
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-28
/
+22
2009-10-18
Fix segfault when -extension XKEYBOARD is passed on the command line
Alan Coopersmith
1
-5
/
+23
2009-09-27
Rootless: Correct border rendering on parent-relative windows
Jeremy Huddleston
2
-0
/
+22
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
1
-1
/
+2
2009-09-26
dmx: undefine MITSHM, move undefs to miinitext.c.
Kevin E Martin
1
-0
/
+12
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-6
/
+6
2009-09-20
Eliminate bogus event resizing.
Keith Packard
2
-11
/
+14
2009-08-24
mi: include shmint.h if needed, silence compiler warning.
Peter Hutterer
1
-0
/
+1
2009-08-08
mi: fix indentation
Tiago Vignatti
1
-14
/
+14
2009-08-08
mi: fix cursor warping screens
Tiago Vignatti
1
-29
/
+38
2009-07-30
mi: update master event copying to InternalEvents.
Peter Hutterer
2
-29
/
+10
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-25
mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEvents
Jeremy Huddleston
1
-6
/
+6
2009-07-23
mi: fix build error caused by missing xtest.h
Peter Hutterer
1
-1
/
+1
[next]