summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-17configure.ac: Bump version to 1.4.2libX11-1.4.2Jeremy Huddleston1-1/+1
2011-03-15Call _XErrorFunction without holding the Display lock.Jamey Sharp1-1/+13
2011-03-14Ignore user locks after sleeping in _XReply and _XReadEvents.Jamey Sharp1-2/+13
2011-03-11xkb: XkbPropertyPtr determined allocation success from wrong variablesErkki Seppälä1-2/+2
2011-03-11keyBind: Use Xcalloc to initialize allocated _XKeytransErkki Seppälä1-1/+1
2011-03-11im/ximcp: release modifiermap before returningErkki Seppälä1-2/+9
2011-02-25Docbook: change the book id to match the xml file basenameGaetan Nadon2-3/+3
2011-02-21Make the Local XIM request key releases for brailleSamuel Thibault1-1/+1
2011-02-21Match braille patterns with compose treeSamuel Thibault1-12/+22
2011-02-21Fix status reporting for braille patternsSamuel Thibault1-10/+20
2011-02-11Clean up memory when first XCreateRegion succeeds and second failsAlan Coopersmith1-2/+11
2011-02-11ximcp: Prevent memory leak & double free if multiple %L in stringAlan Coopersmith1-2/+3
2011-02-09xcms/cmsProp: don't deal with uninitialized values, fail insteadErkki Seppälä1-7/+10
2011-02-09xcms/LRGB: don't double-free property_returnAnder Conselvan de Oliveira1-1/+0
2011-02-02Xrm.c: ReadInFile: refactor fstat error handlingAlan Coopersmith1-9/+4
2011-02-02Expand GetSizeOfFile() macro at the one place it's calledAlan Coopersmith3-49/+8
2011-02-01XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä1-3/+4
2011-02-01lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memoryAnder Conselvan de Oliveira2-2/+2
2011-02-01xlibi18n/lcFile: Removed superfluous check for NULL target_dirErkki Seppälä1-4/+2
2011-02-01ximcp/imLckup: Handle negative return value from _XlcwctombErkki Seppälä1-0/+4
2011-02-01ximcp/imTrX: Handle failing XGetWindowPropertyErkki Seppälä1-12/+21
2011-02-01XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira1-0/+1
2011-02-01GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä1-1/+1
2011-02-01xcms/LRGB: Add a label for freeing property_return.Ander Conselvan de Oliveira1-14/+10
2011-02-01xcms/LRGB: Fix potential resource leak.Ander Conselvan de Oliveira1-0/+2
2011-02-01Xrm: Handle the extremely unlikely situation of fstat failingErkki Seppälä1-0/+6
2011-02-01Xrm: NEWTABLE had a memory leak after a memory allocation errorErkki Seppälä1-1/+3
2011-02-01ImUtil: Handle a memory leak in one early return branchErkki Seppälä1-0/+1
2011-02-01ximcp/imRm: Handle leaking colormap_retErkki Seppälä1-0/+4
2011-02-01ximcp/imRmAttr: Handle leaking missing_listErkki Seppälä1-1/+2
2011-02-01ximcp/imRmAttr: Handle leaking colormap_retErkki Seppälä1-1/+3
2011-02-01xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä1-1/+1
2011-02-01xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)Erkki Seppälä1-2/+2
2011-02-01XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith1-8/+2
2011-02-01config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-54/+54
2011-01-31Comparing array against NULL is not useful "&xkb->server->vmods != NULL"Erkki Seppälä1-1/+1
2011-01-31Variable "entry" tracked as NULL was dereferenced.Erkki Seppälä1-1/+1
2011-01-31Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...Erkki Seppälä1-0/+2
2011-01-31Using freed pointer "e"Erkki Seppälä1-2/+2
2011-01-28Remove <literal> tags from compose-chart.pl so pdf building doesn't die on so...Matt Dew1-1/+1
2011-01-28config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-11/+11
2011-01-28config: remove unrequired AC_HEADER_STDCGaetan Nadon1-1/+0
2011-01-19config: Use correct AC_CONFIG_HEADERS macroAlan Coopersmith1-2/+1
2011-01-18config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Alan Coopersmith1-1/+0
2011-01-18Update to xf86bigfontproto >= 1.2.0 header nameAlan Coopersmith2-4/+2
2011-01-11libX11 1.4.1libX11-1.4.1Alan Coopersmith1-1/+1
2011-01-03Initialize event typePauli Nieminen1-0/+2
2010-12-28specs: convert images from gif to svg format.Fernando Carrijo52-42/+16729
2010-12-22Events: Store event cookie when dequeuing eventPhilipp Reh2-0/+2
2010-12-21Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith4-9/+9