index
:
xorg/lib/libX11
CYGWIN
IPv6-REVIEW
XACE-SELINUX
XEVIE
XFree86
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-7-0
lg3d-event
libX11-1.1-branch
libX11-1.2-branch
libX11-1.3-branch
master
sco_port_update
stable
xge
libX11 GIT Repository (mirrored from https://gitlab.freedesktop.org/xorg/lib/libx11)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
global: call XInitThreads() from the library's constructor
Adam Jackson
1
-9
/
+7
2022-04-23
XkbOpenDisplay: Add _Xconst qualifier to display name argument
Alan Coopersmith
1
-1
/
+1
2022-04-23
XKBgeom.h: Add _Xconst qualifier to char * arguments in functions
Alan Coopersmith
2
-6
/
+8
2022-04-20
lcCT: use the correct index for checking the second byte
Benno Schulenberg
1
-1
/
+1
2022-04-10
XkbUpdateKeyTypeVirtualMods: always initialize mask
Alan Coopersmith
1
-1
/
+1
2022-04-03
Don't try to destroy NULL condition variables
Simon McVittie
1
-2
/
+4
2022-03-24
Fix two memory leaks in _XFreeX11XCBStructure()
Hodong
1
-0
/
+2
2022-03-23
xcb: Clarify the XInitThreads error message
Adam Jackson
1
-2
/
+6
2022-03-23
xcb_io: Allow jumps backwards when widening the request number.
Giovanni Mascellani
1
-1
/
+6
2022-01-27
KeyBind: reshuffle two ifs into the general order of ascending codes
Benno Schulenberg
1
-7
/
+7
2022-01-27
KeyBind: slightly speed up some case conversions by adding missing returns
Benno Schulenberg
1
-4
/
+10
2022-01-27
KeyBind: update the Greek case-conversion tables to Unicode Data 14.0
Benno Schulenberg
1
-13
/
+13
2022-01-26
remove a commented-out code fragment, and remove a stray blank line
Benno Schulenberg
1
-1
/
+0
2022-01-26
XKBCvt: remove an if that never gets triggered
Benno Schulenberg
1
-2
/
+0
2022-01-14
XKBMAlloc: use the correct first-key variable when extending a key range
Benno Schulenberg
1
-2
/
+2
2022-01-12
lcUTF8: remove two unneeded ifs and two elses that are never reached
Benno Schulenberg
1
-24
/
+12
2021-12-03
Make Xutf8DrawString works correctly with ISO10646 fonts.
Liang Chang
1
-0
/
+1
2021-12-03
Fix hanging issue in _XReply
Tatu Frisk
1
-12
/
+8
2021-07-27
makekeys: handle the new _EVDEVK xorgproto symbols
Peter Hutterer
1
-0
/
+12
2021-06-16
Avoid undefined behaviour after realloc()
Alex Richardson
1
-3
/
+5
2021-05-31
Protect against overly long strings
Tobias Stoeckmann
4
-15
/
+15
2021-05-30
Check for NULL strings before getting their lengths
Matthieu Herrb
10
-10
/
+12
2021-05-22
include <limits.h> always, not if HAVE_CONFIG_H is set.
Matthieu Herrb
1
-1
/
+1
2021-05-18
Reject string longer than USHRT_MAX before sending them on the wire
Matthieu Herrb
12
-4
/
+51
2021-05-09
Fix out-of-bound access in KeySymToUcs4()
Gaurav Ujjwal
1
-1
/
+1
2020-11-18
Update libX11 .so version to 6.4.0
Keith Packard
1
-1
/
+1
2020-11-18
Don't leave dangling pointers in Free functions
Alan Coopersmith
9
-3
/
+15
2020-11-18
XimProto.h: wrap XIM_HEADER_SIZE definition in parens
Alan Coopersmith
1
-2
/
+2
2020-11-16
Fix poll_for_response race condition
Frediano Ziglio
2
-9
/
+71
2020-11-15
Avoid recursing through _XError due to sequence adjustment
Keith Packard
4
-4
/
+36
2020-11-09
Don't attempt to unload locale context data
Keith Packard
1
-20
/
+1
2020-11-09
Don't cache last lcd in _XlcCurrentLC.
Jacek Caban
1
-11
/
+1
2020-11-09
Don't cache converters in _Xlcmbtowc and Xlcwctomb
Keith Packard
1
-31
/
+19
2020-11-09
Make conv_list thread safe.
Jacek Caban
2
-5
/
+33
2020-10-15
Add XSetIOErrorExitHandler() function
Carlos Garnacho
3
-2
/
+43
2020-10-15
Prepare for _XIOError() possibly returning
Carlos Garnacho
2
-18
/
+46
2020-09-28
Use __builtin_popcountl if available to replace Ones() in GetImage.c
Alan Coopersmith
1
-3
/
+12
2020-09-21
Fix leaking modifiers string.
Krzesimir Nowak
1
-0
/
+1
2020-08-28
Exempt XLookupKeysym from XKeycodeToKeysym deprecation warnings
Alan Coopersmith
1
-0
/
+14
2020-08-28
lcUTF8: Increase string buffer size from 20 to 32 bytes
Alan Coopersmith
1
-1
/
+1
2020-08-28
i18n: use memcpy instead of strncpy on unterminated char arrays
Alan Coopersmith
1
-1
/
+1
2020-08-28
Mark FreeBlueTblElements label unused in LRGB.c
Alan Coopersmith
1
-1
/
+1
2020-08-28
Avoid the use of "register" keyword in public headers.
Maya Rashish
7
-15
/
+15
2020-08-15
Avoid the use of "register" keyword in XkbTranslateKeySym.
Maya Rashish
1
-2
/
+2
2020-08-06
Correct a typo in GetStCmap.c
Felix Yan
1
-2
/
+1
2020-07-22
Fix spelling/wording issues
Alan Coopersmith
22
-36
/
+36
2020-07-19
xlibi18n: Fix converting horizline keysyms to UCS
Samuel Thibault
1
-2
/
+2
2020-04-21
reduce gcc-normal warnings using casts (no object change)
Thomas E. Dickey
92
-215
/
+215
2020-01-29
Fix XTS regression in XCopyColormapAndFree
Adam Jackson
1
-0
/
+5
2020-01-01
Handle small final sigma in XConvertCase
Alex Henrie
1
-2
/
+3
[next]