index
:
delta/xorg-lib-libX11.git
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
baserock/mikedrake/update-chunks
baserock/morph
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
gitlab.freedesktop.org: xorg/lib/libx11.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
poll_for_response: Really handle xcb_poll_for_reply getting a reply.
libX11-1.3-branch
Jamey Sharp
2011-01-29
1
-2
/
+3
*
libX11 1.3.6
libX11-1.3.6
Daniel Stone
2010-09-20
1
-1
/
+1
*
Bug 29773: aliases for nb_NO.utf8 and nn_NO.utf8
Jens Petersen
2010-09-20
1
-0
/
+2
*
XStringToKeysym: Cope with 0x1234cafe-style input
Daniel Stone
2010-09-20
1
-0
/
+10
*
XStringToKeysym: Check strdup() return value
Daniel Stone
2010-09-20
1
-0
/
+2
*
Delete now-redundant XKeysymDB
Daniel Stone
2010-09-20
2
-381
/
+1
*
makekeys: Scan vendor keysyms as well as core
Daniel Stone
2010-09-20
3
-56
/
+98
*
XStringToKeysym: Special case for XF86 keysyms
Daniel Stone
2010-09-20
1
-0
/
+13
*
libX11 1.3.5
libX11-1.3.5
Alan Coopersmith
2010-08-11
1
-1
/
+1
*
nls: Switch one of the interrobang sequences to gnaborretni
Adam Jackson
2010-08-10
1
-1
/
+1
*
NLS: Add \o/ Compose sequence
Daniel Stone
2010-08-10
1
-0
/
+1
*
Make Compose-comma map to ogonek for I and U in UTF-8 locales.
Juliusz Chroboczek
2010-08-10
1
-0
/
+4
*
Make Compose-comma map to Ogonek for A and E in UTF-8 locales.
Juliusz Chroboczek
2010-08-10
1
-2
/
+4
*
Fix use-after-free in _XReply on X errors.
Jamey Sharp
2010-08-09
1
-1
/
+1
*
Compose.man: default user compose file is .XCompose, not .Xcompose
Julien Cristau
2010-08-09
1
-1
/
+1
*
launchd: Explicitly search /sbin
Jeremy Huddleston
2010-08-09
1
-1
/
+1
*
Define FILE_MAN_DIR_SUFFIX so XCompose shadow page has correct path
Alan Coopersmith
2010-08-09
1
-0
/
+1
*
Hide _XSeqSyncFunction
Julien Cristau
2010-08-09
1
-1
/
+1
*
libX11 1.3.4
libX11-1.3.4
Alan Coopersmith
2010-06-03
1
-1
/
+1
*
Workaround bug in groff flag processing that breaks distcheck
Alan Coopersmith
2010-06-03
1
-1
/
+1
*
Fix typo that made configure always report "none" for man page suffix
Alan Coopersmith
2010-06-03
1
-1
/
+1
*
Bug 22591 - configure does not obey the --enable-*-transport options
Paul Bender
2010-06-03
1
-6
/
+48
*
Bug 22590 - libX11 1.2.1 has broken abstract namespace support
Paul Bender
2010-06-03
2
-1
/
+5
*
Bug 22584 - libX11 does not cross compile
Alan Coopersmith
2010-06-03
2
-1
/
+28
*
Clarify requirements in XRestackWindows man page
Alan Coopersmith
2010-06-01
1
-1
/
+1
*
xcb: Add TCP fallback
Jeremy Huddleston
2010-05-14
1
-4
/
+23
*
Merge branch 'xlib-xcb-thread-fixes'
Jamey Sharp
2010-05-10
5
-175
/
+287
|
\
|
*
Fix Xlib/XCB for multi-threaded applications (with caveats).
Jamey Sharp
2010-04-18
3
-122
/
+233
|
*
Use InternalLockDisplay on code paths called from LockDisplay.
Jamey Sharp
2010-04-18
3
-19
/
+16
|
*
Fix _XSend to enqueue the right range of pending requests.
Jamey Sharp
2010-04-18
1
-1
/
+1
|
*
Pending requests are always added in-order.
Jamey Sharp
2010-04-18
3
-35
/
+39
*
|
Don't append the screen number when using a launchd socket
Jeremy Huddleston
2010-04-23
1
-1
/
+10
*
|
Remove launchd logic from _XConnectXCB as it's handled in XCB
Jeremy Huddleston
2010-04-23
1
-18
/
+9
*
|
Fix various build warnings
Jeremy Huddleston
2010-04-23
7
-35
/
+38
*
|
Allow X11 users to compose anarchism
Daniel Kahn Gillmor
2010-04-23
1
-0
/
+1
|
/
*
Bug 26839: Fix build problem on Interix (POSIX layer on Windows)
Markus Duft
2010-04-16
1
-0
/
+2
*
Stop returning an int from _XIDHandler and _XSeqSyncFunction
Josh Triplett
2010-04-15
3
-8
/
+5
*
Move XID and sync handling from SyncHandle to LockDisplay to fix races.
Jamey Sharp
2010-04-15
4
-29
/
+37
*
Honest. Extensions get to filter async errors too.
Jamey Sharp
2010-04-14
1
-25
/
+18
*
_XError already runs async handlers; only call them directly for replies.
Jamey Sharp
2010-04-14
1
-10
/
+12
*
Extensions get to filter async errors too.
Jamey Sharp
2010-04-13
1
-18
/
+31
*
Prefer the xcb_generic_error_t we already have over casting to xEvent.
Jamey Sharp
2010-04-13
1
-3
/
+3
*
Run the user's synchandler as well as any internal synchandlers.
Jamey Sharp
2010-04-12
1
-0
/
+2
*
Fix manual typos.
Kusanagi Kouichi
2010-04-08
3
-100
/
+100
*
man: Correct the XkbAllAccessXEventsMask mask name
Dirk Wallenstein
2010-04-08
3
-3
/
+3
*
man: Add missing geometry component flag
Dirk Wallenstein
2010-04-08
1
-1
/
+2
*
man: Return value of XkbGetState is Status and not Bool
Dirk Wallenstein
2010-04-08
1
-1
/
+1
*
man: Fix return value specification of XkbKeyActionEntry
Dirk Wallenstein
2010-04-08
1
-4
/
+4
*
man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732
Dirk Wallenstein
2010-04-08
1
-0
/
+4
*
Fix typo in new fi_FI.UTF-8 that was reported by "make check"
Alan Coopersmith
2010-04-08
1
-1
/
+1
[next]