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
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
xkb: avoid undefined behavior due to left shift overflow
HEAD
master
Alan Coopersmith
1
-5
/
+3
10 days
XIM_SET_PAD: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+2
10 days
Xrm.c: remove unneccessary ; after {}
Alan Coopersmith
1
-2
/
+2
10 days
DL_APPEND/DL_DELETE: remove trailing semicolon from definitions
Alan Coopersmith
1
-2
/
+2
10 days
xcb_io.c: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-6
/
+6
10 days
CI_GET_*_INFO_*: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
5
-16
/
+16
10 days
RETURN: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-1
/
+1
10 days
poly.h: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-8
/
+8
10 days
PutCommandResource: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+2
10 days
GetFunc: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+2
10 days
_XCreateMutex/_XFreeMutex: remove trailing semicolon from definitions
Alan Coopersmith
1
-2
/
+2
10 days
OneDataCard32: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-1
/
+1
10 days
_XkbCheckPendingRefresh: add do ... while (0) to avoid -Wextra-semi-stmt
Alan Coopersmith
1
-2
/
+2
10 days
BufAlloc: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+3
11 days
set_toupper: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+3
11 days
Data: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+2
11 days
DeqAsyncHandler: add do ... while (0) to avoid -Wextra-semi-stmt warnings
Alan Coopersmith
1
-2
/
+2
2024-11-04
ximcp: hide internal functions
Julien Cristau
1
-3
/
+3
2024-10-26
ximcp: don't leak window if XGetAtomName() fails
Alan Coopersmith
1
-1
/
+1
2024-10-12
_XGetRequest: Set data field to 0 when initializing new requests
Alan Coopersmith
1
-2
/
+5
2024-09-29
_XimStrConversionCallback: use size_t to calculate size to malloc
Alan Coopersmith
1
-2
/
+4
2024-09-29
_XimEncodingNegotiation: swap order of arguments to calloc
Alan Coopersmith
1
-1
/
+1
2024-09-29
_XlcDefaultMapModifiers: remove conversions between size_t & int
Alan Coopersmith
1
-3
/
+3
2024-08-31
SetFontPath: if ndirs is 0, skip work to make a list of directories
Alan Coopersmith
1
-27
/
+33
2024-08-09
Fix indentation
Olivier Fourdan
1
-4
/
+4
2024-08-09
Close xcb connection after freeing display structure
Olivier Fourdan
2
-3
/
+8
2024-07-28
libX11 1.8.10
libX11-1.8.10
Alan Coopersmith
2
-1
/
+12
2024-07-23
Revert "nls: add compose seq's for symbols absent from Cyrillic layouts to ru...
Kelly Roadkill
1
-37
/
+0
2024-07-20
nls: add compose sequences for hryvnia currency
Kelly Roadkill
1
-1
/
+8
2024-07-13
xlibi18n/lcFile.c: avoid use of possibly-NULL pointer with strcpy
Alan Coopersmith
1
-6
/
+6
2024-07-06
Revert "unifdef __vax__"
Alan Coopersmith
1
-0
/
+4
2024-06-24
Fix deadlock in XRebindKeysym()
Olivier Fourdan
1
-1
/
+2
2024-06-18
nls: delete compose sequence with anomalous post-fixed cedilla
Kelly Roadkill
1
-1
/
+0
2024-06-15
Make colormap private interfaces thread safe.
Olivier Fourdan
1
-0
/
+14
2024-06-15
Revert "Protect colormap add/removal with display lock"
Olivier Fourdan
3
-9
/
+9
2024-06-15
Revert "Fix XTS regression in XCopyColormapAndFree"
Olivier Fourdan
1
-5
/
+0
2024-06-07
Avoid buffer overflow in _XimLookupMBText & _XimLookupUTF8Text
Alan Coopersmith
1
-0
/
+4
2024-06-02
NLS: Add 6 Multi_key sequences for Ezh
jmcwilliams403
1
-0
/
+8
2024-06-02
nls: add compose seq's for symbols absent from Cyrillic layouts to ru_RU
Kelly Roadkill
1
-0
/
+37
2024-05-24
nls: add Arabic hamza compose sequences
Mohamed Akram
1
-1
/
+8
2024-05-07
Fix buffer overrun in parse_omit_name
José Expósito
1
-1
/
+1
2024-05-07
Fix memory leak in _XimProtoSetIMValues
José Expósito
1
-2
/
+5
2024-05-07
XKBMAlloc: Check that needed is >= 0 in XkbResizeKeyActions
José Expósito
1
-1
/
+1
2024-05-07
Fix use of uninitialized variable in _XimEncodeICATTRIBUTE
José Expósito
1
-0
/
+1
2024-05-07
Fix use of uninitialized variable in _XimExtension
José Expósito
1
-1
/
+1
2024-05-07
Fix use of uninitialized variable in _XimTriggerNotify
José Expósito
1
-1
/
+1
2024-04-26
imDefIm: Add LIBX11_ENABLE_FABRICATED_ORDER env
Takao Fujiwara
1
-0
/
+10
2024-04-26
ximcp: Unmark fabricated with serial 0 and Xic commit_info
Takao Fujiwara
3
-3
/
+14
2024-04-26
Accept anon windows in XFilterEvent to update XIM state
Takao Fujiwara
2
-4
/
+55
2024-04-26
ximcp: Add fabricated_time in XimProtoPrivate for timeout
Takao Fujiwara
4
-21
/
+47
[next]