index
:
~peterh/xcbutil
master
private
xcb/util playground - experimental "privates" implementation
peterh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
image
Age
Commit message (
Expand
)
Author
Files
Lines
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
event: define XCB_EVENT_RESPONSE_TYPE_MASK
Julien Danjou
1
-1
/
+2
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-03-09
added some gratuitous but harmless image pointer zeroing at the suggestion of...
Bart Massey
1
-1
/
+4
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
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-02-21
rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...
TORRI Vincent
2
-10
/
+10
2006-11-12
Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...
Alan Coopersmith
1
-1
/
+1
2006-10-07
Adapt xcb/util libraries for removal of XID structures.
Ian Osgood
3
-27
/
+27
2006-09-25
libxcb now installs header files in <xcb>, not <X11/XCB>.
Jamey Sharp
5
-8
/
+8
2006-09-24
All xcb-util libraries compile after the Great Renaming.
Ian Osgood
5
-428
/
+428
2006-07-01
Finally remove X.h from xcb.h, fix broken image tests.
Ian Osgood
3
-28
/
+28
2006-06-08
XCBImagePut returns 1 when no problem occurs
TORRI Vincent
1
-1
/
+1
2006-06-08
fix compilation with c++ compilers. Remove some trailing spaces
TORRI Vincent
1
-3
/
+14
2006-05-07
Add correct dependencies in xcb-util.
Donnie Berkholz
1
-8
/
+10
2006-05-02
I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of unsign...
TORRI Vincent
1
-4
/
+1
2006-05-02
add XCBImageAllPlanes constant
TORRI Vincent
1
-0
/
+4
2006-04-29
Add some error checking
Ian Osgood
1
-1
/
+7
2006-04-28
leak fixed
TORRI Vincent
1
-1
/
+6
2006-04-28
Make xcb_image.h self-contained by including the xcb.h and shm.h headers. Re...
Josh Triplett
4
-9
/
+9
2006-04-28
s/HACKMEM/HAKMEM/ in a comment.
Josh Triplett
1
-1
/
+1
2006-04-28
my bad. bad fix. This should be better
TORRI Vincent
1
-2
/
+2
2006-04-28
missing flags
TORRI Vincent
1
-4
/
+4
2006-04-27
Fix use of deprecated name XCBConnSetupSucessRep in comment to use XCBSetup.
Josh Triplett
1
-1
/
+1
2006-04-27
Update xcb-util for ConnSetup renaming and constness fixes.
Jamey Sharp
1
-11
/
+11
2006-04-27
Fix xcb-util library dependencies, including both the new dependency libXCBIm...
Josh Triplett
2
-6
/
+9
2006-04-20
Add the test app I wrote for trying different pixmap formats. It does not wor...
Jamey Sharp
3
-1
/
+152
2006-04-20
fix some warnings
TORRI Vincent
1
-5
/
+5
2006-03-19
Remove xcb_image dependency on X11/Xlib.h
Ian Osgood
3
-5
/
+5
2006-03-14
Remove xcb-util dependency on proto/X11
Ian Osgood
1
-32
/
+31
2006-03-08
Unify autofoo .gitignore bits into one top-level file, and remove resulting r...
Jamey Sharp
1
-8
/
+0
2006-02-18
Move .cvsignore to .gitignore.
Eric Anholt
1
-0
/
+0
2006-02-18
Remove xcl and CVSROOT.
Josh Triplett
7
-0
/
+1428