summaryrefslogtreecommitdiff
path: root/doc/tutorial
AgeCommit message (Collapse)Author
2010-08-05Tutorial uses wrong function.Eamon Walsh
https://bugs.freedesktop.org/show_bug.cgi?id=29392 Signed-off-by: Eamon Walsh <efw@eamonwalsh.com>
2009-12-08Tutorial code fixJim Ingram
Accessed elements of names[] after freeing them in the first example. Signed-off-by: Julien Danjou <julien@danjou.info>
2009-10-15Fix typo in the tutorial.Eric Anholt
2007-04-12remove the 7th bit of the response_type for the event loopsTORRI Vincent
2007-02-07and make the html code valid...TORRI Vincent
2007-02-07font partTORRI Vincent
2007-02-07no more xid or id fieldsTORRI Vincent
2007-02-06add the complete cursor example. Make the html code validTORRI Vincent
2007-01-13fix all the occurence where a drawable where considered as a unionTORRI Vincent
2006-11-24replace all the _new functions with xcb_generate_id. repalce X11/XCB with ↵TORRI Vincent
xcb. Fix a description of the default background of a window
2006-09-30fix some indentation, remove args of the main function (not needed), ↵TORRI Vincent
xcb_sync -> xcb_aux_sync. Jamey, it seems that your script transforms XCBGetSetup into a type, instead of a function. Same for XCBSetupVendor. Maybe there are other fuctions that have the same problem.
2006-09-30update tutorial to the new api. Add some doc about cursors. Add some colors ↵TORRI Vincent
to section 6 (Opening and closing the connection to an X server). Tell me if you want to keep colors or not (colors can be modified in xcb.css)
2006-08-14Tutorial corrections.Thomas Hunger
2006-07-25fix closing <b> tagTORRI Vincent
2006-04-27Fix tutorial to use XCBSetup rather than the previous deprecated name ↵Josh Triplett
XCBConnSetupSuccessRep.
2006-04-27Remove execute bit on tutorial.Josh Triplett
2006-03-22Work on the tutorial, and update xproto.xml to match:Ian Osgood
* Fixed grammar * Answered some TODO's and added some more * Updated X.h constants to those in xproto.h * Added enumerations used in tutorial to xproto.xml * Prefered XCBFlush to XCBSync * Corrected and refactored the "events" example I extracted the examples to test them. Where should I put them?
2006-03-05wrong spacesTORRI Vincent
2006-03-05fix some font sizesTORRI Vincent
2006-03-05fixes + valid cssTORRI Vincent
2006-03-05fixes + valid cssTORRI Vincent
2006-03-05lots of fixes. Thanks to Indan ZupancicTORRI Vincent
2006-03-05lots of fixes. Thanks to Indan ZupancicTORRI Vincent
2006-02-18Remove xcl and CVSROOT.Josh Triplett