index
:
~gnadon/util-image
master
XCB port of Xlib's XImage and XShmImage
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-17
image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS
HEAD
master
Gaetan Nadon
1
-1
/
+5
2014-04-17
test: move test cases into their own directory
Gaetan Nadon
11
-32
/
+31
2014-04-17
make: image is using X11 Protcol headers, so XPROTO_CFLAGS is required
Gaetan Nadon
1
-2
/
+2
2014-04-17
make: using EXTRA_DIST for xcb-util-image.pc.in is redundant
Gaetan Nadon
1
-2
/
+0
2014-04-17
make: there should be no attempt to remove any Makefile.in file
Gaetan Nadon
1
-2
/
+0
2014-04-17
config: add missing COPYING file
Gaetan Nadon
1
-0
/
+27
2014-04-17
config: use AC_CONFIG_HEADERS to create a config.h file
Gaetan Nadon
7
-0
/
+25
2014-04-17
config: remove old dead code for documentation
Gaetan Nadon
3
-26
/
+0
2014-04-17
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
1
-3
/
+6
2014-04-17
config: add bug URL to AC_INIT
Gaetan Nadon
1
-1
/
+3
2014-01-29
Check submodules before running autoconf.
Niclas Zeising
1
-0
/
+15
2013-08-23
fixed some compiler C90 warnings
Bart Massey
1
-4
/
+3
2013-08-23
Fixed endianness bug in xy pixmap getimage.
Bart Massey
1
-3
/
+1
2013-08-23
increased window size for test_xcb_image for usability
Bart Massey
1
-2
/
+2
2013-08-23
added window names to test_xcb_image windows
Bart Massey
1
-0
/
+11
2013-08-23
Fixed get_image to handle xy format with nontrivial plane_mask.
Bart Massey
1
-21
/
+19
2013-08-23
changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask
Bart Massey
1
-2
/
+7
2013-08-23
added additional format tests for XY_PIXMAP bit planes
Bart Massey
1
-5
/
+10
2013-02-06
Fix compilation when NDEBUG is defined
Jon TURNEY
1
-0
/
+2
2012-10-28
corrected return value documentation for xcb_image_shm_put()
Bart Massey
1
-3
/
+1
2012-05-30
Release 0.3.9
Arnaud Fontaine
2
-1
/
+8
2012-05-22
Fix GCC warning in test_formats.
Arnaud Fontaine
1
-1
/
+1
2012-05-22
Use rand() instead of random(), being part of the C standard library,
Jon TURNEY
1
-1
/
+1
2012-05-22
Don't try to build test_xcb_image_shm if SHM isn't available (for example, on...
Jon TURNEY
2
-1
/
+7
2012-05-21
Add autogen.sh to EXTRA_DIST.
Arnaud Fontaine
1
-0
/
+1
2012-05-21
Remove Doxyfile which is unused, out dated and wrong.
Arnaud Fontaine
1
-1305
/
+0
2011-05-03
Fix xcb_bitops.h include path
Roberto Branciforti
2
-2
/
+2
2011-05-01
Add missing xcb_bitops.h.
Arnaud Fontaine
2
-1
/
+213
2011-04-26
Release 0.3.8
Arnaud Fontaine
1
-0
/
+9
2011-04-26
Fix package name
Arnaud Fontaine
1
-1
/
+1
2011-04-14
Use an absolute URL for the m4 submodule
Dirk Wallenstein
1
-1
/
+1
2011-03-26
Link with -no-undefined
Jon TURNEY
1
-0
/
+1
2011-03-07
config: generate ChangeLog and INSTALL
Gaetan Nadon
2
-230
/
+11
2011-03-07
config: use the default xorg .gitignore file
Gaetan Nadon
2
-17
/
+65
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
[next]