summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-14test/xi2: Initialize predefined atoms before XInputExtensionInit.Jamey Sharp1-0/+1
2010-05-14dri2: Fix xserver crash if dri2 buffer allocation fails.Pauli Nieminen2-24/+58
2010-05-14Merge remote branch 'jamey/for-keith'Keith Packard1-1/+1
2010-05-14Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.Jamey Sharp1-1/+1
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden4-15/+3
2010-05-14mi: removed unused PointerNonInterestBox functions.Oliver McFadden4-20/+0
2010-05-13Merge remote branch 'jamey/cleanups'Keith Packard84-1115/+863
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp52-621/+475
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp8-40/+24
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp3-11/+0
2010-05-13Quit using clientErrorValue in dix/gc.c.Jamey Sharp2-25/+33
2010-05-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp3-5/+7
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp26-120/+103
2010-05-13Pre-validate ChangeGC XIDs.Jamey Sharp1-81/+64
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp22-164/+181
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-13Remove devPrivates init and delete callback lists.Keith Packard2-67/+1
2010-05-13xselinux: Remove use of devPrivates init/free callbacks.Eamon Walsh2-46/+5
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston5-44/+24
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg5-11/+106
2010-05-13Remove ResNoAvoid definition, missed in the RAC removalAlan Coopersmith1-3/+0
2010-05-12CreateGC: Pass current client on to ChangeGC.Jamey Sharp1-1/+1
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp9-33/+18
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp14-92/+40
2010-05-12doPolyText needs UseAccess to each font, not ReadAccess.Jamey Sharp1-1/+1
2010-05-12Merge remote branch 'dottedmag/for-keithp'Keith Packard7-35/+40
2010-05-13Misc coding style cleanupMikhail Gusarov1-4/+4
2010-05-13Remove useless castsMikhail Gusarov1-12/+13
2010-05-13Fix code style: extra whitespace before ()Mikhail Gusarov1-1/+1
2010-05-13Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)Mikhail Gusarov1-2/+7
2010-05-13Mark OsAbort as noreturn function to make gcc happier.Mikhail Gusarov1-1/+1
2010-05-13Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gccMikhail Gusarov3-7/+9
2010-05-13Do not jump through the hoops to deallocate xkbbasedirflag variableMikhail Gusarov1-5/+3
2010-05-13Turn sprintf argument into literaral string, shutting up gcc warningMikhail Gusarov1-3/+2
2010-05-13Do not use deprecated Xalloc functionMikhail Gusarov1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp4-22/+11
2010-05-13Removed outdated comments obsoleted by documentation in headersMikhail Gusarov1-27/+0
2010-05-13Use lowercase variant of XNFalloc and XstrdupMikhail Gusarov2-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov345-3011/+3011
2010-05-13Deprecate allocation functions which are plain wrappers for C stdlibMikhail Gusarov1-4/+5
2010-05-13Document allocation functions, noting deviations from C libraryMikhail Gusarov1-0/+36
2010-05-13Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggageMikhail Gusarov2-71/+51
2010-05-12dri2: Copy front to fake front in swapbufferKristian Høgsberg1-0/+10
2010-05-11XQuartz GL: Fix __glXAquaScreenCreateDrawable prototypeJeremy Huddleston1-4/+6
2010-05-11Remember drawable ID used to find damage target for use in events. Bug 5730.Keith Packard2-1/+3
2010-05-11Merge remote branch 'krh/dri2-resource-fixes'Keith Packard10-48/+182
2010-05-11Fix null pointer dereference in xf86_reload_cursors().Cyril Brulebois1-1/+1
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg8-44/+164