summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11GaryOderNichts2023-01-144-55/+25
* xlibi18n: Update Imake instructions to autoconf equivalent in commentsAlan Coopersmith2023-01-071-2/+2
* Revert "Update XPutBackEvent() to support clients that put back unpadded events"Yuxuan Shui2023-01-031-14/+1
* Update XPutBackEvent() to support clients that put back unpadded eventsKeith Packard2022-12-111-1/+14
* ChkIfEv.c: fix wrong handling of dpy->in_ifeventUlrich Sibiller2022-12-011-1/+1
* Indentation fixes around recent dpy->in_ifevent changesUlrich Sibiller2022-12-015-17/+17
* Fix 797755 Allow X*IfEvent() to reenter libX11Matthieu Herrb2022-11-195-12/+29
* Don't use pragma inside a function, it breaks compiling with older GCCs.Nia Alarie2022-11-111-9/+10
* Add XFreeThreads function.Oliver2022-11-112-0/+29
* Copyright & license cleanupAlan Coopersmith2022-11-0312-12/+12
* Allow X*IfEvent() to reenter libX11Adam Jackson2022-11-025-0/+38
* Use same pthread-stubs as libxcbAlan Coopersmith2022-10-082-163/+1
* If thread-safety-constructor is enabled, link against pthreads not stubsAlan Coopersmith2022-09-271-0/+1
* use casts to reduce compiler warnings (no object change)Thomas E. Dickey2022-09-1111-42/+42
* xkb: Fix off-by-one error in XKeycodeToKeysymAdam Sampson2022-09-101-28/+16
* xkb: set num_keys when filling in keys in _XkbReadGetNamesReply()Alan Coopersmith2022-07-151-0/+1
* Fix Win32 build with -fno-commonJon Turney2022-07-151-0/+2
* global: call XInitThreads() from the library's constructorAdam Jackson2022-04-261-9/+7
* XkbOpenDisplay: Add _Xconst qualifier to display name argumentAlan Coopersmith2022-04-231-1/+1
* XKBgeom.h: Add _Xconst qualifier to char * arguments in functionsAlan Coopersmith2022-04-232-6/+8
* lcCT: use the correct index for checking the second byteBenno Schulenberg2022-04-201-1/+1
* XkbUpdateKeyTypeVirtualMods: always initialize maskAlan Coopersmith2022-04-101-1/+1
* Don't try to destroy NULL condition variablesSimon McVittie2022-04-031-2/+4
* Fix two memory leaks in _XFreeX11XCBStructure()Hodong2022-03-241-0/+2
* xcb: Clarify the XInitThreads error messageAdam Jackson2022-03-231-2/+6
* xcb_io: Allow jumps backwards when widening the request number.Giovanni Mascellani2022-03-231-1/+6
* KeyBind: reshuffle two ifs into the general order of ascending codesBenno Schulenberg2022-01-271-7/+7
* KeyBind: slightly speed up some case conversions by adding missing returnsBenno Schulenberg2022-01-271-4/+10
* KeyBind: update the Greek case-conversion tables to Unicode Data 14.0Benno Schulenberg2022-01-271-13/+13
* remove a commented-out code fragment, and remove a stray blank lineBenno Schulenberg2022-01-261-1/+0
* XKBCvt: remove an if that never gets triggeredBenno Schulenberg2022-01-261-2/+0
* XKBMAlloc: use the correct first-key variable when extending a key rangeBenno Schulenberg2022-01-141-2/+2
* lcUTF8: remove two unneeded ifs and two elses that are never reachedBenno Schulenberg2022-01-121-24/+12
* Make Xutf8DrawString works correctly with ISO10646 fonts.Liang Chang2021-12-031-0/+1
* Fix hanging issue in _XReplyTatu Frisk2021-12-031-12/+8
* makekeys: handle the new _EVDEVK xorgproto symbolsPeter Hutterer2021-07-271-0/+12
* Avoid undefined behaviour after realloc()Alex Richardson2021-06-161-3/+5
* Protect against overly long stringsTobias Stoeckmann2021-05-314-15/+15
* Check for NULL strings before getting their lengthsMatthieu Herrb2021-05-3010-10/+12
* include <limits.h> always, not if HAVE_CONFIG_H is set.Matthieu Herrb2021-05-221-1/+1
* 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
* Update libX11 .so version to 6.4.0Keith Packard2020-11-181-1/+1
* Don't leave dangling pointers in Free functionsAlan Coopersmith2020-11-189-3/+15
* XimProto.h: wrap XIM_HEADER_SIZE definition in parensAlan Coopersmith2020-11-181-2/+2
* Fix poll_for_response race conditionFrediano Ziglio2020-11-162-9/+71
* Avoid recursing through _XError due to sequence adjustmentKeith Packard2020-11-154-4/+36
* 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