libXcursor: Changes to 'refs/tags/libXcursor-1.2.1'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 3 17:01:24 UTC 2022


Tag 'libXcursor-1.2.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-04-03 17:01 +0000

libXcursor-1.2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJiSdLaAAoJEM/fFIgoxkKnkHoP/Agj4tE1O9Uey2sa6FC8nmaC
YKRTjwg01bq+7D6J32Xh8zyUdusgEEtDAqcxxGmPv4J25Q4Dn2qlx83pDKkBaqBw
yFas8RkmXuFPDCDs0sUOcIiqTWysNKI86LQigqtD7RqoQ2Jhphs/om1aXcrSqllv
0xELAsdVGxZej2vzso1nihWOjm4jXQB/OrhPAD40ZscrkhAJ4vMaT9RSLubOzBeI
6EqkXbXy3Bsy8H/Z5Rh8z78wo10rAeUDmv8lsz/WBYW5CcL2LJ8A2X0guCbHR/t/
/Kw0ruzOFxs8eGVs7Y/z2vVgpzkRb6XrJo8YJNhnmwVYe8aPFWrGqPpRpslXLuNI
5UcNVgWPqjTwSkO9VGyMP5PNZcDtHeEUdO9MoGcOUNGpir8e5Ppu+E781iD3v/oQ
StHxXmm6ZlZXPIjM5nG0Jy0dVPgl5Nfbg0vgRRop9KCdLuP9dEt2MvEz38tY4FQc
QXUfY+ZPlxmHIUiYSrDF7fh8PSUFcAO5ZgNWWor9SwYCdll51yxhFM0Lc+feM9ap
raSB60idefb1W9NX+F1Td9IB/p5jGmZw7jJloQojoYYgX9ZdT7HXOJfds4SfpvLr
A1+yZKHU9iAr29/sqjkndunh2ZadRzNcxeVVmsvbLp88pLlLkrH8NC68lHX56Mnf
zpyBN6LiTiq2Bvy00D5z
=w+r9
-----END PGP SIGNATURE-----

Changes since libXcursor-1.2.0:
Alan Coopersmith (5):
      Convert COPYING from ISO-8859-1 to UTF-8
      Fix spelling/wording issues
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      libXcursor 1.2.1

Thomas E. Dickey (31):
      quiet normal gcc warnings using casts (no object change)
      fix a missing initializer
      quiet warnings for unused parameters
      fix stricter gcc warnings by changing the type for the loop variable to
      fix stricter gcc warnings using casts
      fix stricter gcc warnings using casts
      add check in case the image size is 0x0
      amend that...
      document the other environment variables
      make the function-prototypes easier to read, by eliminating hyphenation and filling
      further formatting fixes.  added script to create/find ".so" files which are missing
      correct a prototype
      italicize parameter names, for readability
      improve explanation for functions which load images
      document the theme_core setter/getter functions
      document the library-attributes
      add see-also section
      document the cursor-load functions
      update ".so" links, and fix a special case for "const char *" in parsing function-names
      start on the animated cursors; fixup whitespace
      improve explanation of Xcursor's search algorithm
      document the animation support functions
      document the cursor-comments functions
      document the API called from libX11
      fix raggedy prototypes and structure declarations using tabstops in appropriate macros
      update copyright notice
      fix a typo and a style issue
      eliminate special escaping for "/*" which produces look-alike Unicode for
      mention "Inherits=" lists
      cppcheck style-fixes
      more cppcheck-style fixes

Tobias Stoeckmann (2):
      Handle more theme loop situations
      fix XcursorTheme loop regression

Valentin (2):
      Use fixed size integer type
      Fix undefined behavior

---
 .gitlab-ci.yml                      |   98 +++
 COPYING                             |    2 
 README.md                           |    2 
 configure.ac                        |    6 
 include/X11/Xcursor/Xcursor.h.in    |    3 
 man/.man                            |    1 
 man/Makefile.am                     |   70 +-
 man/Xcursor.man                     | 1081 ++++++++++++++++++++++++++----------
 man/XcursorAnimateCreate.man        |    1 
 man/XcursorAnimateDestroy.man       |    1 
 man/XcursorAnimateNext.man          |    1 
 man/XcursorCommentCreate.man        |    1 
 man/XcursorCommentDestroy.man       |    1 
 man/XcursorCommentsCreate.man       |    1 
 man/XcursorCommentsDestroy.man      |    1 
 man/XcursorFileLoad.man             |    1 
 man/XcursorFileLoadAllImages.man    |    1 
 man/XcursorFileLoadImage.man        |    1 
 man/XcursorFileLoadImages.man       |    1 
 man/XcursorFileSave.man             |    1 
 man/XcursorFileSaveImages.man       |    1 
 man/XcursorFilenameLoadCursors.man  |    1 
 man/XcursorGetThemeCore.man         |    1 
 man/XcursorImageHash.man            |    1 
 man/XcursorImageLoadCursor.man      |    1 
 man/XcursorImagesLoadCursor.man     |    1 
 man/XcursorImagesLoadCursors.man    |    1 
 man/XcursorImagesSetName.man        |    1 
 man/XcursorLibraryPath.man          |    1 
 man/XcursorLibraryShape.man         |    1 
 man/XcursorNoticeCreateBitmap.man   |    1 
 man/XcursorNoticePutBitmap.man      |    1 
 man/XcursorSetThemeCore.man         |    1 
 man/XcursorSupportsAnim.man         |    1 
 man/XcursorTryShapeBitmapCursor.man |    1 
 man/XcursorTryShapeCursor.man       |    1 
 man/makelinks                       |  123 ++++
 src/cursor.c                        |   87 +-
 src/display.c                       |   10 
 src/file.c                          |   80 +-
 src/library.c                       |  155 ++---
 src/xlib.c                          |   10 
 42 files changed, 1297 insertions(+), 459 deletions(-)
---


More information about the xorg-commit mailing list