summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-06more cppcheck-style fixesThomas E. Dickey
2021-05-05cppcheck style-fixesThomas E. Dickey
2021-05-04fix XcursorTheme loop regressionTobias Stoeckmann
2021-05-02Handle more theme loop situationsTobias Stoeckmann
2021-03-11amend that...Thomas E. Dickey
2021-03-11add check in case the image size is 0x0Thomas E. Dickey
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey
2021-03-11fix stricter gcc warnings by changing the type for the loop variable toThomas E. Dickey
2021-03-11quiet warnings for unused parametersThomas E. Dickey
2021-03-11fix a missing initializerThomas E. Dickey
2021-03-11quiet normal gcc warnings using casts (no object change)Thomas E. Dickey
2020-08-30Fix undefined behaviorValentin
2018-11-09Support XDG user data dir locationCosimo Cecchi
2018-03-23Fix crash when encountering cursor themes with circular dependencies.Philipp Ludwig
2017-11-25Fix heap overflows when parsing malicious files. (CVE-2017-16612)Tobias Stoeckmann
2015-06-05Insufficient memory for terminating null of string in _XcursorThemeInheritsshubham shrivastav
2014-10-18Fix some clang integer sign/size mismatch warningsAlan Coopersmith
2014-10-18Use strdup() instead of malloc(strlen())+strcpy()Alan Coopersmith
2013-04-26signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]Alan Coopersmith
2013-01-15Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2011-11-30XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo failsAlan Coopersmith
2011-11-30XcursorFileSaveImages: plug memory leak on invalid inputAlan Coopersmith
2011-09-25Fix install of generated Xcursor.h when builddir != srcdirJon TURNEY
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-05-22Mark bitmasks as unsigned intsAlan Coopersmith
2011-05-07Correct error handling in _XcursorAverageColorJeremy Huddleston
2011-04-01Free the FontInfo structure after loading the cursor from it.Chris Wilson
2011-04-01Free the partial header after failing to open the cursor.Chris Wilson
2011-04-01Free list on shutdown.Chris Wilson
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
2009-01-29Janitor: make distcheck, compiler warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade
2008-03-09nuke RCS IdsMatthieu Herrb
2007-05-12Store the cursor names in one large string.Tilman Sauerbeck
2006-10-10Fix many sparse warnings: Using plain integer as NULL pointerAlan Coopersmith
2006-10-10Fix lint warning: deallocating a pointer that could be NULL: library.c(266)Alan Coopersmith
2006-10-10Add XORG_WITH_LINT to allow checking code with lint/sparse/etc.Alan Coopersmith
2006-08-12fix leak in header destructionChris Wilson
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-06-03Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7Daniel Stone
2006-04-07Coverity #159: Prevent a possible NULL chase.XORG-7_0_99_901Adam Jackson
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin
2005-12-08Allow hard-coded paths to be configurable.Kevin E Martin
2005-10-19Bug #4244: Make XcursorSetTheme(dpy, NULL) restore the default theme.Adam Jackson
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson
2005-07-16Change soversion to 1.0.2 with -version-number.Daniel Stone
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-08Make sure XFIXES appears in LIBS line, fix up other pkg-config usage.Keith Packard
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin
2005-06-29Import Xcursor 1.1.4 from freedesktop.org xlibs tree.Daniel Stone