summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-05made xcb_handle_event() externally visibleBart Massey2-2/+3
2008-01-28Add xcb_poll_for_event_loop and rename xcb_event_loop to match.Arnaud Fontaine3-4/+15
2008-01-27added test.xbm to imageBart Massey2-1/+471
2008-01-27made image tests compile when not installed; fixed regression in test_formats.cBart Massey4-8/+8
2008-01-27stopped image test programs from being built by defaultBart Massey1-1/+1
2008-01-27sorted out dependencies for building while uninstalled---includes horrible kl...Bart Massey3-3/+5
2007-12-17re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the reportBart Massey1-1/+1
2007-12-08fixed check for SHM in test_xcb_image_shmBart Massey1-33/+23
2007-12-08added INSET argument to test_bitmap and cleaned up subimage stuffBart Massey1-7/+7
2007-12-08took out clever code for subimage copying and left_shift for now, as it was t...Bart Massey2-55/+9
2007-12-08extended test_bitmap to handle subimage testBart Massey1-11/+40
2007-12-08added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...Bart Massey2-8/+33
2007-12-08added xcb_image_subimage()Bart Massey2-1/+114
2007-12-08fixed existing roundups, added rounddownsBart Massey1-5/+43
2007-12-08added aux_clear_window() for xlib compatibility, in spite of misgivingsBart Massey2-0/+13
2007-12-07fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable namingBart Massey1-2/+2
2007-12-07used doxygen -u to create a much more elaborate doxyfileBart Massey1-42/+1204
2007-12-07...and in with the new image libraryBart Massey10-0/+2444
2007-12-07out with the old image library...Bart Massey8-1598/+0
2007-12-07added fast inline bitops xcb_bitops.hBart Massey2-1/+175
2007-12-07added aux_set_line_attributes_checkedBart Massey2-0/+30
2007-12-07added PARAM macrosBart Massey1-0/+7
2007-12-07xcb_aux_parse_color()Bart Massey2-0/+50
2007-12-07added checked version of aux_change_gc functionBart Massey2-0/+16
2007-12-07added checked versions of aux_create_window and aux_create_gc functionsBart Massey2-0/+55
2007-12-07added xcb_aux_find_visual functionsBart Massey2-0/+43
2007-12-07added xcb_aux_get_depth_by_visual_id()Bart Massey6-4/+22
2007-11-06All util libraries require the XCB 1.0 API; check for it in configure.Jamey Sharp1-1/+1
2007-05-12atom: Replace 'char *atom_names[]' with one big string and array of offsets.Tilman Sauerbeck1-4/+10
2007-05-12Bug #10877: Fixed the atom values that are written to the hash table.Tilman Sauerbeck1-0/+1
2007-04-09add _checked version of the _set_ functionsTORRI Vincent2-9/+116
2007-04-07missing namespace for alloc_wm_hints in xcb_icccm.hTORRI Vincent1-1/+1
2007-04-06 event/events.cTORRI Vincent9-540/+544
2007-03-02Release xcb-util 0.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