summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If O_CLOEXEC is defined, add "e" to fopen modesHEADmasterAlan Coopersmith2023-03-254-10/+17
* more cppcheck-style fixesThomas E. Dickey2021-05-062-14/+12
* cppcheck style-fixesThomas E. Dickey2021-05-054-11/+7
* fix XcursorTheme loop regressionTobias Stoeckmann2021-05-041-13/+8
* Handle more theme loop situationsTobias Stoeckmann2021-05-021-36/+73
* 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
* Support XDG user data dir locationCosimo Cecchi2018-11-091-1/+1
* Fix crash when encountering cursor themes with circular dependencies.Philipp Ludwig2018-03-231-1/+6
* Fix heap overflows when parsing malicious files. (CVE-2017-16612)Tobias Stoeckmann2017-11-251-2/+10
* Insufficient memory for terminating null of string in _XcursorThemeInheritsshubham shrivastav2015-06-051-1/+1
* Fix some clang integer sign/size mismatch warningsAlan Coopersmith2014-10-182-3/+3
* Use strdup() instead of malloc(strlen())+strcpy()Alan Coopersmith2014-10-182-15/+4
* signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]Alan Coopersmith2013-04-261-1/+1
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-151-1/+1
* XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo failsAlan Coopersmith2011-11-301-0/+3
* XcursorFileSaveImages: plug memory leak on invalid inputAlan Coopersmith2011-11-301-2/+5
* Fix install of generated Xcursor.h when builddir != srcdirJon TURNEY2011-09-251-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-167-110/+110
* Mark bitmasks as unsigned intsAlan Coopersmith2011-05-221-2/+2
* Correct error handling in _XcursorAverageColorJeremy Huddleston2011-05-071-2/+3
* Free the FontInfo structure after loading the cursor from it.Chris Wilson2011-04-011-0/+1
* Free the partial header after failing to open the cursor.Chris Wilson2011-04-011-0/+3
* Free list on shutdown.Chris Wilson2011-04-011-0/+7
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-161-2/+5
* Janitor: make distcheck, compiler warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade2009-01-292-8/+2
* nuke RCS IdsMatthieu Herrb2008-03-096-12/+0
* Store the cursor names in one large string.Tilman Sauerbeck2007-05-121-39/+96
* Fix many sparse warnings: Using plain integer as NULL pointerAlan Coopersmith2006-10-105-85/+85
* Fix lint warning: deallocating a pointer that could be NULL: library.c(266)Alan Coopersmith2006-10-101-1/+2
* Add XORG_WITH_LINT to allow checking code with lint/sparse/etc.Alan Coopersmith2006-10-101-0/+8
* fix leak in header destructionChris Wilson2006-08-123-8/+10
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7Daniel Stone2006-06-031-4/+10
* Coverity #159: Prevent a possible NULL chase.XORG-7_0_99_901Adam Jackson2006-04-071-1/+2
* Add configure options to allow hard-coded paths to be changed.Kevin E Martin2005-12-081-1/+5
* Allow hard-coded paths to be configurable.Kevin E Martin2005-12-081-2/+4
* Bug #4244: Make XcursorSetTheme(dpy, NULL) restore the default theme.Adam Jackson2005-10-192-8/+30
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-2/+2
* Change soversion to 1.0.2 with -version-number.Daniel Stone2005-07-161-1/+1
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-092-2/+8
* Make sure XFIXES appears in LIBS line, fix up other pkg-config usage.Keith Packard2005-07-081-1/+1
* Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin2005-07-021-0/+1