summaryrefslogtreecommitdiff
path: root/jpegutils
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF addressFelix Riemann2014-01-073-9/+9
| | | | | | | | | The FSF changed its address quite some time ago. Modify the license headers to contain the new one. Also update the central COPYING text to the current text from the FSF homepage, which purges some stray form feed chars in the process. https://bugzilla.gnome.org/show_bug.cgi?id=721488
* Fix automake deprecation warningsFelix Riemann2013-10-181-1/+1
| | | | | INCLUDE is deprecated since 2001. Use the equivalent AM_CPPFLAGS variable.
* jpegutils: Add missing license headersFelix Riemann2012-12-302-0/+42
| | | | | | transupp.h is based on the file shipped by gThumb. https://bugzilla.gnome.org/show_bug.cgi?id=689165
* Fix typo preventing build with libjpeg-6Felix Riemann2010-04-131-1/+1
|
* Ship header forgotten in last commitFelix Riemann2010-04-132-0/+414
| | | | Forgot to add this header with commit 620ee28f.
* Fix lossless JPEG rotation when using libjpeg-8Felix Riemann2010-04-138-160/+2325
| | | | | | | This is mostly a port of the corresponding patch for gThumb by Paolo Bacchilega (bug 612809). Since it's needed by the newer transupp we also ship the internal jpegint.h header as done by digiKam to workaround distros that do not ship it by default. Fixes bug 615387.
* Use git.mk for .gitignore generationFelix Riemann2009-05-021-0/+2
| | | | Add Behdad's git.mk script to generate .gitignore files.
* Produce .la-file as well.Felix Riemann2008-12-051-2/+2
| | | | | | | | | | | | | | 2008-12-05 Felix Riemann <friemann@svn.gnome.org> * jpegutils/Makefile.am: Produce .la-file as well. * doc/reference/Makefile.am: * src/Makefile.am: Link to local convenience libs directly instead of using a library search path to avoid linking to wrong libs. Let automake calculate the dependencies list. Remove now unneeded vars. Fixes bug #560073 (Daniel Macks, Felix Riemann). svn path=/trunk/; revision=4894
* Remove unneeded .svnignore files.Felix Riemann2007-08-101-5/+0
| | | | | | | | 2007-08-10 Felix Riemann <friemann@svn.gnome.org> * */.svnignore: Remove unneeded .svnignore files. svn path=/trunk/; revision=3944
* Rename old CVS files to Subversion. Make updates where necessary. UpdateFelix Riemann2007-01-041-0/+0
| | | | | | | | | 2007-01-04 Felix Riemann <friemann@svn.gnome.org> * *.cvsignore, *.svnignore: Rename old CVS files to Subversion. Make updates where necessary. Update svn properties where required. svn path=/trunk/; revision=3419
* Remove every source file but transupp.[ch].Jens Finke2004-06-177-1065/+0
| | | | | | | | | | | | | | | | | | 2004-06-17 Jens Finke <jens@triq.net> * jpegutils/: Remove every source file but transupp.[ch]. * libeog/eog-image-save-info.[ch] * libeog/eog-save-dialog-helper.[ch]: New files. * eog.glade: New save file dialog. * libeog/eog-metadata-reader.[ch]: Handle duplicated EXIF markers. * libeog/eog-image-jpeg.[ch], * libeog/eog-image.[ch], * shell/eog-window.c: Huge patch, reworked "Save" function completely.
* Initial revisionJens Finke2003-12-0811-0/+2614