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
path:
root
/
image
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-17
image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS
Gaetan Nadon
1
-1
/
+5
2014-04-17
test: move test cases into their own directory
Gaetan Nadon
8
-1565
/
+0
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: use AC_CONFIG_HEADERS to create a config.h file
Gaetan Nadon
6
-0
/
+24
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-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
1
-1
/
+5
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-03-26
Link with -no-undefined
Jon TURNEY
1
-0
/
+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
7
-21
/
+21
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
Fix copyright statement
Jonathan Landis
6
-1
/
+140
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
event: define XCB_EVENT_RESPONSE_TYPE_MASK
Julien Danjou
1
-1
/
+2
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
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
...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
rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...
TORRI Vincent
2
-10
/
+10
2010-11-14
Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...
Alan Coopersmith
1
-1
/
+1
[next]