- Timestamp:
- 08/30/07 08:20:21 (1 year ago)
- Files:
-
- trunk/X11/CHANGES (modified) (1 diff)
- trunk/X11/README (modified) (3 diffs)
- trunk/X11/TODO (modified) (1 diff)
- trunk/X11/xcb (added)
- trunk/X11/xcb/README (added)
- trunk/X11/xcb/example.d (added)
- trunk/X11/xcb/xcb.d (added)
- trunk/X11/xcb/xcbbuild.sh (added)
- trunk/X11/xcb/xslt (added)
- trunk/X11/xcb/xslt/bigreq.xml (added)
- trunk/X11/xcb/xslt/composite.xml (added)
- trunk/X11/xcb/xslt/d-client.xsl (added)
- trunk/X11/xcb/xslt/damage.xml (added)
- trunk/X11/xcb/xslt/dpms.xml (added)
- trunk/X11/xcb/xslt/glx.xml (added)
- trunk/X11/xcb/xslt/randr.xml (added)
- trunk/X11/xcb/xslt/record.xml (added)
- trunk/X11/xcb/xslt/render.xml (added)
- trunk/X11/xcb/xslt/res.xml (added)
- trunk/X11/xcb/xslt/screensaver.xml (added)
- trunk/X11/xcb/xslt/shape.xml (added)
- trunk/X11/xcb/xslt/shm.xml (added)
- trunk/X11/xcb/xslt/sync.xml (added)
- trunk/X11/xcb/xslt/xc_misc.xml (added)
- trunk/X11/xcb/xslt/xcb.xsd (added)
- trunk/X11/xcb/xslt/xevie.xml (added)
- trunk/X11/xcb/xslt/xf86dri.xml (added)
- trunk/X11/xcb/xslt/xfixes.xml (added)
- trunk/X11/xcb/xslt/xinerama.xml (added)
- trunk/X11/xcb/xslt/xprint.xml (added)
- trunk/X11/xcb/xslt/xproto.xml (added)
- trunk/X11/xcb/xslt/xtest.xml (added)
- trunk/X11/xcb/xslt/xv.xml (added)
- trunk/X11/xcb/xslt/xvmc.xml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/X11/CHANGES
r202 r203 1 Release 0.11 ALPHA: 2 ================== 3 added: Full xcb bindings 4 1 5 Release 0.1 ALPHA: 2 6 ================== trunk/X11/README
r202 r203 3 3 1)What is it ? 4 4 ------------ 5 This is a binding of Xlib for D language (version 1)5 This is a binding of Xlib and xcb for D language (version 1) 6 6 7 7 2)I found a bug and/or I want to patch this binding … … 10 10 You can also patch directly here http://www.dsource.org/projects/bindings 11 11 12 3)How I use thisbinding ?12 3)How I use Xlib binding ? 13 13 -------------------------- 14 14 … … 32 32 http://tronche.com/gui/x/xlib/ for documentation 33 33 34 5)How I use xcb binding ? 35 ------------------------- 36 Read README file in xcb directory 34 37 35 5)I want to improove this binding what I can do?38 6)I want to improove this binding what I can do? 36 39 ------------------------------------------------ 37 40 ->read TODO file trunk/X11/TODO
r202 r203 3 3 4 4 -Test test and retest ! You can share your code for a Test Suite 5 -Bind other X11 libra iry extensions5 -Bind other X11 library extensions 6 6 -Write other example code
