summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-06-24dix: use one single function to register fpe fontsTiago Vignatti1-4/+1
2010-06-22list.h: Fix list_for_each_entry_safe()Kristian Høgsberg1-3/+3
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard2-0/+5
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+1
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson1-0/+3
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard2-1/+3
2010-06-06Initialize private keys in test suiteKeith Packard2-0/+3
2010-06-05Add dixCreatePrivateKey APIKeith Packard1-0/+12
2010-06-05Change devPrivates implementation.Keith Packard1-36/+80
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard5-54/+150
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-14/+4
2010-06-05Add REGION_ macros for source compatibility with existing drivers.Keith Packard1-0/+39
2010-06-05Change region implementation from macros to inline functions.Keith Packard2-145/+192
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-63/+58
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-46/+46
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-1/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp2-3/+1
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-1/+1
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp2-11/+13
2010-06-03DRI2: Allow building without libdrmTiago Vignatti1-0/+3
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-1/+2
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard2-0/+11
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-5/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+5
2010-05-25dix: add helper functions to duplicate and free InputAttributes.Peter Hutterer1-0/+2
2010-05-22Declare functions that unconditionally call FatalError as _X_NORETURN.Jamey Sharp3-3/+3
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp2-2/+2
2010-05-19Merge remote branch 'vignatti/animcursor-state-fix'Keith Packard1-0/+8
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+3
2010-05-19render: set anim cursor state for pointer enabled devices onlyTiago Vignatti1-0/+8
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden1-10/+0
2010-05-14mi: removed unused PointerNonInterestBox functions.Oliver McFadden1-6/+0
2010-05-13Merge remote branch 'jamey/cleanups'Keith Packard3-4/+13
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-2/+4
2010-05-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp1-0/+2
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+7
2010-05-13Remove devPrivates init and delete callback lists.Keith Packard1-27/+1
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston3-37/+17
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-5/+0
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-6/+0
2010-05-12Merge remote branch 'dottedmag/for-keithp'Keith Packard2-5/+8
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 Gusarov2-4/+7
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
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 Gusarov1-7/+7