summaryrefslogtreecommitdiff
path: root/mi
AgeCommit message (Expand)AuthorFilesLines
2011-01-12mi: Fix the debug messagePauli Nieminen1-1/+1
2010-12-15mi: handle DGA subtypes when determining the master device.Peter Hutterer1-1/+7
2010-11-13mi: Integer overflow for dashed lines longer than 46340. #31093Siddhesh Poyarekar1-1/+1
2010-10-14event_size is currently never assigned to in mieqProcessInputEvents().Jon TURNEY1-0/+4
2010-07-09miModifyPixmapHeader: always update serialNumberJesse Barnes1-1/+1
2010-07-07mi: rename miPointerMoved to miPointerMoveNoEvent.Peter Hutterer1-5/+5
2010-07-07mi: De-duplicate some code in mipointer.cPeter Hutterer1-16/+2
2010-07-02Add API to update setting of waitForUpdate screen private in miPointerAlan Coopersmith2-0/+21
2010-06-22Revert "mi: Remove unused overlay support"Keith Packard3-1/+1981
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