summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-11list.h: Add list_for_each_entry_safe()Kristian Høgsberg1-0/+6
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-0/+6
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith1-8/+8
2010-05-07Export XkbCopyDeviceKeymap from Xorg, it is needed by VNC.Adam Tkac1-1/+1
2010-05-07dix: make DeviceEvent coordinates signed for Xinerama. #24986Chris Humbert1-2/+2
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard2-2/+6
2010-04-30Move callback definitions to their own fileKeith Packard3-30/+89
2010-04-30Move X_DEPRECATED to misc.h so it can be used outside resource.hKeith Packard2-6/+6
2010-04-30dix: Improve documentation of the DIX private data functions.Aaron Plattner1-7/+57
2010-04-26include: remove couple of unused structures fields and bump ABITiago Vignatti2-6/+0
2010-04-26dix and others: remove unused arraySize field from ScreenInfoTiago Vignatti1-1/+1
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard2-10/+0
2010-04-21configure: remove unused builtin font macro from autoconf fileTiago Vignatti1-3/+0
2010-04-21Death to Multibuffer extensionTiago Vignatti2-7/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-4/+0
2010-04-19xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.cPeter Hutterer1-13/+0
2010-04-16xkb: use GPE for XKB fake motion events.Peter Hutterer1-0/+1
2010-04-16dix: Export AllocDevicePair GetPointerEvents, GetKeyboardEvents and generate_...Adam Tkac1-4/+4
2010-04-06Merge remote branch 'jbarnes/master'Keith Packard1-4/+0
2010-03-29DRI2: advertise lowest supported DRI2 protocol versionJesse Barnes1-4/+0
2010-03-26Cleanup some comments in SpriteRecFernando Carrijo1-2/+10
2010-03-21Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'Keith Packard3-0/+108
2010-03-16Cygwin/X: Allow the default log location to be configurableYaakov Selkowitz1-0/+2
2010-03-16Import linked list helpers from the intel DDX.Francisco Jerez2-0/+98
2010-03-16Add a ConfigNotify hook.Francisco Jerez1-0/+10
2010-03-12Record: Avoid duplicates from replaying frozen eventsDaniel Stone1-0/+30
2010-02-22libselinux now has a pkgconfig file. Use it.Eamon Walsh1-2/+0