summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-17update ".so" links, and fix a special case for "const char *" in parsing func...Thomas E. Dickey11-25/+42
2021-03-17document the cursor-load functionsThomas E. Dickey1-6/+55
2021-03-17add see-also sectionThomas E. Dickey1-4/+14
2021-03-17document the library-attributesThomas E. Dickey1-1/+28
2021-03-17document the theme_core setter/getter functionsThomas E. Dickey1-3/+16
2021-03-17improve explanation for functions which load imagesThomas E. Dickey1-6/+29
2021-03-17italicize parameter names, for readabilityThomas E. Dickey1-79/+85
2021-03-17correct a prototypeThomas E. Dickey1-1/+1
2021-03-17further formatting fixes. added script to create/find ".so" files which are ...Thomas E. Dickey10-37/+238
2021-03-17make the function-prototypes easier to read, by eliminating hyphenation and f...Thomas E. Dickey1-24/+29
2021-03-17document the other environment variablesThomas E. Dickey1-2/+96
2021-03-11amend that...Thomas E. Dickey1-1/+1
2021-03-11add check in case the image size is 0x0Thomas E. Dickey1-1/+1
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey1-11/+11
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey1-1/+1
2021-03-11fix stricter gcc warnings by changing the type for the loop variable toThomas E. Dickey1-11/+11
2021-03-11quiet warnings for unused parametersThomas E. Dickey2-0/+6
2021-03-11fix a missing initializerThomas E. Dickey1-2/+4
2021-03-11quiet normal gcc warnings using casts (no object change)Thomas E. Dickey5-59/+64
2020-08-30Fix undefined behaviorValentin1-5/+6
2020-08-30Use fixed size integer typeValentin1-1/+2
2019-03-10libXcursor 1.2.0libXcursor-1.2.0Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-25/+20
2018-11-09Support XDG user data dir locationCosimo Cecchi2-2/+2
2018-03-23Fix crash when encountering cursor themes with circular dependencies.Philipp Ludwig1-1/+6
2017-11-25libXcursor 1.1.15libXcursor-1.1.15Matthieu Herrb1-1/+1
2017-11-25Fix heap overflows when parsing malicious files. (CVE-2017-16612)Tobias Stoeckmann1-2/+10
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-06-05Insufficient memory for terminating null of string in _XcursorThemeInheritsshubham shrivastav1-1/+1
2014-10-18Fix some clang integer sign/size mismatch warningsAlan Coopersmith2-3/+3
2014-10-18Use strdup() instead of malloc(strlen())+strcpy()Alan Coopersmith3-15/+8
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-05-29libXcursor 1.1.14libXcursor-1.1.14Alan Coopersmith1-1/+1
2013-04-26signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]Alan Coopersmith1-1/+1
2013-01-15Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
2012-03-07libXcursor 1.1.13libXcursor-1.1.13Alan Coopersmith1-1/+1
2011-11-30XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo failsAlan Coopersmith1-0/+3
2011-11-30XcursorFileSaveImages: plug memory leak on invalid inputAlan Coopersmith1-2/+5
2011-09-25Add generated Xcursor.h to .gitignoreJon TURNEY1-0/+1
2011-09-25Fix install of generated Xcursor.h when builddir != srcdirJon TURNEY1-1/+1
2011-09-19Set Xcursor.h version numbers from configure.acAlan Coopersmith2-10/+20
2011-09-16Strip trailing whitespaceAlan Coopersmith10-123/+123
2011-06-29libXcursor 1.1.12libXcursor-1.1.12Alan Coopersmith1-1/+1
2011-05-22Mark bitmasks as unsigned intsAlan Coopersmith1-2/+2
2011-05-07Correct error handling in _XcursorAverageColorJeremy Huddleston1-2/+3
2011-04-01Free the FontInfo structure after loading the cursor from it.Chris Wilson1-0/+1