summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)Daniel Stone2006-06-061-0/+2
| | * Coverity #826: Fix potential memory leak.Daniel Stone2006-06-061-1/+4
| | * Bug #1625: Include keysym.h from Xutil.h.Daniel Stone2006-06-061-0/+1
| | * Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in moreEric Anholt2006-06-061-1/+1
| | * Coverity #558: Free newly-allocated Database in error path.Eric Anholt2006-06-061-0/+1
| | * Coverity #582: Free newly-allocated region in error path.Eric Anholt2006-06-061-1/+3
| | * Properly clip bounds when only one point is defining an outline.Daniel Stone2006-06-062-0/+9
| | * Fix prototype of XConfigureWindow(). Bugzilla #6023.Matthieu Herrb2006-06-061-1/+1
| | * Set XTHREADLIB correctly for dragonfly platforms.Jeremy C. Reed2006-06-061-0/+2
| | * Update .gitignores for *.o and nls/locale.dir*.Jamey Sharp2006-06-062-1/+4
| | * Move .cvsignore to .gitignore.Jamey Sharp2006-06-0677-0/+0
| * | Bump to 1.0.1libX11-1_0_1Adam Jackson2006-05-121-1/+1
| * | libXcursor.so.1, not libXcursor.soAdam Jackson2006-05-111-1/+1
| |/
* | XCB: Don't rely on having the definition of struct xcb_setup_t available.Jamey Sharp2006-10-071-2/+2
* | xcb_poll_for_event no longer takes an 'int *error' out-parameter.Jamey Sharp2006-10-061-3/+2
* | Actually ship Xxcbint.hJosh Triplett2006-10-061-2/+3
* | Clean ChangeLog only in "make maintainer-clean", not "make clean"Josh Triplett2006-10-061-1/+1
* | Add ChangeLog and "make dist"-generated files to .gitignoreJosh Triplett2006-10-061-0/+2
* | Add manual pages for XGetXCBConnection and XSetEventQueueOwnerJosh Triplett2006-10-063-0/+104
* | Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.cJosh Triplett2006-10-061-2/+0
* | XCL is dead; long live Xlib/XCBJosh Triplett2006-10-0613-173/+136
* | Add XCB developers to AUTHORSJosh Triplett2006-10-061-0/+3
* | Fix email addresses in READMEJosh Triplett2006-10-061-1/+1
* | XCB: Handle all responses in order of monotonically increasing sequence number.Jamey Sharp2006-10-063-63/+83
* | Actually install x11-xcb.pc, and ship x11-xcb.pc.inJosh Triplett2006-10-061-1/+4
* | XCB: correctly handle failure to connect to X server.Jamey Sharp2006-10-052-5/+4
* | Split public Xlib/XCB functions into libX11-xcbJosh Triplett2006-10-059-15/+38
* | No longer #include Xmd from xcl.h: we do not need it.Jamey Sharp2006-10-042-2/+1
* | XCB: Revert locking to simple wrapper around libX11's normal locks.Jamey Sharp2006-10-048-117/+35
* | Link explicitly against XCB's Xlib compatibility functions.Jamey Sharp2006-09-251-1/+1
* | libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp2006-09-254-6/+6
* | Track XCB's "Great Renaming".Ian Osgood2006-09-247-64/+64
* | Quit using XCBGetQueuedRequestRead.Jamey Sharp2006-09-121-15/+7
* | nls: use _XlcUtf8Loader for en_US (bug #7982)Tollef Fog Heen2006-08-301-1/+1
* | When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONNAlan Coopersmith2006-08-231-4/+23
* | Sun bug 1149809: Document event delivery when grab is terminated.Mark Brown2006-07-272-2/+8
* | Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return descriptionDennis Arellano2006-07-271-0/+6
* | Add support for "make lint" to check code with lint/sparse/etc.Alan Coopersmith2006-07-247-0/+76
* | ANSIfy some static function definitionsAlan Coopersmith2006-07-243-22/+21
* | Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith2006-07-245-7/+7
* | Remove unused variableAlan Coopersmith2006-07-241-4/+1
* | Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint).Eric Anholt2006-07-211-1/+1
* | set GIT_DIR=${srcdir}/.git for git-logMatthieu Herrb2006-07-161-1/+1
* | Add a .PHONY to ensure the ChangeLog isn't stale.Aaron Plattner2006-07-111-0/+2
* | add Indian language localesMayank Jain2006-07-112-0/+24
* | Fix for autoconf 2.60 issue.Matthias Hopf2006-07-042-1/+4
* | Work around recent autoconf (2.59?) changes in directory expansion.Keith Packard2006-07-011-10/+18
* | Xlib/XCB: handle 32-bit sequence wrap.Keith Packard2006-07-012-4/+7
* | Bug #7349: Missed one of the setuid fixes.Donnie Berkholz2006-06-291-1/+5
* | Update to final Compose cache directory location.Matthias Hopf2006-06-291-1/+1