summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.7.1libX11-1.7.1Matthieu Herrb2021-05-182-1/+12
* Reject string longer than USHRT_MAX before sending them on the wireMatthieu Herrb2021-05-1812-4/+51
* Fix out-of-bound access in KeySymToUcs4()Gaurav Ujjwal2021-05-091-1/+1
* Xlib.h: spelling fix in commentChristopher Chavez2021-05-031-1/+1
* nls: adjust three comments about the APL compose sequencesBenno Schulenberg2021-01-121-10/+3
* nls: allow composing all breved letters also with a lowercase "u"Benno Schulenberg2021-01-121-0/+10
* fix same roff codeWalter Harms2020-11-281-25/+14
* Fix some roff code add see alsoWalter Harms2020-11-281-45/+35
* fix broken nroff coding for code commentsWalter Harms2020-11-2885-1054/+1054
* FIX: warning: macro `hN' not definedWalter Harms2020-11-271-1/+1
* FIX: warning: macro `IN' not definedWalter Harms2020-11-2719-44/+0
* fix warning: macro `s' not definedWalter Harms2020-11-271-40/+35
* FIX: warning: macro `hN' not definedWalter Harms2020-11-278-8/+8
* FIX: warning: macro `Pn' not definedWalter Harms2020-11-2711-14/+14
* nls: add 'C.utf8' as an alias for 'en_US.UTF-8'Benno Schulenberg2020-11-251-0/+1
* Version 1.7.0libX11-1.7.0Keith Packard2020-11-192-5/+49
* Update libX11 .so version to 6.4.0Keith Packard2020-11-181-1/+1
* Don't leave dangling pointers in Free functionsAlan Coopersmith2020-11-1811-3/+17
* XimProto.h: wrap XIM_HEADER_SIZE definition in parensAlan Coopersmith2020-11-181-2/+2
* Copy locale modifiers when creating XimInstCallback [v2]Keith Packard2020-11-171-1/+10
* gitlab CI: add a basic build testPeter Hutterer2020-11-161-0/+102
* Fix poll_for_response race conditionFrediano Ziglio2020-11-162-9/+71
* Avoid recursing through _XError due to sequence adjustmentKeith Packard2020-11-155-6/+37
* nls: improve the comments for the Serbian compose sequencesBenno Schulenberg2020-11-131-10/+15
* nls: remove mistaken Serbian compose sequences with combining diacriticsBenno Schulenberg2020-11-131-20/+0
* nls: rename the obsolete sr_CS locale to sr_RSBenno Schulenberg2020-11-137-8/+2
* Don't attempt to unload locale context dataKeith Packard2020-11-091-20/+1
* Don't cache last lcd in _XlcCurrentLC.Jacek Caban2020-11-091-11/+1
* Don't cache converters in _Xlcmbtowc and XlcwctombKeith Packard2020-11-091-31/+19
* Make conv_list thread safe.Jacek Caban2020-11-092-5/+33
* Added DOWNWARD ARROW supportAntti Savolainen2020-11-081-1/+3
* Added support for UPWARDS ARROW and ALMOST EQUAL TOAntti Savolainen2020-11-081-0/+3
* Add less and greater to characters that are difficult to access on some keybo...Jonathan Belsewir2020-11-051-0/+6
* nls: Allow all letters with a caron to be composed also with v.Benno Schulenberg2020-11-051-0/+31
* nls: vertically align the target column of aliasesBenno Schulenberg2020-11-011-32/+32
* nls: remove some twenty aliases that have been obsolete for fifteen yearsBenno Schulenberg2020-11-011-37/+1
* nls: remove country-specific aliases for two constructed languagesBenno Schulenberg2020-11-011-4/+0
* nls: remove four aliases where the name is identical to the definitionBenno Schulenberg2020-11-011-4/+0
* Add XSetIOErrorExitHandler() functionCarlos Garnacho2020-10-156-6/+70
* Prepare for _XIOError() possibly returningCarlos Garnacho2020-10-152-18/+46
* cpprules.in: squash whitespace in generated filesRoss Burton2020-10-101-1/+2
* Adding ia and ie localesCarmina162020-10-102-0/+10
* Use __builtin_popcountl if available to replace Ones() in GetImage.cAlan Coopersmith2020-09-283-3/+189
* Fix leaking modifiers string.Krzesimir Nowak2020-09-211-0/+1
* Exempt XLookupKeysym from XKeycodeToKeysym deprecation warningsAlan Coopersmith2020-08-281-0/+14
* lcUTF8: Increase string buffer size from 20 to 32 bytesAlan Coopersmith2020-08-281-1/+1
* i18n: use memcpy instead of strncpy on unterminated char arraysAlan Coopersmith2020-08-283-8/+8
* Mark FreeBlueTblElements label unused in LRGB.cAlan Coopersmith2020-08-281-1/+1
* Raise minimum required xproto version to 7.0.25 (released 2013-11-23)Alan Coopersmith2020-08-282-12/+3
* Avoid the use of "register" keyword in public headers.Maya Rashish2020-08-289-30/+30