summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-30Added more id attributes to functions.HEADmasterMatt Dew2-45/+45
2011-04-16Add id attributes to functions.Matt Dew17-569/+567
2011-04-15Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/lib/libX11matt10-56/+73
2011-04-14Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/lib/libX11matt5-12/+6
2011-04-13om: Fix memory leaks on get_font_name error paths.Ander Conselvan de Oliveira1-8/+6
2011-04-13xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-3/+3
2011-04-13xcms: Fix error on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-1/+1
2011-04-13om: Fix potential memory leak in init_om.Ander Conselvan de Oliveira1-10/+12
2011-04-13om: Fix memory leak on read_EncodingInfo error path.Ander Conselvan de Oliveira1-1/+3
2011-04-13Fix memory leaks on _XimCbDispatch error path.Ander Conselvan de Oliveira1-0/+2
2011-04-13Fix memory leak on _XimCommitRecv error path.Ander Conselvan de Oliveira1-1/+3
2011-04-13Fix memory leaks on _XimWriteCachedDefaultTree error paths.Ander Conselvan de Oliveira1-1/+4
2011-04-13Fix memory leaks on _XimGetAttributeID error paths.Ander Conselvan de Oliveira1-2/+6
2011-04-13Fix memory leaks on _XimProtoCreateIC error paths.Ander Conselvan de Oliveira1-2/+2
2011-04-13Fix leaks in _XimEncodingNegotiation error paths.Ander Conselvan de Oliveira1-26/+25
2011-04-13FSWrap: fix potential leak in copy_string_listAnder Conselvan de Oliveira1-1/+1
2011-04-13Fix memory leak with broken bitmap files in XReadBitmapFileDataAnder Conselvan de Oliveira1-0/+5
2011-04-12Fix "attrinute" typo in comments in ximcpAlan Coopersmith1-2/+2
2011-04-12Make doc install subdirectories more like the pre-docbook.am pathsAlan Coopersmith4-4/+4
2011-04-12Install xml versions of specs even if HAVE_XMLTO is falseAlan Coopersmith7-12/+2
2011-04-09Install xml versions of specs even if HAVE_XMLTO is falseAlan Coopersmith4-6/+2
2011-04-05libX11 1.4.3Alan Coopersmith1-1/+1
2011-03-30Documentation: add Docbook external references supportGaetan Nadon9-184/+189
2011-03-21Add #define XK_SINHALAHarshula Jayasuriya1-0/+1
2011-03-17configure.ac: Bump version to 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