summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-30Release libX11 1.1.1.libX11-1.1.1Jamey Sharp2-1/+29
2006-11-25Debian bug #354315: Clarify return value in XGetWindowAttributes man pageRoss Combs1-1/+4
2006-11-25Bug #9154: Always process an event for _XReadEvents, even if an error occursJamey Sharp1-11/+17
2006-11-25Bug #9153: Fix access to freed memory.Tilman Sauerbeck1-1/+7
2006-11-24libx11 doesn't use inputproto in public headers; don't require it in x11.pcJosh Triplett1-2/+2
2006-11-23Release libX11 1.1libX11-1.1Josh Triplett2-1/+27
2006-11-21Add note in man-page that XListFontsWithInfo is not thread-safe.Jamey Sharp1-0/+6
2006-11-18Bug #8622: Fix response processing order for threaded appsJamey Sharp3-14/+95
2006-11-08Don't hold the display lock around callbacks to the application.Lars Knoll1-1/+1
2006-11-07Add xcb-xlib dependency to x11.pc when built against XCB.Diego 'Flameeyes' Pettenò2-1/+3
2006-11-06XCB: Allocate the right amount of memory for dpy->lock_fns.Eric Anholt1-1/+1
2006-11-02Release libX11 1.1 RC2 (1.0.99.2).libX11-1.1-RC2libX11-1.0.99.2Jamey Sharp2-1/+23
2006-10-29nls (en_US): remove long compositions that override shorter (bug #2286)Benno Schulenberg1-51/+37
2006-10-29nls: remove shadowed compose entries (bug #2286)Benno Schulenberg7-76/+1
2006-10-29nls: remove duplicate compose entries (bug #2286)Benno Schulenberg9-61/+5
2006-10-29XKB geometry: fix leaks in GetKeyboardByName (bug #8099)Caolan McNamara1-3/+14
2006-10-18Fix double open of compose file.Matthias Hopf1-1/+0
2006-10-14XCB: check for and handle I/O errors in _XGetXCBBuffer.Jamey Sharp1-0/+3
2006-10-11XKB bugfix: SyncHandle must be called after UnlockDisplay, not before.Jamey Sharp1-1/+1
2006-10-10Add correct Display locking to XKB functions.Jamey Sharp3-8/+23
2006-10-10Dynamically generate internal manpage section using __libmanpagesuffix__ so t...David Nusinow184-184/+184
2006-10-07Release libX11 1.1 RC1 (1.0.99.1).libX11-1.1-RC1libX11-1.0.99.1Jamey Sharp2-3/+38
2006-10-07As XCB support is about to be released in libX11, stable is now subsumed by m...Jamey Sharp0-0/+0
2006-10-07XCB: Don't rely on having the definition of struct xcb_setup_t available.Jamey Sharp1-2/+2
2006-10-06xcb_poll_for_event no longer takes an 'int *error' out-parameter.Jamey Sharp1-3/+2
2006-10-06Actually ship Xxcbint.hJosh Triplett1-2/+3
2006-10-06Clean ChangeLog only in "make maintainer-clean", not "make clean"Josh Triplett1-1/+1
2006-10-06Add ChangeLog and "make dist"-generated files to .gitignoreJosh Triplett1-0/+2
2006-10-06Add manual pages for XGetXCBConnection and XSetEventQueueOwnerJosh Triplett3-0/+104
2006-10-06Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.cJosh Triplett1-2/+0
2006-10-06XCL is dead; long live Xlib/XCBJosh Triplett13-173/+136
2006-10-06Add XCB developers to AUTHORSJosh Triplett1-0/+3
2006-10-06Fix email addresses in READMEJosh Triplett1-1/+1
2006-10-06XCB: Handle all responses in order of monotonically increasing sequence number.Jamey Sharp3-63/+83
2006-10-06Actually install x11-xcb.pc, and ship x11-xcb.pc.inJosh Triplett1-1/+4
2006-10-05XCB: correctly handle failure to connect to X server.Jamey Sharp2-5/+4
2006-10-05Split public Xlib/XCB functions into libX11-xcbJosh Triplett9-15/+38
2006-10-04No longer #include Xmd from xcl.h: we do not need it.Jamey Sharp2-2/+1
2006-10-04XCB: Revert locking to simple wrapper around libX11's normal locks.Jamey Sharp8-117/+35
2006-09-25Link explicitly against XCB's Xlib compatibility functions.Jamey Sharp1-1/+1
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp4-6/+6
2006-09-24Track XCB's "Great Renaming".Ian Osgood7-64/+64
2006-09-12Quit using XCBGetQueuedRequestRead.Jamey Sharp1-15/+7
2006-08-30nls: use _XlcUtf8Loader for en_US (bug #7982)Tollef Fog Heen1-1/+1
2006-08-23When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONNAlan Coopersmith1-4/+23
2006-07-27Sun bug 1149809: Document event delivery when grab is terminated.Mark Brown2-2/+8
2006-07-27Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return descriptionDennis Arellano1-0/+6
2006-07-24Add support for "make lint" to check code with lint/sparse/etc.Alan Coopersmith7-0/+76
2006-07-24ANSIfy some static function definitionsAlan Coopersmith3-22/+21
2006-07-24Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith5-7/+7