summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp24-60/+10
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp16-50/+25
2010-05-19xv: TryClientEvents already checks client and sets sequenceNumber.Jamey Sharp1-22/+14
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-18SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.Jamey Sharp1-1/+1
2010-05-17dri2: Fix NULL check in allocation error handlingKristian Høgsberg1-2/+4
2010-05-17Fix build without XACEJulien Cristau2-0/+2
2010-05-17Only link Xorg with libconfig.laJulien Cristau2-8/+8
2010-05-16XQuartz: Fix a build failure on TigerJeremy Huddleston2-0/+12
2010-05-16XQuartz: Don't use deltaXY for determining pointer location on scroll eventsJeremy Huddleston1-11/+20
2010-05-16XQuartz: Don't trust deltaXY for middle mouse clicks.Jeremy Huddleston1-1/+4
2010-05-15Remove dbe screen private privates.Keith Packard2-7/+1
2010-05-15Check pixmap allocation return value when creating glyphsKeith Packard1-0/+7
2010-05-14Update list of supported platforms in configure.ac error messageAlan Coopersmith1-3/+5
2010-05-14Fix compiler issues with getifaddrs() call on OpenSolarisAlan Coopersmith1-5/+4
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