summaryrefslogtreecommitdiff
path: root/modules/im/ximcp
AgeCommit message (Expand)AuthorFilesLines
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-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 Triplett1-1/+0
2010-04-23Fix various build warningsJeremy Huddleston3-9/+4
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith26-49/+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
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston1-2/+4
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-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 Andrade15-135/+43
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-17Strip whitespace from end of lines in source filesAlan Coopersmith25-267/+267
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
2007-05-17More constification.Tilman Sauerbeck1-161/+249
2007-05-16More constification.Tilman Sauerbeck1-17/+11
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck5-17/+17
2007-03-18Bug #9279: Fixed a file descriptor leak.Julien Cristau1-0/+1
2006-10-18Fix double open of compose file.Matthias Hopf1-1/+0
2006-06-29Update to final Compose cache directory location.Matthias Hopf1-1/+1
2006-06-29Fix alignment of trees and wide chars in the cache.Matthias Hopf1-12/+15
2006-06-28First (dummy) entry of compose caches was not initialized and thus contained ...Matthias Hopf1-0/+6
2006-06-16Bug #3104: Compose table cache for faster X11 application starts.Matthias Hopf1-27/+46