summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-04amend per merge_requests/22#note_2642042HEADlibXcursor-1.2.3masterThomas E. Dickey1-0/+1
2024-11-04amend per merge_requests/22#note_2642034Thomas E. Dickey1-1/+1
2024-11-03reduce the message-check to ignore the over-long oneThomas E. Dickey1-1/+1
2024-11-03fix overlooked compiler-warningThomas E. Dickey1-2/+2
2024-11-03add debug-trace for the configuration informationThomas E. Dickey4-1/+24
2024-11-03ensure ncomment and nimage values are positiveThomas E. Dickey1-23/+31
2024-11-03changes will suggest new releaseThomas E. Dickey2-1/+2
2024-11-03document/tidy the new set/get functionsThomas E. Dickey3-3/+16
2024-11-03document the new XCURSOR_RESIZED environment variable and resource "resized"Thomas E. Dickey1-1/+8
2024-11-03add traces for library.c and xlib.c, also another internal function for dpyThomas E. Dickey4-63/+148
2024-11-03add debug-logging for file.c, to help with analysisThomas E. Dickey2-152/+320
2024-11-03add/use _XcursorLibraryLoadImages to pass resized-parameter when loadingThomas E. Dickey1-6/+31
2024-11-03use resized-parameter where available when loading imagesThomas E. Dickey1-2/+7
2024-11-03provide internal variants of existing functions to pass "resized" parameterThomas E. Dickey2-6/+56
2024-11-03restore behavior of image-loading, provide resizing via internal functionThomas E. Dickey2-4/+21
2024-11-03add getter/setter for "resized" propertyThomas E. Dickey2-0/+28
2024-11-03add new property "resized" and environment "XCURSOR_RESIZED"Thomas E. Dickey2-0/+17
2024-11-03trim redundant code from the resize-callsThomas E. Dickey1-14/+4
2024-11-03improve manpage formattingThomas E. Dickey1-55/+56
2024-11-03fix compiler warningsThomas E. Dickey1-11/+11
2024-11-03build-fixThomas E. Dickey1-2/+3
2024-11-03Remove unnecessary MIN callsJin Liu1-3/+2
2024-11-03Change all *LoadImage(..., size) APIs to always return a cursor with the requ...Jin Liu1-2/+57
2024-09-12Ignore invalid cursor filesTobias Stoeckmann1-0/+2
2024-03-02libXcursor 1.2.2libXcursor-1.2.2Alan Coopersmith1-2/+3
2024-01-18Remove superfluous and unguarded config.h includeRobin Linden1-1/+0
2023-10-08XcursorXcFileLoad: plug memory leak in error pathsAlan Coopersmith1-0/+4
2023-07-08Add comment about keeping libxcb-cursor copy of code in syncAlan Coopersmith1-0/+6
2023-03-25If O_CLOEXEC is defined, add "e" to fopen modesAlan Coopersmith4-10/+17
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+4
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-04-03libXcursor 1.2.1libXcursor-1.2.1Alan Coopersmith1-1/+1
2022-04-03gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-04-03Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-04-03Fix spelling/wording issuesAlan Coopersmith2-2/+2
2022-04-03Convert COPYING from ISO-8859-1 to UTF-8Alan Coopersmith1-1/+1
2021-05-06more cppcheck-style fixesThomas E. Dickey2-14/+12
2021-05-05cppcheck style-fixesThomas E. Dickey4-11/+7
2021-05-05mention "Inherits=" listsThomas E. Dickey1-32/+55
2021-05-04fix XcursorTheme loop regressionTobias Stoeckmann1-13/+8
2021-05-02Handle more theme loop situationsTobias Stoeckmann1-36/+73
2021-03-19eliminate special escaping for "/*" which produces look-alike Unicode forThomas E. Dickey1-14/+14
2021-03-19fix a typo and a style issueThomas E. Dickey1-2/+2
2021-03-17update copyright noticeThomas E. Dickey1-15/+16
2021-03-17fix raggedy prototypes and structure declarations using tabstops in appropria...Thomas E. Dickey1-287/+311
2021-03-17document the API called from libX11Thomas E. Dickey8-8/+105
2021-03-17document the cursor-comments functionsThomas E. Dickey6-0/+41
2021-03-17document the animation support functionsThomas E. Dickey5-39/+70
2021-03-17improve explanation of Xcursor's search algorithmThomas E. Dickey1-35/+63
2021-03-17start on the animated cursors; fixup whitespaceThomas E. Dickey3-45/+54