index
:
~arnau/util-image
master
image XCB util library
arnau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
Bump version to 0.3.8
HEAD
master
Arnaud Fontaine
1
-1
/
+1
2010-08-09
Split image up into its own repository
Arnaud Fontaine
9
-96
/
+20
2010-06-24
Delete callback-based APIs for events, properties, and replies.
Jamey Sharp
1
-10
/
+0
2010-06-24
test.xbm is part of the source code for test_bitmap.c.
Jamey Sharp
1
-1
/
+1
2010-06-24
Ensure that xcb-image sample apps get built.
Jamey Sharp
1
-1
/
+1
2010-06-23
Fix typos in various header comments
Alan Coopersmith
1
-2
/
+2
2010-02-11
Add AM_MAINTAINER_MODE for vendors
Arnaud Fontaine
1
-0
/
+1
2009-12-13
icccm: atoms previously defined in xcb_atom are now defined in xproto
Arnaud Fontaine
1
-1
/
+1
2009-10-20
Update autogen.sh to one that does builddir != srcdir
Jon TURNEY
1
-1
/
+10
2009-09-25
Bump version to 0.3.7
Arnaud Fontaine
1
-1
/
+1
2009-08-03
Bump version to 0.3.6
Arnaud Fontaine
1
-1
/
+1
2009-08-03
event: update to libxcb 1.4
Arnaud Fontaine
1
-1
/
+1
2009-06-03
Check for ssize_t in configure for xcb-util-common.h
Arnaud Fontaine
1
-1
/
+5
2009-05-30
Typo in configure.ac
Mikhail Gusarov
1
-1
/
+1
2009-05-29
Release xcb-util 0.3.5
Julien Danjou
1
-1
/
+1
2009-05-25
Add a check on xproto version libxcb was compiled with
Bob Ham
1
-1
/
+20
2009-05-09
icccm: fix compatibility with libxcb > 1.2
Julien Danjou
1
-1
/
+1
2009-04-23
Make sure m4 supports -I flag, if not, try finding gnu m4
Alan Coopersmith
1
-2
/
+18
2009-04-15
bump version to 0.3.4
Julien Danjou
1
-1
/
+1
2009-04-02
wm: remove
Julien Danjou
1
-1
/
+0
2009-01-31
Release xcb-util 0.3.3
Julien Danjou
1
-1
/
+1
2008-12-16
Release xcb-util 0.3.2
Julien Danjou
1
-1
/
+1
2008-11-21
build: add check for xproto >= 7.0.8
Julien Danjou
1
-0
/
+1
2008-11-21
Fix copyright statement
Jonathan Landis
6
-1
/
+140
2008-11-20
Release xcb-util 0.3.1
Julien Danjou
1
-1
/
+1
2008-11-07
configure: stop if m4 is not found
Julien Danjou
1
-1
/
+4
2008-10-06
Do not cast the return value of malloc() in modern C.
Ulrich Eckhardt
1
-1
/
+1
2008-10-01
more endianness patches
Peter Harris
1
-2
/
+26
2008-09-16
doc: enable doxygen doc in various submodule
Julien Danjou
1
-1
/
+5
2008-09-16
doc: add various authors, remove old todo item
Julien Danjou
1
-5
/
+8
2008-09-16
event: define XCB_EVENT_RESPONSE_TYPE_MASK
Julien Danjou
1
-1
/
+2
2008-09-15
[icccm] Bump library version number to 0.3.0.
Arnaud Fontaine
1
-1
/
+1
2008-09-15
[atom] Move '*discriminated_atom*' functions from icccm to atom
Arnaud Fontaine
1
-0
/
+1
2008-09-15
return on error to avoid null dereference in assert
Henning Sten
1
-1
/
+3
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
2008-09-07
Add image conversion test case for 'make check'
Keith Packard
2
-0
/
+219
2008-08-01
prepare 0.2.1 release
Julien Danjou
1
-1
/
+1
2008-03-09
added some gratuitous but harmless image pointer zeroing at the suggestion of...
Bart Massey
1
-1
/
+4
2008-03-05
merged event loop split with last patch
Bart Massey
0
-0
/
+0
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 kl...
Bart Massey
3
-3
/
+5
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 t...
Bart Massey
2
-55
/
+9
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 create_pixmap_from_bitmap_data...
Bart Massey
2
-8
/
+33
2007-12-08
added xcb_image_subimage()
Bart Massey
2
-1
/
+114
[next]