summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-02Release libxcb 1.0 RC3 (0.9.93).1.0-RC3Jamey Sharp2-2/+31
2006-10-29Added initial doxygen generation stuff. This should probably be cleaned up l...Jeremy Kolb jkolb@brandeis.edu1-3/+60
2006-10-20fix doxy docTORRI Vincent1-9/+8
2006-10-19Add doxygen config file.Jamey Sharp2-0/+1253
2006-10-19Quit treating xproto specially: handle it like all the extensions.Jamey Sharp1-23/+8
2006-10-19Ignore generated xinerama files.Jamey Sharp1-0/+1
2006-10-16Also test xcb_parse_display with NULL argument and display in $DISPLAYJosh Triplett1-34/+73
2006-10-15Match only XCB-namespaced XID generators when converting to xcb_generate_id.Jamey Sharp1-1/+1
2006-10-14Define and use constants for opcode numbers.Zephaniah E. Hull1-1/+2
2006-10-12Add library support for xcb-xinerama.Jeremy Kolb4-1/+22
2006-10-08Add note to xcbxlib.h that nothing except Xlib/XCB should use it.Josh Triplett1-0/+3
2006-10-07Release libxcb 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp4-3/+248
2006-10-07Bugfix: make Plan 7 'checked' requests work correctly.Jamey Sharp1-2/+3
2006-10-07Document xcb_generate_id.Ian Osgood1-0/+8
2006-10-07Move xcb_generate_id from xcbext.h to xcb.hJosh Triplett2-5/+5
2006-10-07Stop implicitly importing xproto; goes with proto change to explicitly import itJosh Triplett1-3/+0
2006-10-07Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".Jamey Sharp1-1/+5
2006-10-07Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLEJosh Triplett1-3/+3
2006-10-06api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...Jamey Sharp1-0/+1
2006-10-06Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.hJosh Triplett1-1/+2
2006-10-06Remove XID wrapper structures and replace them with uint32_t typedefsJosh Triplett1-9/+1
2006-10-06Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.Jamey Sharp2-9/+0
2006-10-06Remove the 'int *error' out-parameter for xcb_poll_for_event.Jamey Sharp2-24/+7
2006-10-04Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ...Jamey Sharp4-2/+60
2006-10-04Factor out pthread_mutex_lock and unlock calls for the iolock.Jamey Sharp4-16/+28
2006-09-30fix some indentation, remove args of the main function (not needed), xcb_sync...TORRI Vincent1-32/+32
2006-09-30update tutorial to the new api. Add some doc about cursors. Add some colors t...TORRI Vincent2-1196/+1266
2006-09-25Release libxcb 1.0 RC1 (0.9.91).1.0-RC1Jamey Sharp1-1/+1
2006-09-25Stop installing the protocol descriptions for extensions to an extensions/Josh Triplett4-97/+112
2006-09-25Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballsJosh Triplett1-0/+2
2006-09-25Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.Jamey Sharp1-1/+1
2006-09-25Move header files to $includedir/xcb (generally $prefix/include/xcb).Jamey Sharp2-1/+2
2006-09-25Split the Xlib compatibility functions into a separate library libxcb-xlibJosh Triplett3-2/+18
2006-09-25Move debian/ directory to new branch "debian".Jamey Sharp45-1525/+0
2006-09-25We no longer need xproto: do not list it as a dependency.Jamey Sharp4-5/+3
2006-09-25Lowercase library names to correspond with the new API.Jamey Sharp64-243/+243
2006-09-24Add XCBAllPlanes from xcb-image util library.Ian Osgood1-0/+1
2006-09-24Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett1-0/+29
2006-09-24now, I know how to use api_conv.pl :)TORRI Vincent1-0/+17
2006-09-23Remove the xcb_[extension]_init functions; use xcb_get_extension_data directlyJosh Triplett1-5/+0
2006-09-23More fixups for incorrect API conversions by api_conv.plJosh Triplett2-14/+13
2006-09-23Convert the XCB test suite to the new APIJosh Triplett1-11/+11
2006-09-23Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.Jamey Sharp2-21/+572
2006-09-23We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.cJosh Triplett1-10/+2
2006-09-23Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd typesJosh Triplett2-15/+3
2006-09-23The Great XCB RenamingJosh Triplett14-392/+506
2006-09-23Special cases to agree with the conventions Josh and I have hashed out.Jamey Sharp1-2/+35
2006-09-22Handle remaining incorrect API translations in api_conv.pl.Jamey Sharp1-2/+15
2006-09-22Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.Jamey Sharp1-3/+3
2006-09-22List xproto.xml path explicitly instead of relying on GNU Make $< expansionAlan Coopersmith1-1/+1