2006-06-03 Daniel Stone * configure.ac: * include/X11/Xcursor/Xcursor.h: Bump to 1.1.7. * src/file.c: Bug #5268: Fix small memory leak. (Matthias Clasen) Change some return 0's to NULL. 2006-04-27 Eric Anholt * configure.ac: Look for cursors in datadir, not always /usr/share 2006-04-26 Adam Jackson * configure.ac: * include/X11/Xcursor/Xcursor.h: Bump to 1.1.6 2006-04-06 Adam Jackson * src/display.c: Coverity #159: Prevent a possible NULL chase. 2006-03-04 Daniel Stone * include/X11/Xcursor/Xcursor.h: Bug #4439: Include Xlib.h. 2005-12-14 Kevin E. Martin * configure.ac: Update package version number for final X11R7 release candidate. 2005-12-09 Kevin E. Martin * xcursor.pc.in: Add icondir to xcursor.pc to be used when installing cursors. 2005-12-08 Kevin E. Martin * configure.ac: * src/Makefile.am: Add configure options to allow hard-coded paths to be changed. 2005-12-06 Kevin E. Martin * man/Makefile.am: Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-03 Kevin E. Martin * configure.ac: Update package version number for X11R7 RC3 release. 2005-11-19 Kevin E. Martin * xcursor.pc.in: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies. 2005-11-13 Alan Coopersmith * configure.ac: * man/Makefile.am: Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3. 2005-11-09 Kevin E. Martin * configure.ac: Update package version number for X11R7 RC2 release. 2005-11-01 Kevin E. Martin * configure.ac: Update pkgcheck dependencies to work with separate build roots. 2005-10-18 Kevin E. Martin * configure.ac: Update package version number for RC1 release. 2005-07-08 Keith Packard * .cvsignore: * man/.cvsignore: * src/.cvsignore: * src/Makefile.am: Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory 2005-07-07 Keith Packard * configure.ac: * src/Makefile.am: * xcursor.pc.in: Make sure XFIXES appears in LIBS line, fix up other pkg-config usage. Wed Jun 8 16:43:45 2005 Søren Sandmann * configure.ac: Remove all the "not found with pkgconfig" stuff Tue Feb 8 14:26:32 2005 Owen Taylor * configure.ac: Remove AC_CONFIG_AUX_DIR() 2004-04-13 Daniel Stone * ChangeLog: Tag 1.1.3, for xlibs 1.0.1. 2004-04-07 Keith Packard reviewed by: Michel Dänzer * configure.ac: Make sure X_CFLAGS/X_LIBS are substituted in the xcursor.pc file 2004-02-24 Fredrik Höglund * configure.ac: * xcursorint.h: Make the Xfixes code actually work by including the Xfixes.h header file. 2004-02-03 Jim Gettys * AUTHORS: Add contents to author's file 2004-01-17 Daniel Stone * Xcursor.h: * configure.ac: Bump package version to 1.1.2, slated for first fd.o platform release. 2004-01-15 Harold L Hunt II * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. 2003-11-10 Keith Packard * library.c: (_XcursorBuildThemeDir): Make sure the allocated path has space for directory separators 2003-10-29 Keith Packard * Xcursor.h: * configure.ac: Bump package version to 1.1.1 and library info to 1.2.0 as the library exports new name-based APIs and uses Xfixes 2003-10-28 Keith Packard * Makefile.am: * Xcursor.h: * configure.ac: * cursor.c: (XcursorImagesLoadCursor): * file.c: (XcursorImagesCreate), (XcursorImagesDestroy), (XcursorImagesSetName): * library.c: (XcursorLibraryLoadImages), (XcursorLibraryLoadCursor): Add support for XFixes version 2 cursor naming functions 2003-10-16 23:45 fredrik * Xcursor-def.cpp, Xcursor.h, configure.ac, library.c: Rename _XcursorLibraryPath() to XcursorLibraryPath() and make it a public function, since it's useful for theme selectors. Bump version to 1.1.0 2003-05-21 10:21 keithp * Makefile.am, Xcursor.h, configure.ac, xcursorint.h: Package Xcursor.3, bump version to 1.0.2 2003-05-06 11:20 keithp * ChangeLog: Add initial change log 2003-05-06 11:09 keithp * .cvsignore, Makefile.am, Xcursor-def.cpp, Xcursor.3, Xcursor.h, Xcursor.man, cursor.c, display.c, file.c, library.c, xcursorint.h, xlib.c: Update .cvsignore, move manual and install, fix CVS ident lines 2003-05-06 11:00 keithp * configure.ac: replace Xrender test with fragment from Xft 2003-05-06 10:52 keithp * Makefile.am: Add xcursorint.h to library sources list 2003-05-06 10:49 keithp * Imakefile, Makefile.am, Xcursor.h, autogen.sh, configure.ac, file.c, xcursor.pc.in: Convert Xcursor to autotools 2003-02-21 22:16 dawes * xlib.c: 941. Fix a problem where a malformed Ximage can cause Xcursor to step outside the image data (#A.1636, Keith Packard, reported by Michel Dänzer). 2003-02-19 19:13 dawes * display.c: 924. Fix a memory leak in XCloseDisplay, and a potential race condition when multiple threads attempt to initialize the Xcursor library simultaneously (#A.1623, Keith Packard). 2003-02-12 19:09 dawes * Xcursor.man: 880. Fix the Xcursor include path in the man page (#5617, Kevin Brosius). 2003-01-25 19:22 eich * Xcursor.h, cursor.c, library.c, xcursorint.h: 787. Add "core" theme to Xcursor to force old behaviour (Keith Packard). 2002-11-26 21:35 keithp * display.c: Fix XcursorSetTheme to permit NULL theme 2002-11-22 18:34 keithp * Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add animate cursor support, client side 2002-10-11 10:06 keithp * cursor.c: Off by one in XcursorAnimateNext (from Anders Carlsson) 2002-09-30 15:02 alanh * Xcursor-def.cpp: add Xv-def.cpp file add $XFree86$ tags 2002-09-26 00:52 alanh * Imakefile: #elif -> #else 2002-09-25 16:27 alanh * Xcursor-def.cpp: #5350, add Xcursor-def.cpp 2002-09-25 09:10 torrey * Imakefile: Add SharedXcursorReqs for operating systems that require it. 2002-09-18 10:11 tsi * file.c: Pacify gcc 3.2 2002-09-05 00:55 keithp * display.c: Clean up parsing of option that forces use of core cursors 2002-09-05 00:29 keithp * Xcursor.h, cursor.c, display.c, xcursorint.h, xlib.c: Add themeable app-specific cursors. Add dithers for core cursors. Dont theme servers without Render by default 2002-08-28 21:40 keithp * Imakefile, Xcursor.h, Xcursor.man, config-subst, cursor.c, display.c, file.c, library.c, xcursor-config.in, xcursor.pc.in, xcursorint.h, xlib.c: Add Xcursor library and Xlib hooks for it