summaryrefslogtreecommitdiff
path: root/mi
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Move mi/miregion.c to dix/region.cKeith Packard2-1846/+0
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard4-98/+98
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-2/+2
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-7/+7
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-1/+1
2010-06-03midispcur: Add comment explaining why pRootPicture must not be freed.Jamey Sharp1-0/+6
2010-06-03mi: Delete unused flicker-free MoveCursor code.Jamey Sharp3-333/+6
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais3-85/+93
2010-05-25midispcur: Construct Picture objects lazily in case Render is disabled.Jamey Sharp1-7/+6
2010-05-23Device init: Don't crash when CreateGC fails.Jamey Sharp1-1/+1
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-2/+3
2010-05-19mi/misprite.c: Delete unused private lookups.Jamey Sharp1-18/+0
2010-05-19Replace miSpriteCursorFuncRec with direct calls to midispcur.c.Jamey Sharp3-161/+53
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden1-2/+2
2010-05-14mi: removed unused PointerNonInterestBox functions.Oliver McFadden2-13/+0
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp9-40/+39
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp9-86/+98
2010-05-13Don't statically allocate the ChangeGC parameter array.Jamey Sharp1-17/+12
2010-05-13Simplify miFillPolyHelper and miLineArc.Jamey Sharp1-52/+27
2010-05-13miwideline: Factor out span buffer allocation.Jamey Sharp1-74/+32
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-3/+3
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp8-26/+26
2010-05-13Do not use deprecated Xalloc functionMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov28-250/+250
2010-05-10miPolyPoint bugfix: Check memory allocation before changing the GC.Jamey Sharp1-2/+3
2010-05-10Move AppendSpanGroup from miwideline.h to miwideline.c.Jamey Sharp2-27/+30
2010-05-10Expand macros that are used only in miFillPolyHelper.Jamey Sharp2-46/+41
2010-05-07mi: Delete wide ellipse arc cacheAdam Jackson1-107/+11
2010-05-07Fix mod() definition.Matthias Hopf1-1/+1
2010-05-02rootless: Add some sanity checking to miPaintWindowJeremy Huddleston1-0/+3
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard2-9/+14
2010-04-27Remove mibank supportAdam Jackson3-2429/+1
2010-04-26Merge remote branch 'jamey/for-keith'Keith Packard1-2/+1
2010-04-26mi: don't thrash resources when displaying the software cursor across screensPierre-Loup A. Griffais1-161/+108
2010-04-26Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.Jamey Sharp1-2/+1
2010-04-23mi: track screens' installed colormaps as screen privatesTiago Vignatti2-9/+14
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard2-16/+3
2010-04-21Revert "mi: don't thrash resources when displaying the software cursor across...Peter Hutterer1-111/+159
2010-04-21mi: check for NULL pointer before dereferences it in miPointerSetPositionTiago Vignatti1-3/+3
2010-04-21Death to Multibuffer extensionTiago Vignatti1-13/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2010-04-16mi: remove log-spamming bogus error message (#26843)Peter Hutterer1-21/+6
2010-04-16mi: don't thrash resources when displaying the software cursor across screensPierre-Loup A. Griffais1-159/+111
2010-03-22mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.cYaakov Selkowitz1-1/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-28/+22
2009-10-18Fix segfault when -extension XKEYBOARD is passed on the command lineAlan Coopersmith1-5/+23
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston2-0/+22