summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-09dix: add CopyGrab() functionPeter Hutterer3-2/+37
2011-12-09dix: add AllocGrab helper functionPeter Hutterer2-2/+13
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer4-28/+92
2011-12-06include: rename "foos" to "list_of_foos" in the struct list documentationPeter Hutterer1-15/+15
2011-12-06include: update struct list documentation to use one set of structs onlyPeter Hutterer1-17/+11
2011-12-06include: a new list element does not need initialization, state soPeter Hutterer1-1/+2
2011-12-06include: point to the tests in list.c as examplesPeter Hutterer1-0/+1
2011-12-06include: add list_last_entry to get the tail of a listPeter Hutterer2-0/+21
2011-12-06include: add list_append()Peter Hutterer2-0/+53
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard7-36/+20
2011-12-01Merge remote-tracking branch 'jcristau/for-keith'Keith Packard1-1/+1
2011-12-01Merge remote-tracking branch 'whot/for-keith'Keith Packard7-40/+70
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-29test: remove unneeded printf statements from misc.cPeter Hutterer1-3/+0
2011-11-29include: add BUG_WARN macro for internal bug cases.Peter Hutterer1-0/+7
2011-11-29Xi: add FreeInputMask functionPeter Hutterer1-2/+10
2011-11-29Xi: add helper functions to alloc/free InputClientPtrsPeter Hutterer1-5/+18
2011-11-29dix: use a single return statement in CheckPassiveGrabsOnWindowPeter Hutterer1-6/+6
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer2-7/+8
2011-11-29Xi: use single return code from XIPassiveGrabDevicePeter Hutterer1-16/+20
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6
2011-11-24parser: free scandir's listPaulo Zanoni1-3/+3
2011-11-24Correctly free config file namesPaulo Zanoni4-20/+20
2011-11-24glx: don't leak driConfigsPaulo Zanoni3-9/+34
2011-11-24glx: don't leak fbconfigsPaulo Zanoni1-0/+9
2011-11-24glx: fix memory leak when destroying screenPaulo Zanoni1-0/+1
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy Huddleston6-0/+95
2011-11-23Fix gcc -Wwrite-strings warnings in xf86Modes codeAlan Coopersmith4-8/+8
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith22-53/+54
2011-11-23FindModule: stop copying const char *dirname to char *dirpathAlan Coopersmith1-8/+3
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith16-32/+32
2011-11-23Fix gcc -Wwrite-strings warnings in XkbGetRulesDfltsAlan Coopersmith1-16/+5
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith3-13/+0
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith8-22/+22
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith2-6/+6
2011-11-23Reduce unnecessary string copying in xkbtext routinesAlan Coopersmith1-10/+8
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith20-115/+119
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23Convert glx/single2.c:DoGetString() to use asprintf()Alan Coopersmith1-3/+1
2011-11-23LogVMessageVerb: Fix const mismatch warningAlan Coopersmith1-1/+1
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-11-23Remove unnecessary variable rtrn in XkbKeysymTextAlan Coopersmith1-4/+4
2011-11-23Make XIGetKnownProperty take a const char * argumentAlan Coopersmith2-2/+2
2011-11-23Convert ProcRenderQueryFilters to use memcpy instead of strncpyAlan Coopersmith1-2/+2