index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2007-11-04
Revert "Generate error constants as XCB_BAD_*, similar to Xlib."
Jamey Sharp
2007-10-28
Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
Jamey Sharp
2007-10-28
Factor pthread_cond_wait(iolock) to _xcb_wait_io.
Jamey Sharp
2007-10-23
Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
Jamey Sharp
2007-07-19
Allow unix:<screen> style display names again.
Egbert Eich
2007-06-13
Send locking assertion backtraces to stderr. Improve the heading on the back...
Josh Triplett
2007-06-06
Print backtraces in case an assert fails inside xlib/xcb.
Christoph Pfister
2007-06-02
xcb_poll_for_event: Return already-read events before read(2)ing again.
Jamey Sharp
2007-04-13
Generate error constants as XCB_BAD_*, similar to Xlib.
Ian Osgood
2007-04-10
Modify new attribute from previous patch so that it is necessary only on
Eamon Walsh
2007-03-29
Replaces special-casing in c-client stylesheet with support
Eamon Walsh
2007-02-27
add the first step toward the documentation of the request/reply functions. T...
TORRI Vincent
2007-01-22
add doxygen doc for the *_end functions
TORRI Vincent
2006-11-28
add doc tag for the _next functions. It creates doxygen doc in the header fil...
TORRI Vincent
2006-11-24
NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
Jamey Sharp
2006-11-23
Avoid race condition when using multiple make jobs
Diego 'Flameeyes' Pettenò
2006-11-22
Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead
Josh Triplett
2006-11-22
xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO...
Jamey Sharp
2006-11-22
Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b...
Jamey Sharp
2006-11-21
Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs
Josh Triplett
2006-11-21
Fix IP6 work for FreeBSD/Mac.
Ian Osgood
2006-11-21
Support XDM-AUTHORIZATION-1 on IPv6
Josh Triplett
2006-11-20
Refactor auth code to get display number from xcb_connect
Josh Triplett
2006-11-20
Only use AI_NUMERICSERV if defined.
Josh Triplett
2006-11-20
Support authentication for IPv6 connections
Josh Triplett
2006-11-20
Support displays with IPv6 addresses or hosts which resolve to IPv6 addresses
Josh Triplett
2006-11-19
Bug #5958: Also zero out the implicit pad byte in empty requests.
Jamey Sharp
2006-11-19
Remove support for the <localfield> tag: nothing needs it.
Jamey Sharp
2006-11-19
Bug #5958: zero out padding bytes in requests.
Jamey Sharp
2006-11-18
Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...
Jamey Sharp
2006-11-18
Fix Doxygen warnings.
Jamey Sharp
2006-10-29
Added initial doxygen generation stuff. This should probably be cleaned up l...
Jeremy Kolb jkolb@brandeis.edu
2006-10-20
fix doxy doc
TORRI Vincent
2006-10-19
Quit treating xproto specially: handle it like all the extensions.
Jamey Sharp
2006-10-19
Ignore generated xinerama files.
Jamey Sharp
2006-10-14
Define and use constants for opcode numbers.
Zephaniah E. Hull
2006-10-12
Add library support for xcb-xinerama.
Jeremy Kolb
2006-10-08
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
Josh Triplett
2006-10-07
Release libxcb 1.0 RC2 (0.9.92).
1.0-RC2
Jamey Sharp
2006-10-07
Bugfix: make Plan 7 'checked' requests work correctly.
Jamey Sharp
2006-10-07
Document xcb_generate_id.
Ian Osgood
2006-10-07
Move xcb_generate_id from xcbext.h to xcb.h
Josh Triplett
2006-10-07
Stop implicitly importing xproto; goes with proto change to explicitly import it
Josh Triplett
2006-10-07
Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".
Jamey Sharp
2006-10-07
Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLE
Josh Triplett
2006-10-06
Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h
Josh Triplett
2006-10-06
Remove XID wrapper structures and replace them with uint32_t typedefs
Josh Triplett
2006-10-06
Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.
Jamey Sharp
2006-10-06
Remove the 'int *error' out-parameter for xcb_poll_for_event.
Jamey Sharp
2006-10-04
Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ...
Jamey Sharp
[next]