index
:
xcb/util-image
master
XCB port of Xlib's XImage and XShmImage (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-image)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-23
Bump version to 0.3.8
Arnaud Fontaine
1
-1
/
+1
2010-12-23
Fix GCC warnings due to functions not being declared as static and
Arnaud Fontaine
3
-8
/
+7
2010-12-23
Check whether tmp_image is not NULL before trying to dereference it
Arnaud Fontaine
1
-5
/
+7
2010-12-23
Split image up into its own repository
Arnaud Fontaine
13
-117
/
+298
2010-11-14
test.xbm is part of the source code for test_bitmap.c.
Jamey Sharp
1
-1
/
+1
2010-11-14
Ensure that xcb-image sample apps get built.
Jamey Sharp
1
-1
/
+1
2010-11-14
Fix typos in various header comments
Alan Coopersmith
1
-2
/
+2
2010-11-14
Add AM_MAINTAINER_MODE for vendors
Arnaud Fontaine
1
-0
/
+1
2010-11-14
Update autogen.sh to one that does builddir != srcdir
Jon TURNEY
1
-1
/
+10
2010-11-14
Bump version to 0.3.7
Arnaud Fontaine
1
-1
/
+1
2010-11-14
Bump version to 0.3.6
Arnaud Fontaine
1
-1
/
+1
2010-11-14
Check for ssize_t in configure for xcb-util-common.h
Arnaud Fontaine
1
-1
/
+5
2010-11-14
Typo in configure.ac
Mikhail Gusarov
1
-1
/
+1
2010-11-14
Release xcb-util 0.3.5
Julien Danjou
1
-1
/
+1
2010-11-14
Add a check on xproto version libxcb was compiled with
Bob Ham
1
-1
/
+20
2010-11-14
Make sure m4 supports -I flag, if not, try finding gnu m4
Alan Coopersmith
1
-2
/
+18
2010-11-14
bump version to 0.3.4
Julien Danjou
1
-1
/
+1
2010-11-14
Release xcb-util 0.3.3
Julien Danjou
1
-1
/
+1
2010-11-14
Release xcb-util 0.3.2
Julien Danjou
1
-1
/
+1
2010-11-14
build: add check for xproto >= 7.0.8
Julien Danjou
1
-0
/
+2
2010-11-14
Fix copyright statement
Jonathan Landis
6
-1
/
+140
2010-11-14
Release xcb-util 0.3.1
Julien Danjou
1
-1
/
+1
2010-11-14
configure: stop if m4 is not found
Julien Danjou
1
-1
/
+4
2010-11-14
Do not cast the return value of malloc() in modern C.
Ulrich Eckhardt
1
-1
/
+1
2010-11-14
more endianness patches
Peter Harris
1
-2
/
+26
2010-11-14
doc: enable doxygen doc in various submodule
Julien Danjou
1
-1
/
+5
2010-11-14
doc: add various authors, remove old todo item
Julien Danjou
1
-5
/
+8
2010-11-14
event: define XCB_EVENT_RESPONSE_TYPE_MASK
Julien Danjou
1
-1
/
+2
2010-11-14
[icccm] Bump library version number to 0.3.0.
Arnaud Fontaine
1
-1
/
+1
2010-11-14
return on error to avoid null dereference in assert
Henning Sten
1
-1
/
+3
2010-11-14
Add test_swap to image/.gitignore
Keith Packard
1
-0
/
+1
2010-11-14
Rework image format conversion code to pass test_swap test case.
Keith Packard
1
-169
/
+113
2010-11-14
Add image conversion test case for 'make check'
Keith Packard
2
-0
/
+219
2010-11-14
prepare 0.2.1 release
Julien Danjou
1
-1
/
+1
2010-11-14
added some gratuitous but harmless image pointer zeroing at the suggestion of...
Bart Massey
1
-1
/
+4
2010-11-14
added test.xbm to image
Bart Massey
2
-1
/
+471
2010-11-14
made image tests compile when not installed; fixed regression in test_formats.c
Bart Massey
4
-8
/
+8
2010-11-14
stopped image test programs from being built by default
Bart Massey
1
-1
/
+1
2010-11-14
sorted out dependencies for building while uninstalled---includes horrible kl...
Bart Massey
3
-3
/
+5
2010-11-14
fixed check for SHM in test_xcb_image_shm
Bart Massey
1
-33
/
+23
2010-11-14
added INSET argument to test_bitmap and cleaned up subimage stuff
Bart Massey
1
-7
/
+7
2010-11-14
took out clever code for subimage copying and left_shift for now, as it was t...
Bart Massey
2
-55
/
+9
2010-11-14
extended test_bitmap to handle subimage test
Bart Massey
1
-11
/
+40
2010-11-14
added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data...
Bart Massey
2
-8
/
+33
2010-11-14
added xcb_image_subimage()
Bart Massey
2
-1
/
+114
2010-11-14
used doxygen -u to create a much more elaborate doxyfile
Bart Massey
1
-42
/
+1204
2010-11-14
...and in with the new image library
Bart Massey
10
-0
/
+2444
2010-11-14
out with the old image library...
Bart Massey
8
-1598
/
+0
2010-11-14
All util libraries require the XCB 1.0 API; check for it in configure.
Jamey Sharp
1
-1
/
+1
2010-11-14
Release xcb-util 0.2
Jamey Sharp
1
-1
/
+1
[prev]
[next]