summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2011-04-13om: Fix memory leaks on get_font_name error paths.Ander Conselvan de Oliveira1-8/+6
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-12Fix "attrinute" typo in comments in ximcpAlan Coopersmith1-2/+2
2011-03-11im/ximcp: release modifiermap before returningErkki Seppälä1-2/+9
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-11ximcp: Prevent memory leak & double free if multiple %L in stringAlan Coopersmith1-2/+3
2011-02-01lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memoryAnder Conselvan de Oliveira2-2/+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-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
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith5-5/+5
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo10-11/+0
2010-06-03Remove support for building without XCBJosh Triplett6-6/+0
2010-04-23Fix various build warningsJeremy Huddleston3-9/+4
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon6-6/+12
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith40-77/+0
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith5-72/+176
2010-01-13Allow inclusion of system level compose files.James Cloos1-0/+16
2010-01-06set_fontset_extents crash after get_rotate_fontname fix in 2bef065b70f7Osamu Sayama1-2/+2
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston6-15/+27
2009-04-27X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)Christoph Pfister1-0/+2
2009-04-13Thai XIM not retrieve MB surrounding on UTF-8 LCTheppitak Karoonboonyanan1-4/+28
2009-04-13Thai XIM not filters when NumLock or CapsLock is onTheppitak Karoonboonyanan1-1/+17
2009-03-17Remove ifdef checks for macII left over from ancient A/UX 3.0 supportAlan Coopersmith3-3/+3
2009-01-29patches to avoid gcc warnings for libX11 (#4)Paulo Cesar Pereira de Andrade1-1/+1
2009-01-29patches to avoid gcc warnings for libX11 (#3)Paulo Cesar Pereira de Andrade1-2/+2
2009-01-29Janitor: Correct some gcc/sparse warnings.Paulo Cesar Pereira de Andrade1-1/+1
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade24-178/+43
2008-11-22Added remaining xlib patch required for gb18030 support (#1573).Stefan Dirsch1-3/+11
2008-11-22Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182).Stefan Dirsch1-1/+1
2008-11-06Fix copy/paste typo in imLcPrsColin Harrison1-1/+1
2008-11-06Fix leak in _XimXGetReadDataAdam Jackson1-0/+1
2008-06-24Bug #14898: Don't abuse the sprintf() implementation.Adam Jackson1-1/+2
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith34-421/+421
2008-05-13Bug #15884: Remove useless sleep()'s from the connection code.Adam Jackson1-3/+0
2008-04-28IM: Respect XMODIFIERS for Thai locale (bug #15719)Theppitak Karoonboonyanan1-1/+7
2008-02-24XIM: Fix a hand when switching input context.Søren Sandmann Pedersen2-2/+11
2007-10-24XIM: Properly initialise client eventYann Droneaud1-0/+2
2007-06-10Fix locking in _XimGetWindowEventmask.Jamey Sharp1-1/+1