summaryrefslogtreecommitdiff
path: root/mi
AgeCommit message (Expand)AuthorFilesLines
2010-06-20mi: Remove unused overlay supportMikhail Gusarov3-1981/+1
2010-06-20mi: do not use X11/extensions/shape.h header from libXextMikhail Gusarov1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov10-19/+19
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov7-37/+23
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp7-53/+18
2010-06-05Allocate per-screen device/cursor-bits private keys in midispcurKeith Packard1-15/+14
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard9-30/+62
2010-06-05Create separate private key for midispcur cursor bitsKeith Packard1-17/+21
2010-06-05Rename region macros to eliminate screen argumentKeith Packard9-464/+437
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