summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-02Release xcb-util 0.20.2Jamey Sharp2-1/+43
2007-03-02Add NEWS file for 0.2 releaseIan Osgood1-0/+14
2007-02-21and rename renderUtil to render-utilTORRI Vincent2-5/+5
2007-02-21rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...TORRI Vincent21-73/+73
2007-02-07icccm: new naming conventionThomas Hunger2-211/+211
2007-02-07wm: new naming conventionThomas Hunger6-58/+58
2006-11-12Bug #7150: Rename "len" to "namelen" to avoid m4 substitutionAlan Coopersmith1-6/+6
2006-11-12Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...Alan Coopersmith10-9/+19
2006-11-12Clean up built sources. Makes `distcheck` pass.Jamey Sharp1-0/+1
2006-11-12Bug #6781: make util compile with srcdir != builddir.Jamey Sharp3-9/+9
2006-11-10explicit braces to avoid ambiguous 'else' and return valueTORRI Vincent1-0/+3
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-07PropertyChanged was renamed to property_changed: update wm/manage.c.Jamey Sharp1-1/+1
2006-10-07Use xcb_poll_for_reply instead of the now-gone xcb_get_request_read.Jamey Sharp3-60/+64
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood13-196/+196
2006-09-26Install headers to "xcb", not "X11/XCB".Ian Osgood1-1/+1
2006-09-26Naming changes must go into m4 files.Ian Osgood2-7/+7
2006-09-25libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp18-21/+21
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood29-1485/+1486
2006-09-24Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett1-0/+30
2006-09-12Removed GNU make constructs from Makefile.Bart Massey1-8/+8
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-07-28it's also probably a good idea to update the header file...TORRI Vincent1-0/+27
2006-07-28typoTORRI Vincent1-1/+1
2006-07-28add GetWMIconName and WM_CLIENT_MACHINE functionsTORRI Vincent1-20/+77
2006-07-28use XCBNone instead of NoneTORRI Vincent1-2/+2
2006-07-28add AllocWMHints and SetWMHints functions. Remove trailing spaces. Fix an ind...TORRI Vincent2-18/+34
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood3-28/+28
2006-06-12New utility library: port of libXrender utility functions.Jamey Sharp7-1/+592
2006-06-08XCBImagePut returns 1 when no problem occursTORRI Vincent1-1/+1
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent8-21/+114
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood2-0/+7
2006-05-10Don't link xcbwm_test to libXCBAtom; xcbwm_test doesn't use libXCBAtom directly.Josh Triplett1-1/+0
2006-05-07Add correct dependencies in xcb-util.Donnie Berkholz5-33/+61
2006-05-02I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of unsign...TORRI Vincent1-4/+1
2006-05-02add XCBImageAllPlanes constantTORRI Vincent1-0/+4
2006-04-29Add some error checkingIan Osgood1-1/+7
2006-04-28Add m4 files to EXTRA_DIST.0.1Josh Triplett1-1/+1
2006-04-28fix warningsTORRI Vincent3-10/+10
2006-04-28Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcbTORRI Vincent1-1/+6
2006-04-28leak fixedTORRI Vincent1-1/+6
2006-04-28Make xcb_keysyms.h self-contained by including xcb.hJosh Triplett1-1/+1
2006-04-28xcb-icccm doesn't use xcb-event; it just needs the headers due to xcb-propert...Josh Triplett2-2/+1
2006-04-28Make xcb_image.h self-contained by including the xcb.h and shm.h headers. Re...Josh Triplett4-9/+9
2006-04-28s/HACKMEM/HAKMEM/ in a comment.Josh Triplett1-1/+1