summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sun bug 4486226: Xpm is not internationalizedxpm-gettextAlan Coopersmith2006-11-216-26/+152
| | | | | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4486226> Use gettext() to allow translated messages in sxpm & cxpm
* Add *~ to .gitignore to skip over emacs/patch droppingsAlan Coopersmith2006-11-211-0/+1
|
* Bump to 3.5.6libXpm-3.5.6Adam Jackson2006-10-131-1/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-134-0/+0
|
* Always initialize atomTable to NULL, so xpmHashTableFree() doesn't try toAlan Coopersmith2006-06-032-0/+6
| | | | | free a random value from the stack if xpmHashTableInit returns an error.
* Coverity #1432: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+7
| | | | when xpmHashTableInit failed)
* Coverity #1415: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+9
| | | | when xpmHashTableInit failed)
* Bump to 3.5.5libXpm-3_5_5XORG-7_1Adam Jackson2006-04-272-1/+6
|
* doublecheck that a pointer is not NULL before dereferencing it. (CoverityXORG-7_0_99_901Matthieu Herrb2006-03-182-1/+7
| | | | CID 121).
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-063-5/+11
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-282-2/+2
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-3/+13
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Use sed to substitute variables in man pagesAlan Coopersmith2005-11-134-5/+76
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* Add --enable-stat-zfile (on by default) to replace Imake's ZFILEDEF =Alan Coopersmith2005-10-292-0/+18
| | | | | -DSTAT_ZFILE to enable automatically searching for file.xpm.Z & file.xpm.gz when file.xpm is requested.
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Add missing files to EXTRA_DISTKevin E Martin2005-10-055-17/+35
| | | | Fix man page installation
* Last argument of variable parameter list needs to be casted to a pointerXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Matthieu Herrb2005-10-031-1/+1
| | | | type.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* fix build outside of $(srcdir)Matthieu Herrb2005-07-171-1/+1
|
* Accept autoconf HAVE_STRLCPY as alias for HAS_STRLCATXORG-6_8_99_900XORG-6_8_99_16Alan Coopersmith2005-07-161-1/+1
|
* Check for strlcat() for use in parse.cAlan Coopersmith2005-07-161-0/+3
|
* Set soversion to 4.11.0 with -version-number.Daniel Stone2005-07-161-1/+1
|
* Add .cvsignore filesKeith Packard2005-07-095-0/+45
|
* Use $(top_srcdir)/src instead of $(top_builddir)/src in INCLUDESAlexander Gottwald2005-06-092-1/+6
|
* Add $(top_builddir)/include to INCLUDESSøren Sandmann Pedersen2005-05-192-0/+6
|
* - Add build system for lib/XpmXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen2005-05-1943-0/+496
| | | | | - Add Xpm to symlink.sh - Conditionally include config.h in xc/extras/Xpm
* Thu May 19 10:36:54 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-05-191-8/+8
| | | | | Add "../lib" to INCLUDES. Replace #include "../lib/foo" with #include "foo".
* Avoid inifite loops. From Chris Gilbert in bug #1920.sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1sco_port_updateMatthieu Herrb2005-02-212-5/+8
|
* Fix incomplete merge.Matthieu Herrb2004-12-111-11/+2
|
* more s_open() cleanup.Matthieu Herrb2004-12-111-6/+0
|
* Replace s_popen() by a more specific function that allows only one commandMatthieu Herrb2004-12-112-124/+150
| | | | | in the pipe. Remove extraneous tests on file names that broke some applications. From Alex Reisen in Bugzilla #1920.
* //bugs.freedesktop.org/show_bug.cgi?id=830): Fix libXpm header (xpm.h) toRoland Mainz2004-12-081-7/+2
| | | | | | use the X11 function begin/end marker macros (_XFUNCPROTOBEGIN, _XFUNCPROTOEND) instead of homegrown (native) C++ code. Patch by Kevin DeKorte <kdekorte@yahoo.com>.
* Fixes for CAN-2004-0914 (Thomas Biege).Matthieu Herrb2004-11-2514-156/+352
|
* Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb andEgbert Eich2004-09-219-24/+113
| | | | | | | | | | | | | Alan Coopersmith from release 6.8.1. Fail during initialization with error if font/fontset is not set for widget. This prevents a sig11 later when the non-existent font/fontset structs are referenced. Check if xf86Info.kbdProc pointer is really set before calling it on abort as this pointer won't be set if the new modular keyboard driver is used (Matthias Hopf). Added new libs to the bindist control files. Removed inclusion of unnecessary kernel header on Linux. This may fail in an -ansi environment.
* Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGElg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3dCOMPOSITEWRAPEgbert Eich2004-04-2313-14/+14
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1413-14/+14
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0313-14/+14
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2613-14/+14
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2613-14/+14
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley2003-11-255-38/+17
|
* XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley2003-11-140-0/+0
|
* Initial revisionXORG-STABLEKaleb Keithley2003-11-1450-0/+13332