Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > eccf1055f309ec0b633f202ccccb7fe0 > files > 5

lib64xcb-util-cursor-devel-0.1.0-3.mga4.x86_64.rpm

commit 021c7b741d94d776948774f576c71a40ba8a932a
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Wed Aug 21 19:54:41 2013 +0200

    set version to 0.1.0

commit 72d3e9f999c958b6b74f868fcb3f64117a57ac32
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Wed Aug 21 08:05:33 2013 +0200

    Bugfix: Use xhot/yhot, don’t hardcode the value (Thanks tenkainen)
    
    In early development, I hardcoded these to make debugging easier, but
    then forgot to use the actual variables :).

commit 9a30b01e383fd14cad4a525e3c21ff5c20ba605e
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun Aug 18 19:12:30 2013 +0200

    kill typedef, that is done in xcb_cursor, only define struct (Thanks Niclas)

commit 6a09059f67217f15573fd88f44d57623a5f1402d
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Mon Aug 12 09:07:02 2013 +0200

    Silence compiler warning (Thanks Niclas Zeising)

commit 37f1e431279998966caabebae3daf7e44d901768
Author: Niclas Zeising <zeising@daemonic.se>
Date:   Sat Aug 10 16:11:40 2013 +0200

    Fix build on FreeBSD (and possibly other BSDs)
    
    FreeBSD have the le32toh macro in <sys/endian.h>, and this file is not
    indirectly included by any other header in util-cursor.  Add a configure
    check that checks for <endian.h> (Linux) and <sys/endian.h> (FreeBSD),
    and include the right file based on this check.
    
    Signed-off-by:	Niclas Zeising <zeising@daemonic.se>

commit 73ea12734b8ecf520938620eedba1e87416a7132
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jul 13 08:19:18 2013 +0200

    add COPYING file

commit c7eff39a5fb3552de57e52f737ea7ae59b1ef895
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Fri Jul 12 19:57:44 2013 +0200

    don’t define xcb_cursor_context_t twice (Thanks Thomas)
    
    This fixes a compilation problem on NetBSD

commit c7168980ec549c98bbfc13cf08d4edcbed62f34a
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 23:02:34 2013 +0200

    set version to 0.0.99

commit dd1a1841991dcec716ef4b03e5b6d0fae324a80f
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:50:55 2013 +0200

    fix package name

commit c5991d41793e68b5f4fe7bf781f72cfc7920432c
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:49:18 2013 +0200

    fix README

commit e0166e72fa2672dd31d1e4a142e069487d1891b0
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:45:48 2013 +0200

    catch integer overflows (Thanks psychon)

commit e3887bd2d89876fcbd31edc75ea0848245ce2eed
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:31:32 2013 +0200

    Fix memory leak (Thanks psychon)

commit 4f3d815089e9587bb5adcdb1c40fe3683113ea3d
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:30:17 2013 +0200

    Clarify that pict_format is a pointer into pf_reply
    
    …and therefore does not need to be freed in xcb_cursor_context_free()

commit 33e35665b182cc8b92375f5b712f79c2a6390532
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:26:32 2013 +0200

    don’t call xcb_render_ when !render_present (Thanks psychon)

commit 807bef904f2b5b04aa80fb730753c604a07b29ee
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:25:45 2013 +0200

    add comment to clarify how the fallback works

commit 867986d6239dabec63dc8290ebdb241142ef6567
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue Jul 9 22:19:56 2013 +0200

    add cursor.h and shape_to_id.gperf to EXTRA_DIST (Thanks psychon)
    
    This makes “make distcheck” work

commit 3b9ecf058f382c393189c6ace6165e2457e6b618
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun Jan 13 19:19:48 2013 +0100

    fix an ISO C mixed declarations/code warning

commit b7308e26ecb6c297a796dbc612f33e4c6f08b502
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun Jan 13 19:18:33 2013 +0100

    gperf: fix lookup type by making it const

commit 4137fb70dd5217437e91d16e5cf24b24244b63bd
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun Jan 13 19:02:05 2013 +0100

    ensure that RENDER is present, otherwise fallback immediately

commit 087a1fe9ce9ca11101363bf83324317ef6079faf
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sun Jan 13 18:50:03 2013 +0100

    let the caller pass the xcb_screen_t to xcb_cursor_context_new
    
    This is necessary because we don’t know which screen to use, while the
    caller does.

commit acb0aa701a21eaaabae7667db02e83d5d3a82027
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 12 10:43:47 2013 +0100

    add "extern C" for using this library from C++

commit d3867c695c22ebe01115e6d08bb79331d67af020
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 12 10:41:45 2013 +0100

    add copyright/license to every .c and .h file

commit f523ea91de628e1ad695c6b3acd7732cb0aa9e0c
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 12 10:37:48 2013 +0100

    xcb_cursor.h: change c to ctx in xcb_cursor_load_cursor() for consistency

commit 1edfb343a7d058eeffc0d345ca5d28d08a4dbcd7
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 12 10:36:39 2013 +0100

    add documentation and license

commit 1b10b5c330d3078273238adefa70874bf7982cea
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 12 10:03:19 2013 +0100

    swap parameter order for xcb_cursor_context_new for consistency with other XCB APIs

commit 744bf0be78761f27c40df55dbb051261ef862682
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Mon Jan 7 19:35:25 2013 +0100

    avoid overlinking by using Requires.private (Thanks psychon)

commit 5ec001f7149f3811c7e5c19880256c9d09e265c6
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Mon Jan 7 19:23:16 2013 +0100

    update .gitignore (-ewmh files, +generated shape_to_id.c)

commit 6982fe4744c0c61f2dcf5a806c3cf9f7709ba7fd
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Mon Jan 7 19:22:45 2013 +0100

    free(NULL) is okay according to ISO C (Thanks psychon)

commit d653b31867ada2cfb4f2452cf780346f02aa7571
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Mon Jan 7 19:21:05 2013 +0100

    change soname to 0

commit 7648f277af93dec341178ee033d9b8f46be9361c
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat Jan 5 16:48:13 2013 +0100

    Initial commit