summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If O_CLOEXEC is defined, add "e" to fopen modesHEADmasterAlan Coopersmith2023-03-254-10/+17
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-2/+4
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2023-02-091-2/+2
* libXcursor 1.2.1libXcursor-1.2.1Alan Coopersmith2022-04-031-1/+1
* gitlab CI: add a basic build testAlan Coopersmith2022-04-031-0/+98
* Build xz tarballs instead of bzip2Alan Coopersmith2022-04-031-1/+1
* Fix spelling/wording issuesAlan Coopersmith2022-04-032-2/+2
* Convert COPYING from ISO-8859-1 to UTF-8Alan Coopersmith2022-04-031-1/+1
* more cppcheck-style fixesThomas E. Dickey2021-05-062-14/+12
* cppcheck style-fixesThomas E. Dickey2021-05-054-11/+7
* mention "Inherits=" listsThomas E. Dickey2021-05-051-32/+55
* fix XcursorTheme loop regressionTobias Stoeckmann2021-05-041-13/+8
* Handle more theme loop situationsTobias Stoeckmann2021-05-021-36/+73
* eliminate special escaping for "/*" which produces look-alike Unicode forThomas E. Dickey2021-03-191-14/+14
* fix a typo and a style issueThomas E. Dickey2021-03-191-2/+2
* update copyright noticeThomas E. Dickey2021-03-171-15/+16
* fix raggedy prototypes and structure declarations using tabstops in appropria...Thomas E. Dickey2021-03-171-287/+311
* document the API called from libX11Thomas E. Dickey2021-03-178-8/+105
* document the cursor-comments functionsThomas E. Dickey2021-03-176-0/+41
* document the animation support functionsThomas E. Dickey2021-03-175-39/+70
* improve explanation of Xcursor's search algorithmThomas E. Dickey2021-03-171-35/+63
* start on the animated cursors; fixup whitespaceThomas E. Dickey2021-03-173-45/+54
* update ".so" links, and fix a special case for "const char *" in parsing func...Thomas E. Dickey2021-03-1711-25/+42
* document the cursor-load functionsThomas E. Dickey2021-03-171-6/+55
* add see-also sectionThomas E. Dickey2021-03-171-4/+14
* document the library-attributesThomas E. Dickey2021-03-171-1/+28
* document the theme_core setter/getter functionsThomas E. Dickey2021-03-171-3/+16
* improve explanation for functions which load imagesThomas E. Dickey2021-03-171-6/+29
* italicize parameter names, for readabilityThomas E. Dickey2021-03-171-79/+85
* correct a prototypeThomas E. Dickey2021-03-171-1/+1
* further formatting fixes. added script to create/find ".so" files which are ...Thomas E. Dickey2021-03-1710-37/+238
* make the function-prototypes easier to read, by eliminating hyphenation and f...Thomas E. Dickey2021-03-171-24/+29
* document the other environment variablesThomas E. Dickey2021-03-171-2/+96
* amend that...Thomas E. Dickey2021-03-111-1/+1
* add check in case the image size is 0x0Thomas E. Dickey2021-03-111-1/+1
* fix stricter gcc warnings using castsThomas E. Dickey2021-03-111-11/+11
* fix stricter gcc warnings using castsThomas E. Dickey2021-03-111-1/+1
* fix stricter gcc warnings by changing the type for the loop variable toThomas E. Dickey2021-03-111-11/+11
* quiet warnings for unused parametersThomas E. Dickey2021-03-112-0/+6
* fix a missing initializerThomas E. Dickey2021-03-111-2/+4
* quiet normal gcc warnings using casts (no object change)Thomas E. Dickey2021-03-115-59/+64
* Fix undefined behaviorValentin2020-08-301-5/+6
* Use fixed size integer typeValentin2020-08-301-1/+2
* libXcursor 1.2.0libXcursor-1.2.0Alan Coopersmith2019-03-101-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-25/+20
* Support XDG user data dir locationCosimo Cecchi2018-11-092-2/+2
* Fix crash when encountering cursor themes with circular dependencies.Philipp Ludwig2018-03-231-1/+6
* libXcursor 1.1.15libXcursor-1.1.15Matthieu Herrb2017-11-251-1/+1
* Fix heap overflows when parsing malicious files. (CVE-2017-16612)Tobias Stoeckmann2017-11-251-2/+10