summaryrefslogtreecommitdiff
path: root/src/xlibi18n
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Remove support for building without XCBJosh Triplett1-1/+0
2010-04-23Fix various build warningsJeremy Huddleston1-14/+14
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith87-130/+0
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith9-127/+299
2010-01-13Allow inclusion of system level compose files.James Cloos1-1/+1
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston1-2/+4
2009-02-23Incorporate char range comments from Solaris version of ksc5601.hAlan Coopersmith1-6/+6
2009-02-02Check if a function argument is NULL.Paulo Cesar Pereira de Andrade1-1/+4
2009-02-02Don't add prototypes for functions that don't exist.Paulo Cesar Pereira de Andrade2-14/+0
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade9-172/+51
2009-01-13Fix wrong implies symbol.Peter Hutterer1-1/+1
2008-12-07[i18n] Distribute new headers which were added for gb18030 support.vehemens1-0/+2
2008-11-22Added remaining xlib patch required for gb18030 support (#1573).Stefan Dirsch6-2/+13126
2008-11-21[i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)Ken Thomases1-1/+1
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith35-224/+224
2008-04-21Xlib warning fixesColin Harrison1-1/+1
2008-03-09nuke RCS IdsMatthieu Herrb1-2/+0
2008-02-24XIM: Fix a hand when switching input context.Søren Sandmann Pedersen1-0/+8
2007-12-03Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
2007-05-17Constified composite text charset table.Tilman Sauerbeck1-4/+4
2007-05-16Constify and clean up token table.Tilman Sauerbeck1-18/+55
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler1-8/+7
2007-04-07Use unistd.h to get getresuid() and friends.Tilman Sauerbeck1-5/+1
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck3-4/+4
2007-04-05Fix 64bit issues with reallocation.Matthias Hopf1-1/+2
2006-07-24Add support for "make lint" to check code with lint/sparse/etc.Alan Coopersmith1-0/+11
2006-06-29Bug #7349: Missed one of the setuid fixes.Donnie Berkholz1-1/+5
2006-06-20Check setuid() return value.Matthieu Herrb1-1/+5
2006-06-16Bug #3104: Compose table cache for faster X11 application starts.Matthias Hopf1-0/+4
2006-06-16Bug #3104: Compose table cache for faster X11 application starts.Lubos Lunak1-0/+40
2006-06-16Bug #3104: Compose table cache for faster X11 application starts. Part 1: Poi...Matthias Hopf1-11/+28
2006-06-02im: add Braille input method (#6296)Daniel Stone2-0/+5
2006-06-02i18n: separate data and lib directoriesDaniel Stone3-6/+173
2006-04-05Coverity #558: Free newly-allocated Database in error path.Eric Anholt1-0/+1
2006-02-19Move .cvsignore to .gitignore.Jamey Sharp1-0/+0
2006-02-19Merge the X11 and BIGREQS package sets: they were used in exactly the same pl...Jamey Sharp1-1/+0
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-1/+2
2005-10-07Clean up generated filesKevin E Martin1-0/+5
2005-07-30Include config.h so Xtrans knows which transport types to build code forXORG-6_99_99_900Alan Coopersmith1-3/+7
2005-07-23remove orphan TAB at begin of lineMatthieu Herrb1-1/+1
2005-07-15Move i18n modules to top-level so they can be built in the right order (befor...Keith Packard1-8/+6
2005-07-14Add $(top_srcdir)/src to include listAlexander Gottwald1-0/+1
2005-07-11Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to a...Keith Packard1-0/+14
2005-07-11compileXORG-6_8_99_15Lars Knoll1-3/+3
2005-07-11Minor changes to help modular Xlib build i18n modulesKeith Packard1-4/+15
2005-07-11Enable loadable i18n modules, making them configurable on the configure comma...Keith Packard3-0/+153
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-1/+1
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen29-1/+88
2005-01-14Made some security enhancements:Egbert Eich1-11/+9