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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 5 23:34:32 UTC 2024


Tag 'libXcursor-1.2.3' created by Thomas E. Dickey <dickey at his.com> at 2024-11-05 23:34 +0000

adding XCURSOR_RESIZE options
Changes since libXcursor-1.2.2:
Jin Liu (2):
      Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
      Remove unnecessary MIN calls

Thomas E. Dickey (21):
      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

Tobias Stoeckmann (1):
      Ignore invalid cursor files

---
 .gitlab-ci.yml                   |    2 
 configure.ac                     |    2 
 include/X11/Xcursor/Xcursor.h.in |    7 
 man/Xcursor.man                  |  135 +++++----
 src/cursor.c                     |    9 
 src/display.c                    |   57 +++
 src/file.c                       |  575 ++++++++++++++++++++++++++++-----------
 src/library.c                    |  142 +++++++--
 src/xcursorint.h                 |   47 +++
 src/xlib.c                       |   72 +++-
 10 files changed, 772 insertions(+), 276 deletions(-)
---


More information about the xorg-commit mailing list