summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Release libxcb Debian package version 1.1-1.debian-1.1-1debianJamey Sharp2-179/+57
2007-11-05Merge branch 'master' into debianJamey Sharp16-203/+1133
2007-11-04Release libxcb 1.11.1Jamey Sharp3-6/+64
2007-11-04Revert "Generate error constants as XCB_BAD_*, similar to Xlib."Jamey Sharp1-5/+0
2007-10-28Don't hold the xlib-xcb lock while sleeping: that allows deadlock.Jamey Sharp1-1/+25
2007-10-28Factor pthread_cond_wait(iolock) to _xcb_wait_io.Jamey Sharp3-3/+9
2007-10-23Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.Jamey Sharp3-5/+9
2007-07-19Allow unix:<screen> style display names again.Egbert Eich1-32/+66
2007-06-13Send locking assertion backtraces to stderr. Improve the heading on the back...Josh Triplett1-2/+2
2007-06-06Print backtraces in case an assert fails inside xlib/xcb.Christoph Pfister2-3/+37
2007-06-02xcb_poll_for_event: Return already-read events before read(2)ing again.Jamey Sharp1-1/+2
2007-05-22libxcb1-dev: Conflicts and Replaces old libxcb0-dev packages from experimentaldebian-1.0-3Josh Triplett2-0/+9
2007-05-21Fix unit tests for FreeBSDdebian-1.0-2Ian Osgood2-5/+8
2007-05-21Changes for Debian package 1.0-2: incorporate Julien's NMU, add XS-Vcs-Browse...Josh Triplett2-0/+9
2007-05-21Commit changes from Julien Cristau's 1.0-1.1 NMU.debian-1.0-1.1Josh Triplett2-1/+10
2007-04-18Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcbMatthias Hopf2-4/+10
2007-04-13Generate error constants as XCB_BAD_*, similar to Xlib.Ian Osgood1-0/+5
2007-04-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent1-25/+13
2007-04-12remove the 7th bit of the response_type for the event loopsTORRI Vincent1-4/+5
2007-04-11Update autogen.sh to one that does objdir != srcdirMatthias Hopf1-1/+10
2007-04-10Modify new attribute from previous patch so that it is necessary only onEamon Walsh1-4/+4
2007-03-29Replaces special-casing in c-client stylesheet with supportEamon Walsh1-25/+13
2007-02-27add the first step toward the documentation of the request/reply functions. T...TORRI Vincent1-0/+30
2007-02-07and make the html code valid...TORRI Vincent1-7/+8
2007-02-07font partTORRI Vincent1-8/+303
2007-02-07no more xid or id fieldsTORRI Vincent1-38/+23
2007-02-06add the complete cursor example. Make the html code validTORRI Vincent2-30/+411
2007-01-22add doxygen doc for the *_end functionsTORRI Vincent1-0/+9
2007-01-13fix all the occurence where a drawable where considered as a unionTORRI Vincent1-18/+18
2006-12-10Add autogen.sh to EXTRA_DIST.Josh Triplett1-1/+2
2006-12-10Add tools/* to EXTRA_DIST.Josh Triplett1-1/+4
2006-12-10Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to get...debian-1.0-1Jamey Sharp2-1/+3
2006-12-10Use a versioned Build-Depends on libpthread-stubs0-dev, to help buildds find ...Jamey Sharp2-2/+3
2006-12-10Install pkg-config files to /usr/lib/pkgconfig, not /usr/share/pkgconfig.Jamey Sharp23-23/+25
2006-11-28add doc tag for the _next functions. It creates doxygen doc in the header fil...TORRI Vincent1-0/+17
2006-11-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent5-13/+46
2006-11-28add some output informations to configure scriptTORRI Vincent1-3/+23
2006-11-27If enable_build_docs is "no", we don't even try to look for doxygen.Tilman Sauerbeck1-0/+5
2006-11-27Fixed evaluation of the disable-build-docs argument.Tilman Sauerbeck1-1/+1
2006-11-26Fix unit tests for FreeBSDIan Osgood1-5/+6
2006-11-26Add new library, -dev, and -dbg packages for libxcb-xinerama.Josh Triplett4-0/+71
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett2-5/+7
2006-11-25NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp2-1/+6
2006-11-25XS-Vcs-Git, not XS-X-Vcs-Git.Josh Triplett2-2/+2
2006-11-25Remove debian/.gitignore; we don't build in a git tree, and it shouldn't ship.Josh Triplett1-5/+0
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett1-5/+5
2006-11-25Bug #9119: test xcb_popcountIan Osgood1-0/+24
2006-11-24libXau didn't have a correct pkg-config file until 0.99.2: fail if an older v...Jamey Sharp1-1/+1
2006-11-24NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp1-1/+4
2006-11-24replace all the _new functions with xcb_generate_id. repalce X11/XCB with xcb...TORRI Vincent1-35/+35