summaryrefslogtreecommitdiff
path: root/xfixes
AgeCommit message (Expand)AuthorFilesLines
2013-04-02xfixes: ifdef PanoramiXFixes* (#62015)Peter Hutterer1-0/+2
2012-12-19Merge remote-tracking branch 'whot/barriers'Keith Packard2-444/+5
2012-12-17cursor: Move pointer barrier code over to XIJasper St. Pierre2-444/+5
2012-12-10xfixes: Fix minor number in QueryVersionDaniel Martin1-1/+1
2012-11-29cursor: Revise edge cases for the pointer moving towards barriersJasper St. Pierre1-2/+10
2012-11-19xfixes: let PointerBarrierClient->device_ids point to allocated memoryPeter Hutterer1-0/+4
2012-11-06cursor: Fix up implementation for per-device barriersJasper St. Pierre1-7/+68
2012-11-06cursor: Clean up barrier finding code a bitJasper St. Pierre1-7/+7
2012-11-06cursor: Clean up pointer barrier creation code a tiny bitJasper St. Pierre1-18/+24
2012-11-06cursor: CreatePointerBarrier has a variable request lengthJasper St. Pierre1-2/+10
2012-11-06cursor: Fix a minor unused variable warningJasper St. Pierre1-1/+1
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-5/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith2-21/+18
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith2-10/+12
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith2-4/+6
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith3-5/+5
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-05-14xfixes: remove redundant declaration.Michal Suchanek1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard7-1377/+1331
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-8/+8
2011-12-09xfixes: don't dereference a NULL cursorPeter Hutterer1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner5-172/+136
2011-06-16xfixes: Remove unused variable.Cyril Brulebois1-2/+0
2011-06-16xfixes: Mark some variables as unused.Cyril Brulebois1-2/+2
2011-05-31fixes: Add support for pointer barriersAdam Jackson4-10/+446
2011-05-13include: add version_compare helper functionPeter Hutterer1-6/+6
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+0
2011-02-14xfixes: calloc, not malloc the cursorScreenRecPeter Hutterer1-1/+1
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith3-3/+3
2010-11-30fixes: Add panoramix supportDavid Reveman3-0/+121
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov4-7/+7
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-3/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-5/+8
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-30/+30
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-1/+1
2010-05-24xfixes: Remove the invisible cursor sprite, using NullCursor instead.Jamey Sharp1-38/+1
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp2-4/+2
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp2-9/+6
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2-2/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2-4/+2
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp4-43/+30
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-21/+21
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-4/+2
2010-05-03Make sure XFixes invisible cursor gets freed on server resetKeith Packard1-11/+12
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith3-23/+11