index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-08
Update Debian packaging for 1.0 RC2 release.
debian-0.9.92-1
Jamey Sharp
2006-10-08
Merge branch 'master' into debian
Jamey Sharp
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
api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...
Jamey Sharp
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
2006-10-04
Factor out pthread_mutex_lock and unlock calls for the iolock.
Jamey Sharp
2006-09-30
fix some indentation, remove args of the main function (not needed), xcb_sync...
TORRI Vincent
2006-09-30
update tutorial to the new api. Add some doc about cursors. Add some colors t...
TORRI Vincent
2006-09-25
Release libxcb 1.0 RC1 (0.9.91).
1.0-RC1
Jamey Sharp
2006-09-25
Stop installing the protocol descriptions for extensions to an extensions/
Josh Triplett
2006-09-25
Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballs
Josh Triplett
2006-09-25
Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.
Jamey Sharp
2006-09-25
Move header files to $includedir/xcb (generally $prefix/include/xcb).
Jamey Sharp
2006-09-25
Split the Xlib compatibility functions into a separate library libxcb-xlib
Josh Triplett
2006-09-25
Ignore the deletion of debian/ from master.
Jamey Sharp
2006-09-25
XCB no longer needs x11proto-core-dev.
Jamey Sharp
2006-09-25
Move debian/ directory to new branch "debian".
Jamey Sharp
2006-09-25
We no longer need xproto: do not list it as a dependency.
Jamey Sharp
2006-09-25
Lowercase library names to correspond with the new API.
Jamey Sharp
2006-09-24
Add XCBAllPlanes from xcb-image util library.
Ian Osgood
2006-09-24
Integrate top-level .gitignore into .gitignore for each subdirectory
Josh Triplett
2006-09-24
now, I know how to use api_conv.pl :)
TORRI Vincent
2006-09-23
Remove the xcb_[extension]_init functions; use xcb_get_extension_data directly
Josh Triplett
2006-09-23
More fixups for incorrect API conversions by api_conv.pl
Josh Triplett
2006-09-23
Convert the XCB test suite to the new API
Josh Triplett
2006-09-23
Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.
Jamey Sharp
2006-09-23
We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.c
Josh Triplett
2006-09-23
Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd types
Josh Triplett
2006-09-23
The Great XCB Renaming
Josh Triplett
2006-09-23
Special cases to agree with the conventions Josh and I have hashed out.
Jamey Sharp
2006-09-22
Handle remaining incorrect API translations in api_conv.pl.
Jamey Sharp
2006-09-22
Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.
Jamey Sharp
2006-09-22
List xproto.xml path explicitly instead of relying on GNU Make $< expansion
Alan Coopersmith
2006-09-21
Shut down the connection in all "fatal" error cases.
Jamey Sharp
2006-09-21
Add a private connection shutdown method for error cases.
Jamey Sharp
2006-09-21
Make all public functions do nothing on an error connection.
Jamey Sharp
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
[prev]
[next]