summaryrefslogtreecommitdiff
path: root/renderutil
AgeCommit message (Collapse)AuthorFilesLines
2007-02-21and rename renderUtil to render-utilTORRI Vincent2-5/+5
2007-02-21rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2-6/+6
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
2006-10-18Rename enumerations to coding standard.Ian Osgood2-102/+101
Make find_standard_format require the new enum.
2006-10-15Oops, glyphcmds aren't in network byte order.Ian Osgood1-13/+8
2006-10-14Simplify xcb_render_util_composite_text, add ↵Jamey Sharp2-26/+70
xcb_render_util_composite_text_checked.
2006-10-14Const correctness.Ian Osgood2-6/+6
2006-10-14Implement a prototype API for xcb_render_util_composite_textIan Osgood3-1/+316
This API wraps xcb_render_composite_glyphs_8/16/32, making them usable. This currently has the limitation of not supporting lists of glyphs longer than 252 for text_8 or 254 otherwise. Currently untested; work into cairo or demo/rendertest.
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood2-16/+16
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp1-1/+1
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood3-69/+69
Many of the exported library functions still need to follow the new convention.
2006-07-31The formats argument of XCBRenderUtilFindVisualFormat must be const.Jamey Sharp2-2/+4
2006-07-31Plan 7 has been implemented, so xcb_renderutil compiles without faked ↵Jamey Sharp1-5/+0
prototypes.
2006-06-12New utility library: port of libXrender utility functions.Jamey Sharp5-0/+589