- Update to version 1.2.3
* Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
* Remove unnecessary MIN calls
* build-fix
* fix compiler warnings
* improve manpage formatting
* trim redundant code from the resize-calls
* add new property "resized" and environment "XCURSOR_RESIZED"
* add getter/setter for "resized" property
* restore behavior of image-loading, provide resizing via internal function
* provide internal variants of existing functions to pass "resized" parameter
* use resized-parameter where available when loading images
* add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
* add debug-logging for file.c, to help with analysis
* add traces for library.c and xlib.c, also another internal function for dpy
* document the new XCURSOR_RESIZED environment variable and resource "resized"
* document/tidy the new set/get functions
* changes will suggest new release
* ensure ncomment and nimage values are positive
* add debug-trace for the configuration information
* fix overlooked compiler-warning
* reduce the message-check to ignore the over-long one
* amend per merge_requests/22#note_2642034
* amend per merge_requests/22#note_2642042
* Ignore invalid cursor files
OBS-URL: https://build.opensuse.org/request/show/1222098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXcursor?expand=0&rev=15
* Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
* Remove unnecessary MIN calls
* build-fix
* fix compiler warnings
* improve manpage formatting
* trim redundant code from the resize-calls
* add new property "resized" and environment "XCURSOR_RESIZED"
* add getter/setter for "resized" property
* restore behavior of image-loading, provide resizing via internal function
* provide internal variants of existing functions to pass "resized" parameter
* use resized-parameter where available when loading images
* add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
* add debug-logging for file.c, to help with analysis
* add traces for library.c and xlib.c, also another internal function for dpy
* document the new XCURSOR_RESIZED environment variable and resource "resized"
* document/tidy the new set/get functions
* changes will suggest new release
* ensure ncomment and nimage values are positive
* add debug-trace for the configuration information
* fix overlooked compiler-warning
* reduce the message-check to ignore the over-long one
* amend per merge_requests/22#note_2642034
* amend per merge_requests/22#note_2642042
* Ignore invalid cursor files
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=25
- Update to version 1.2.2
* gitlab CI: stop requiring Signed-off-by in commits
* configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
* If O_CLOEXEC is defined, add "e" to fopen modes
* Add comment about keeping libxcb-cursor copy of code in sync
* XcursorXcFileLoad: plug memory leak in error paths
* Remove superfluous and unguarded config.h include
OBS-URL: https://build.opensuse.org/request/show/1154345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXcursor?expand=0&rev=14
* gitlab CI: stop requiring Signed-off-by in commits
* configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
* If O_CLOEXEC is defined, add "e" to fopen modes
* Add comment about keeping libxcb-cursor copy of code in sync
* XcursorXcFileLoad: plug memory leak in error paths
* Remove superfluous and unguarded config.h include
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=23
* This release adds ~/.local/share/icons to the front of the
default cursor path in the library in support of the XDG user
data dir. This default can still be overridden at at run time
using the XCURSOR_PATH environment variable.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=19
- Update to version 1.1.15:
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Use strdup() instead of malloc(strlen())+strcpy()
* Fix some clang integer sign/size mismatch warnings
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
* Fix heap overflows when parsing malicious files. (CVE-2017-16612)
* Insufficient memory for terminating null of string in _XcursorThemeInherits
- Drop U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch
OBS-URL: https://build.opensuse.org/request/show/555108
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=17