[Xcb-commit] xcb/util-cursor: Changes to 'refs/tags/0.0.99'
Michael Stapelberg
stapelberg at kemper.freedesktop.org
Thu Jul 11 13:21:06 PDT 2013
Tag '0.0.99' created by Michael Stapelberg <michael at stapelberg.de> at 2013-07-11 21:15 -0700
Release 0.0.99
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCgAGBQJR3xJLAAoJEE5xYO1KyO4dFJ8P/indPBoAapuosPZtp2kjaMSz
SeKtu1ImNjwr1JNT+ugk9XhsgIk34u/4nVHs07K+vQ6CAfn/JgVMAsbEcHgyxdlY
xAe8eRa6Grrp3+fe1kkHrclSnOUo6e4PIb/0i4ixGpaqgvkp2kyOasSK4oja37FY
OhS7cB5jfa6JxreLEsbiqcHmQVLvAPp2vQSZdpIz5ZjZOFWwULgI63iCsaOpaTWU
49MdmeVgO9Por+q7ufr3TTGZ69jYCpttpCt+/Kj+KdmxQ3JkH5t02wM3CYbqN7ol
5XxxJvaWcBQPRnPARVmLlAC2Fodxjj0BV1dOgmqALVEZ2TYzsAauMV1SM3HDxvma
Wn7vWXx5P8PQDvJv3wEPnU8x0gQN7AYK+7j7cod76H9+fdXb73Mev5masiL8RONV
QOHqTUa56rJuqN8kVejanvh4lj30+iGVGKhdgjRh2wopxZ7Dd/lCwZ69VOgDsxaz
bzQTi6CGx0GSunfn6Cz+hbhSQdiemujgiL2a6A/mxER5Pu8ijZMrxszg/y0OWIcE
s8CWNQan1xKG9Kze3zxuL+Bgx7qFiVPzhcPqeSUoDK0rwcqf9qHYg4rVwTnR+8E5
KvKLMG7D87GuMI4x0TZWrmDOQs2lTcJxZRj0stNdZr6jymfaWIOGpkhYLdzJGyWI
/Pebhyyaavn7m9gRpyaa
=xj/s
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Michael Stapelberg (23):
Initial commit
change soname to 0
free(NULL) is okay according to ISO C (Thanks psychon)
update .gitignore (-ewmh files, +generated shape_to_id.c)
avoid overlinking by using Requires.private (Thanks psychon)
swap parameter order for xcb_cursor_context_new for consistency with other XCB APIs
add documentation and license
xcb_cursor.h: change c to ctx in xcb_cursor_load_cursor() for consistency
add copyright/license to every .c and .h file
add "extern C" for using this library from C++
let the caller pass the xcb_screen_t to xcb_cursor_context_new
ensure that RENDER is present, otherwise fallback immediately
gperf: fix lookup type by making it const
fix an ISO C mixed declarations/code warning
add cursor.h and shape_to_id.gperf to EXTRA_DIST (Thanks psychon)
add comment to clarify how the fallback works
donât call xcb_render_ when !render_present (Thanks psychon)
Clarify that pict_format is a pointer into pf_reply
Fix memory leak (Thanks psychon)
catch integer overflows (Thanks psychon)
fix README
fix package name
set version to 0.0.99
More information about the xcb-commit
mailing list