summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10Add xkb_internals and xkb_issues to EXTRA_DIST.Arnaud Fontaine1-1/+3
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris2-0/+87
2010-08-16small fix to get rid of some compiler warningsChristoph Reimann2-0/+87
also added very basic documentation for xkb
2010-08-05Tutorial uses wrong function.Eamon Walsh1-2/+2
https://bugs.freedesktop.org/show_bug.cgi?id=29392 Signed-off-by: Eamon Walsh <efw@eamonwalsh.com>
2009-12-08Tutorial code fixJim Ingram1-2/+2
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 Anholt1-1/+1
2007-04-12remove the 7th bit of the response_type for the event loopsTORRI Vincent1-4/+5
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-13fix all the occurence where a drawable where considered as a unionTORRI Vincent1-18/+18
2006-11-24replace all the _new functions with xcb_generate_id. repalce X11/XCB with ↵TORRI Vincent1-35/+35
xcb. Fix a description of the default background of a window
2006-11-23Rewrite automake's data installation rules, because they suck.Josh Triplett1-15/+25
Specifically, they didn't handle installing data from both srcdir and builddir. We have the tutorial in the srcdir, and build the manual in the builddir. Also, stop rebuilding the manual for each make target in the doc directory, and every time any of those targets get called. This change now makes the manual never rebuild once built; we plan to fix that later, by rewriting the makefiles to avoid recursive make, and then making the manual depend on the source files. Commit by Jamey Sharp and Josh Triplett.
2006-11-23Rework doxygen build and install to work with srcdir != builddirJosh Triplett3-2/+1257
The documentation generation with doxygen now works when built out of tree, with srcdir != builddir. xcb.doxygen now gets generated from xcb.doxygen.in, so that it can use top_builddir and top_srcdir to find source and to output documentation. Also fill in PROJECT_NUMBER from @VERSION@, now that we have it readily available via autoconf.
2006-11-18Make doc installation work and simplify doc/Makefile.am.Jamey Sharp1-24/+15
Don't override the default htmldir with an unquoted copy. Don't suppress `make` echoing on Doxygen commands. Ensure the tutorial is always installed even if Doxygen isn't available. Take better advantage of the automake installation infrastructure.
2006-11-05add Makefile.am for building/installing doxygen docTORRI Vincent1-0/+40
2006-10-19Add doxygen config file.Jamey Sharp1-0/+1
Thanks to Jeremy Kolb <jkolb@brandeis.edu> for the initial version.
2006-09-30fix some indentation, remove args of the main function (not needed), ↵TORRI Vincent1-32/+32
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 Vincent2-1196/+1266
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 Hunger1-2/+2
2006-07-25fix closing <b> tagTORRI Vincent1-1/+1
2006-04-27Fix tutorial to use XCBSetup rather than the previous deprecated name ↵Josh Triplett1-26/+26
XCBConnSetupSuccessRep.
2006-04-27Remove execute bit on tutorial.Josh Triplett2-0/+0
2006-03-22Work on the tutorial, and update xproto.xml to match:Ian Osgood1-220/+252
* 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 Vincent1-7/+7
2006-03-05fix some font sizesTORRI Vincent1-1/+0
2006-03-05fixes + valid cssTORRI Vincent1-8/+13
2006-03-05fixes + valid cssTORRI Vincent1-3/+20
2006-03-05lots of fixes. Thanks to Indan ZupancicTORRI Vincent1-1642/+1643
2006-03-05lots of fixes. Thanks to Indan ZupancicTORRI Vincent1-30/+33
2006-02-18Remove xcl and CVSROOT.Josh Triplett2-0/+3854