summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-30Use -version-number consistently instead of -version-infoAdam Jackson1-1/+1
2010-06-29Make Compose-comma map to ogonek for I and U in UTF-8 locales.Juliusz Chroboczek1-0/+4
2010-06-29Make Compose-comma map to Ogonek for A and E in UTF-8 locales.Juliusz Chroboczek1-2/+4
2010-06-24Define FILE_MAN_DIR_SUFFIX so XCompose shadow page has correct pathAlan Coopersmith1-0/+1
2010-06-21poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp1-2/+3
2010-06-21Revert "xcb_io.c: poll_for_response doesn't guarantee there's a pending reque...Jamey Sharp1-1/+1
2010-06-21Revert "poll_for_response: Really handle xcb_poll_for_reply getting a reply."Jamey Sharp1-11/+5
2010-06-21xcb_io.c: poll_for_response doesn't guarantee there's a pending request.Jamey Sharp1-1/+1
2010-06-19poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp1-5/+11
2010-06-13Implement SFS 5966 Annex 4 for FinlandMarko Myllynen1-2/+110
2010-06-11LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bitsAlan Coopersmith1-1/+1
2010-06-06Mark the rest of Xprivate.h as _X_HIDDEN.Josh Triplett1-3/+3
2010-06-05Hide _XSeqSyncFunctionJulien Cristau1-1/+1
2010-06-03Remove support for building without XCBJosh Triplett19-3175/+37
2010-06-03libX11 1.3.4libX11-1.3.4Alan Coopersmith1-1/+1
2010-06-03Workaround bug in groff flag processing that breaks distcheckAlan Coopersmith1-1/+1
2010-06-03Fix typo that made configure always report "none" for man page suffixAlan Coopersmith1-1/+1
2010-06-03Bug 22591 - configure does not obey the --enable-*-transport optionsPaul Bender1-6/+48
2010-06-03Bug 22590 - libX11 1.2.1 has broken abstract namespace supportPaul Bender2-1/+5
2010-06-03Bug 22584 - libX11 does not cross compileAlan Coopersmith2-1/+28
2010-06-01Clarify requirements in XRestackWindows man pageAlan Coopersmith1-1/+1
2010-05-14xcb: Add TCP fallbackJeremy Huddleston1-4/+23
2010-05-10Merge branch 'xlib-xcb-thread-fixes'Jamey Sharp5-175/+287
2010-04-23Don't append the screen number when using a launchd socketJeremy Huddleston1-1/+10
2010-04-23Remove launchd logic from _XConnectXCB as it's handled in XCBJeremy Huddleston1-18/+9
2010-04-23Fix various build warningsJeremy Huddleston7-35/+38
2010-04-23Allow X11 users to compose anarchismDaniel Kahn Gillmor1-0/+1
2010-04-18Fix Xlib/XCB for multi-threaded applications (with caveats).Jamey Sharp3-122/+233
2010-04-18Use InternalLockDisplay on code paths called from LockDisplay.Jamey Sharp3-19/+16
2010-04-18Fix _XSend to enqueue the right range of pending requests.Jamey Sharp1-1/+1
2010-04-18Pending requests are always added in-order.Jamey Sharp3-35/+39
2010-04-16Bug 26839: Fix build problem on Interix (POSIX layer on Windows)Markus Duft1-0/+2
2010-04-15Stop returning an int from _XIDHandler and _XSeqSyncFunctionJosh Triplett3-8/+5
2010-04-15Move XID and sync handling from SyncHandle to LockDisplay to fix races.Jamey Sharp4-29/+37
2010-04-14Honest. Extensions get to filter async errors too.Jamey Sharp1-25/+18
2010-04-14_XError already runs async handlers; only call them directly for replies.Jamey Sharp1-10/+12
2010-04-13Extensions get to filter async errors too.Jamey Sharp1-18/+31
2010-04-13Prefer the xcb_generic_error_t we already have over casting to xEvent.Jamey Sharp1-3/+3
2010-04-12Run the user's synchandler as well as any internal synchandlers.Jamey Sharp1-0/+2
2010-04-08Fix manual typos.Kusanagi Kouichi3-100/+100
2010-04-08man: Correct the XkbAllAccessXEventsMask mask nameDirk Wallenstein3-3/+3
2010-04-08man: Add missing geometry component flagDirk Wallenstein1-1/+2
2010-04-08man: Return value of XkbGetState is Status and not BoolDirk Wallenstein1-1/+1
2010-04-08man: Fix return value specification of XkbKeyActionEntryDirk Wallenstein1-4/+4
2010-04-08man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732Dirk Wallenstein1-0/+4
2010-04-08Fix typo in new fi_FI.UTF-8 that was reported by "make check"Alan Coopersmith1-1/+1
2010-04-08Bug 27465 - Rewritten fi_FI.UTF-8 Compose fileMarko Myllynen1-5150/+313
2010-04-06config: update and relocate AC_DEFINE_DIR macroGaetan Nadon4-53/+59
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-2/+0
2010-03-18No need for req->firstKeyCode to be set twice.Fernando Carrijo1-1/+0