summaryrefslogtreecommitdiff
path: root/renderutil
AgeCommit message (Expand)AuthorFilesLines
2014-02-17make: compile the library with standard xorg warning flagsGaetan Nadon1-0/+1
2014-02-17make: there should be no attempt to remove any Makefile.in fileGaetan Nadon1-2/+0
2014-02-17make: using EXTRA_DIST for xcb-renderutil.pc.in is redundantGaetan Nadon1-2/+0
2014-02-17make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGSGaetan Nadon1-1/+1
2014-02-17config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon2-0/+8
2013-07-16Fix compilation and linking issues with C++Jochen Keil2-14/+22
2011-10-04Mark DEPTH_MASK as Unsigned intAlan Coopersmith1-1/+1
2011-03-26Link with -no-undefinedJon TURNEY1-0/+1
2010-11-14Check for malloc failure in xcb_render_util_composite_text_stream.Joshua Phillips1-0/+2
2010-11-14and rename renderUtil to render-utilTORRI Vincent2-5/+5
2010-11-14rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent2-6/+6
2006-10-18Rename enumerations to coding standard.Ian Osgood2-102/+101
2006-10-15Oops, glyphcmds aren't in network byte order.Ian Osgood1-13/+8
2006-10-14Simplify xcb_render_util_composite_text, add xcb_render_util_composite_text_c...Jamey Sharp2-26/+70
2006-10-14Const correctness.Ian Osgood2-6/+6
2006-10-14Implement a prototype API for xcb_render_util_composite_textIan Osgood3-1/+316
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
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 prototy...Jamey Sharp1-5/+0
2006-06-12New utility library: port of libXrender utility functions.Jamey Sharp5-0/+589