Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-15 | [property] Add missing xcb_get_any_property_unchecked(). | Arnaud Fontaine | 2 | -0/+17 | |
2008-09-15 | [icccm] Make xcb_get_text_property() public as it might be useful for | Arnaud Fontaine | 2 | -1/+8 | |
upper-level applications. | |||||
2008-09-15 | return on error to avoid null dereference in assert | Henning Sten | 1 | -1/+3 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-07 | Add test_swap to image/.gitignore | Keith Packard | 1 | -0/+1 | |
2008-09-07 | Rework image format conversion code to pass test_swap test case. | Keith Packard | 1 | -169/+113 | |
Numerous bugs were uncovered with the new test case, this fixes all of them. Perhaps this code will work on MSB machines now? | |||||
2008-09-07 | xcb_mask must not be zero when n == 32. | Keith Packard | 1 | -1/+1 | |
left shift of a 32-bit value by 32 is undefined, don't try to use it. | |||||
2008-09-07 | Add image conversion test case for 'make check' | Keith Packard | 2 | -0/+219 | |
test_swap converts between most possible image formats, checking results against a fixed image. | |||||
2008-08-06 | icccm: fix wrong variable initialization | Julien Danjou | 1 | -1/+1 | |
Thanks Ian Osgood for the hint. Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-08-06 | icccm: fix memory leak in xcb_get_wm_hints() | Julien Danjou | 1 | -9/+6 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-08-01 | prepare 0.2.1 release0.2.1 | Julien Danjou | 1 | -1/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-07-24 | icccm: add urgency hint functions | Julien Danjou | 2 | -0/+14 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-06-22 | icccm: add xcb_get_wm_transient_for() | Julien Danjou | 2 | -0/+33 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-04-27 | [icccm]: Remove useless function for accessing 'flags' which were also | Arnaud Fontaine | 2 | -263/+68 | |
buggy because they were returning a 'uint8_t' whereas 'flags' is a 'uint32_t'. | |||||
2008-04-10 | [icccm]: correctly copy the reply value according to its format | Arnaud Fontaine | 1 | -1/+2 | |
2008-04-09 | [icccm]: fix incorrect pointer usage | Arnaud Fontaine | 2 | -38/+36 | |
2008-03-09 | added some gratuitous but harmless image pointer zeroing at the suggestion ↵ | Bart Massey | 1 | -1/+4 | |
of Vincent Torri | |||||
2008-03-05 | fixed missed reference in previous patch | Bart Massey | 1 | -1/+1 | |
2008-03-05 | merged event loop split with last patch | Bart Massey | 3 | -4/+15 | |
2008-03-05 | made xcb_handle_event() externally visible | Bart Massey | 2 | -2/+3 | |
2008-01-28 | Add xcb_poll_for_event_loop and rename xcb_event_loop to match. | Arnaud Fontaine | 3 | -4/+15 | |
I'm currently porting Awesome[0] from Xlib to XCB as a school project for my bachelor. I discussed with Vincent about adding a non-blocking xcb_event_loop on IRC because I had to write one for Awesome and wondered if this kind of function could be added to xcb-util. [0] http://awesome.naquadah.org Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2008-01-27 | added test.xbm to image | Bart Massey | 2 | -1/+471 | |
2008-01-27 | made image tests compile when not installed; fixed regression in test_formats.c | Bart Massey | 4 | -8/+8 | |
2008-01-27 | stopped image test programs from being built by default | Bart Massey | 1 | -1/+1 | |
2008-01-27 | sorted out dependencies for building while uninstalled---includes horrible ↵ | Bart Massey | 3 | -3/+5 | |
kludges | |||||
2007-12-17 | re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the report | Bart Massey | 1 | -1/+1 | |
2007-12-08 | fixed check for SHM in test_xcb_image_shm | Bart Massey | 1 | -33/+23 | |
2007-12-08 | added INSET argument to test_bitmap and cleaned up subimage stuff | Bart Massey | 1 | -7/+7 | |
2007-12-08 | took out clever code for subimage copying and left_shift for now, as it was ↵ | Bart Massey | 2 | -55/+9 | |
too broken | |||||
2007-12-08 | extended test_bitmap to handle subimage test | Bart Massey | 1 | -11/+40 | |
2007-12-08 | added create_image_from_bitmap_data(), adapted ↵ | Bart Massey | 2 | -8/+33 | |
create_pixmap_from_bitmap_data() to use | |||||
2007-12-08 | added xcb_image_subimage() | Bart Massey | 2 | -1/+114 | |
2007-12-08 | fixed existing roundups, added rounddowns | Bart Massey | 1 | -5/+43 | |
2007-12-08 | added aux_clear_window() for xlib compatibility, in spite of misgivings | Bart Massey | 2 | -0/+13 | |
2007-12-07 | fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming | Bart Massey | 1 | -2/+2 | |
2007-12-07 | used doxygen -u to create a much more elaborate doxyfile | Bart Massey | 1 | -42/+1204 | |
2007-12-07 | ...and in with the new image library | Bart Massey | 10 | -0/+2444 | |
2007-12-07 | out with the old image library... | Bart Massey | 8 | -1598/+0 | |
2007-12-07 | added fast inline bitops xcb_bitops.h | Bart Massey | 2 | -1/+175 | |
2007-12-07 | added aux_set_line_attributes_checked | Bart Massey | 2 | -0/+30 | |
2007-12-07 | added PARAM macros | Bart Massey | 1 | -0/+7 | |
2007-12-07 | xcb_aux_parse_color() | Bart Massey | 2 | -0/+50 | |
2007-12-07 | added checked version of aux_change_gc function | Bart Massey | 2 | -0/+16 | |
2007-12-07 | added checked versions of aux_create_window and aux_create_gc functions | Bart Massey | 2 | -0/+55 | |
2007-12-07 | added xcb_aux_find_visual functions | Bart Massey | 2 | -0/+43 | |
2007-12-07 | added xcb_aux_get_depth_by_visual_id() | Bart Massey | 6 | -4/+22 | |
2007-11-06 | All util libraries require the XCB 1.0 API; check for it in configure. | Jamey Sharp | 1 | -1/+1 | |
2007-05-12 | atom: Replace 'char *atom_names[]' with one big string and array of offsets. | Tilman Sauerbeck | 1 | -4/+10 | |
This reduces the memory footprint of libxcb-atom.so, and the number of relocations that have to be performed on load. before: atom/.libs/libxcb-atom.so: 73 relocations text data bss dec hex filename 9587 588 132 10307 2843 atom/.libs/libxcb-atom.so after: atom/.libs/libxcb-atom.so: 5 relocations text data bss dec hex filename 9183 316 132 9631 259f atom/.libs/libxcb-atom.so Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2007-05-12 | Bug #10877: Fixed the atom values that are written to the hash table. | Tilman Sauerbeck | 1 | -0/+1 | |
Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2007-04-09 | add _checked version of the _set_ functions | TORRI Vincent | 2 | -9/+116 | |
2007-04-07 | missing namespace for alloc_wm_hints in xcb_icccm.h | TORRI Vincent | 1 | -1/+1 | |