]> git.ipfire.org Git - thirdparty/cups-filters.git/log
thirdparty/cups-filters.git
13 years agomany more fixes for pdftopdf
Tobias Hoffmann [Sun, 19 Aug 2012 15:05:01 +0000 (17:05 +0200)] 
many more fixes for pdftopdf

13 years agoAdded booklet implementation to pdftopdf
Tobias Hoffmann [Thu, 16 Aug 2012 20:33:05 +0000 (22:33 +0200)] 
Added booklet implementation to pdftopdf

13 years agofixed pdftopdf landscape + number-up case
Tobias Hoffmann [Wed, 15 Aug 2012 16:08:51 +0000 (18:08 +0200)] 
fixed pdftopdf landscape + number-up case

13 years agofixed many remaining issues with the new pdftopdf
Tobias Hoffmann [Tue, 14 Aug 2012 23:38:04 +0000 (01:38 +0200)] 
fixed many remaining issues with the new pdftopdf

13 years agoimported new pdftodf implementation, moved old one to filter/pdftopdf.old
Tobias Hoffmann [Tue, 14 Aug 2012 18:55:41 +0000 (20:55 +0200)] 
imported new pdftodf implementation, moved old one to filter/pdftopdf.old

13 years agoCOPYING: libfontembed is under MIT License
Till Kamppeter [Sat, 28 Jul 2012 09:59:55 +0000 (11:59 +0200)] 
COPYING: libfontembed is under MIT License

13 years agoUpdated NEWS.
Till Kamppeter [Sun, 22 Jul 2012 21:50:15 +0000 (23:50 +0200)] 
Updated NEWS.

13 years agoAdded names of additional contributors
Till Kamppeter [Sun, 22 Jul 2012 21:38:13 +0000 (23:38 +0200)] 
Added names of additional contributors

13 years agocups-filters 1.0.20 Release release-1-0-20
Till Kamppeter [Sat, 21 Jul 2012 15:42:48 +0000 (17:42 +0200)] 
cups-filters 1.0.20 Release

13 years agopdftops: Build fixes and additional Kyocera workaround.
Till Kamppeter [Sat, 21 Jul 2012 15:29:01 +0000 (17:29 +0200)] 
pdftops: Build fixes and additional Kyocera workaround.

13 years agoImproved portability of the package to non-Linux systems
Till Kamppeter [Fri, 20 Jul 2012 08:32:55 +0000 (10:32 +0200)] 
Improved portability of the package to non-Linux systems

13 years agoSearch for dlopen function.
Till Kamppeter [Thu, 19 Jul 2012 14:39:25 +0000 (16:39 +0200)] 
Search for dlopen function.

13 years agoMade the Poppler-based filters pdftopdf and pdftoopvp build with both Poppler 0.18...
Till Kamppeter [Thu, 19 Jul 2012 14:02:32 +0000 (16:02 +0200)] 
Made the Poppler-based filters pdftopdf and pdftoopvp build with both Poppler 0.18.x and 0.20.x

13 years agoSearch for dlopen function. Thanks to Jiri Popelka (jpopelka@rh.c) for this.
Tomáš Chvátal [Thu, 19 Jul 2012 09:36:30 +0000 (11:36 +0200)] 
Search for dlopen function. Thanks to Jiri Popelka (jpopelka@rh.c) for this.

13 years agocups-filters 1.0.19 Release release-1-0-19
Till Kamppeter [Wed, 11 Jul 2012 19:48:23 +0000 (21:48 +0200)] 
cups-filters 1.0.19 Release

13 years agoUpdated NEWS.
Till Kamppeter [Mon, 25 Jun 2012 15:34:41 +0000 (17:34 +0200)] 
Updated NEWS.

13 years agotest
Jiri Popelka [Mon, 25 Jun 2012 15:04:26 +0000 (17:04 +0200)] 
test

13 years agoUpdated .bzrignore.
Till Kamppeter [Fri, 22 Jun 2012 16:12:38 +0000 (18:12 +0200)] 
Updated .bzrignore.

13 years agoFix make dist as the infiles are gone
Tomáš Chvátal [Fri, 22 Jun 2012 15:40:53 +0000 (17:40 +0200)] 
Fix make dist as the infiles are gone

13 years agoError: UNINIT
Jiri Popelka [Fri, 22 Jun 2012 15:02:17 +0000 (17:02 +0200)] 
Error: UNINIT

filter/bannertopdf.c:156: var_decl: Declaring variable "attr" without initializer.
filter/bannertopdf.c:222: uninit_use: Using uninitialized value "attr".

13 years agoError: NULL_RETURNS
Jiri Popelka [Fri, 22 Jun 2012 14:24:44 +0000 (16:24 +0200)] 
Error: NULL_RETURNS

filter/pdftops.c:394: var_assigned: Assigning: "pstops_options" = null return value from "realloc".
filter/pdftops.c:395: dereference: Dereferencing a pointer that might be null "pstops_options" when calling "strlen".

13 years agoError: MISSING_RETURN
Jiri Popelka [Fri, 22 Jun 2012 14:03:38 +0000 (16:03 +0200)] 
Error: MISSING_RETURN

filter/bannertopdf.c:138: missing_return: Arriving at the end of a function without returning a value.

13 years agoError: FORWARD_NULL
Jiri Popelka [Fri, 22 Jun 2012 14:00:48 +0000 (16:00 +0200)] 
Error: FORWARD_NULL

filter/fontembed/sfnt.c:72: var_compare_op: Comparing "ret" to null implies that "ret" might be null.
filter/fontembed/sfnt.c:75: var_deref_op: Dereferencing null variable "ret".

filter/pdftops.c:119: var_compare_op: Comparing "fp" to null implies that "fp" might be null.
filter/pdftops.c:122: var_deref_model: Passing null variable "fp" to function "fclose", which dereferences it.

filter/banner.c:135: var_compare_op: Comparing "f" to null implies that "f" might be null.
filter/banner.c:183: var_deref_model: Passing null variable "f" to function "fclose", which dereferences it.

13 years agoDo not rely on configure values in bash scritpts and use which command.
Tomáš Chvátal [Fri, 22 Jun 2012 11:09:17 +0000 (13:09 +0200)] 
Do not rely on configure values in bash scritpts and use which command.

13 years agoUpdated NEWS
Tomáš Chvátal [Tue, 12 Jun 2012 11:47:42 +0000 (13:47 +0200)] 
Updated NEWS

13 years agoMake the tests pass or disabled.
Tomáš Chvátal [Tue, 12 Jun 2012 11:45:47 +0000 (13:45 +0200)] 
Make the tests pass or disabled.

13 years agoUpdated NEWS
Till Kamppeter [Mon, 11 Jun 2012 20:16:08 +0000 (22:16 +0200)] 
Updated NEWS

13 years agoAdded distribution packaging instructions to INSTALL
Till Kamppeter [Mon, 11 Jun 2012 20:14:43 +0000 (22:14 +0200)] 
Added distribution packaging instructions to INSTALL

13 years agoFixed symlink for texttopdf charsets.
Till Kamppeter [Sun, 10 Jun 2012 08:56:47 +0000 (10:56 +0200)] 
Fixed symlink for texttopdf charsets.

13 years agoSilenced warnings in fontembed code.
Till Kamppeter [Sun, 10 Jun 2012 08:55:15 +0000 (10:55 +0200)] 
Silenced warnings in fontembed code.

13 years agoSilence most warnings in fontembed
Tomáš Chvátal [Sun, 10 Jun 2012 07:32:56 +0000 (09:32 +0200)] 
Silence most warnings in fontembed

13 years agoMore linking to cupsfilters for insane toolchains.
Tomáš Chvátal [Sat, 9 Jun 2012 22:08:32 +0000 (00:08 +0200)] 
More linking to cupsfilters for insane toolchains.

13 years agoProper name is LIBPNG not PNG
Tomáš Chvátal [Sat, 9 Jun 2012 22:05:29 +0000 (00:05 +0200)] 
Proper name is LIBPNG not PNG

13 years agoCreate symlink from utf-8.simple to utf-8
Tomáš Chvátal [Sat, 9 Jun 2012 22:04:32 +0000 (00:04 +0200)] 
Create symlink from utf-8.simple to utf-8

13 years agoCheck for popler features AFTER we ensure poppler around
Tomáš Chvátal [Sat, 9 Jun 2012 22:01:21 +0000 (00:01 +0200)] 
Check for popler features AFTER we ensure poppler around

13 years agoCorrection on one of the previous commites.
Till Kamppeter [Sat, 9 Jun 2012 09:28:14 +0000 (11:28 +0200)] 
Correction on one of the previous commites.

13 years agoFixes on the build system change to autotools.
Till Kamppeter [Fri, 8 Jun 2012 19:34:00 +0000 (21:34 +0200)] 
Fixes on the build system change to autotools.

13 years agoDrop another unused def.
Tomáš Chvátal [Fri, 8 Jun 2012 10:56:04 +0000 (12:56 +0200)] 
Drop another unused def.

13 years agoLcms is mandatory so there is no ifdef check.
Tomáš Chvátal [Fri, 8 Jun 2012 08:28:20 +0000 (10:28 +0200)] 
Lcms is mandatory so there is no ifdef check.

13 years agoFix the duplicate defines as they are not used in the sources.
Tomáš Chvátal [Fri, 8 Jun 2012 08:24:10 +0000 (10:24 +0200)] 
Fix the duplicate defines as they are not used in the sources.

13 years agoENABLE_ZLIB is not used anywhere in the code.
Tomáš Chvátal [Fri, 8 Jun 2012 08:20:48 +0000 (10:20 +0200)] 
ENABLE_ZLIB is not used anywhere in the code.

13 years agoFix fontdir typo in withval.
Tomáš Chvátal [Fri, 8 Jun 2012 08:10:13 +0000 (10:10 +0200)] 
Fix fontdir typo in withval.

13 years agoFix typo in fontdir desc.
Tomáš Chvátal [Fri, 8 Jun 2012 07:59:42 +0000 (09:59 +0200)] 
Fix typo in fontdir desc.

13 years agoDisable weffc++ for now as it is overly verbose.
Tomáš Chvátal [Fri, 8 Jun 2012 07:35:58 +0000 (09:35 +0200)] 
Disable weffc++ for now as it is overly verbose.

13 years agoAs cms is no longer switchable drop also status report.
Tomáš Chvátal [Fri, 8 Jun 2012 07:29:45 +0000 (09:29 +0200)] 
As cms is no longer switchable drop also status report.

13 years agoShow environment settings for better readability.
Tomáš Chvátal [Fri, 8 Jun 2012 07:29:23 +0000 (09:29 +0200)] 
Show environment settings for better readability.

13 years agorastertoescpx seems to need png
Tomáš Chvátal [Thu, 7 Jun 2012 21:27:52 +0000 (23:27 +0200)] 
rastertoescpx seems to need png

13 years agopdftoraster needs cups-filters lib during build.
Tomáš Chvátal [Thu, 7 Jun 2012 21:27:02 +0000 (23:27 +0200)] 
pdftoraster needs cups-filters lib during build.

13 years agoBuild even with cups 1.6b
Tomáš Chvátal [Thu, 7 Jun 2012 21:03:17 +0000 (23:03 +0200)] 
Build even with cups 1.6b

13 years agoAdd fixme stating what should be correct thing to do.
Tomáš Chvátal [Thu, 7 Jun 2012 20:49:23 +0000 (22:49 +0200)] 
Add fixme stating what should be correct thing to do.

13 years agoDefault dir should be fonts not font.
Tomáš Chvátal [Thu, 7 Jun 2012 20:48:16 +0000 (22:48 +0200)] 
Default dir should be fonts not font.

13 years agoLCMS is actually mandatory with without-cms the pdftoraster never compiles.
Tomáš Chvátal [Thu, 7 Jun 2012 20:46:16 +0000 (22:46 +0200)] 
LCMS is actually mandatory with without-cms the pdftoraster never compiles.

13 years agoNo lcms linking required here.
Tomáš Chvátal [Thu, 7 Jun 2012 20:44:04 +0000 (22:44 +0200)] 
No lcms linking required here.

13 years agoUpdated NEWS file.
Till Kamppeter [Tue, 5 Jun 2012 15:33:36 +0000 (17:33 +0200)] 
Updated NEWS file.

13 years agoAdd autotools based build system.
Tomáš Chvátal [Mon, 4 Jun 2012 16:46:44 +0000 (18:46 +0200)] 
Add autotools based build system.

This commit fixes various build issues we had while preparing packages for
Gentoo.

Removals are all build system related or files that were never used.

Modified source files are those that were required in order to build with
clang/gcc-4.7.

Folders were moved around to beter provide nice and easy structure for
contributors.

Remains to fix: 8 out of 10 testsuites currently fail as they hardcode
various paths. This probably needs to be fixed prior release or the
tests should be disabled.

13 years agotextonly: Filter did not work as a pipe with copies=1
Till Kamppeter [Tue, 29 May 2012 15:48:51 +0000 (17:48 +0200)] 
textonly: Filter did not work as a pipe with copies=1

13 years agotexttopdf: Avoid trimming the results of FcFontSort(), as this may miss some reasonab...
Till Kamppeter [Sat, 19 May 2012 16:51:13 +0000 (18:51 +0200)] 
texttopdf: Avoid trimming the results of FcFontSort(), as this may miss some reasonable candidates under certain circumstances.

13 years agoCorrected documentation.
Till Kamppeter [Wed, 16 May 2012 12:54:55 +0000 (14:54 +0200)] 
Corrected documentation.

13 years agocups-filters 1.0.18 Release release-1-0-18
Till Kamppeter [Wed, 16 May 2012 09:06:26 +0000 (11:06 +0200)] 
cups-filters 1.0.18 Release

13 years agoUpdated README for new pdftops options
Till Kamppeter [Wed, 16 May 2012 08:00:46 +0000 (10:00 +0200)] 
Updated README for new pdftops options

13 years agopdftops: Allow selecting renderer and setting image resolution limit at runtime
Till Kamppeter [Wed, 16 May 2012 07:29:29 +0000 (09:29 +0200)] 
pdftops: Allow selecting renderer and setting image resolution limit at runtime

13 years agopdftops: Fixed crash when printing more than one copy with Collate, silenced warning...
Till Kamppeter [Mon, 14 May 2012 18:33:42 +0000 (20:33 +0200)] 
pdftops: Fixed crash when printing more than one copy with Collate, silenced warning, cleaned reading of number of copies from incoming PDF.

13 years agopdftops: Added a crash guard
Till Kamppeter [Wed, 9 May 2012 18:36:07 +0000 (11:36 -0700)] 
pdftops: Added a crash guard

13 years agopdftops: Start determining the printing resolution with cupsRasterInterpretPPD()...
Till Kamppeter [Wed, 9 May 2012 00:16:11 +0000 (17:16 -0700)] 
pdftops: Start determining the printing resolution with cupsRasterInterpretPPD(), this is the most reliable

13 years agopdftops: If printing resolution is determined by cupsRasterInterpretPPD() do not...
Till Kamppeter [Tue, 8 May 2012 18:22:14 +0000 (11:22 -0700)] 
pdftops: If printing resolution is determined by cupsRasterInterpretPPD() do not stick on 100 dpi if the resolution cannot be determined

13 years agocups-filters 1.0.17 Release release-1-0-17
Till Kamppeter [Fri, 20 Apr 2012 12:32:41 +0000 (14:32 +0200)] 
cups-filters 1.0.17 Release

13 years agopdftopdf: Fixed segmentation fault when printing selected pages ("page-ranges" option)
Till Kamppeter [Fri, 20 Apr 2012 12:28:29 +0000 (14:28 +0200)] 
pdftopdf: Fixed segmentation fault when printing selected pages ("page-ranges" option)

13 years agocups-filters 1.0.15 Release release-1-0-16
Till Kamppeter [Mon, 16 Apr 2012 09:46:41 +0000 (11:46 +0200)] 
cups-filters 1.0.15 Release

13 years agoFixed segfaults in the pdftopdf filter
Till Kamppeter [Mon, 16 Apr 2012 08:04:56 +0000 (10:04 +0200)] 
Fixed segfaults in the pdftopdf filter

13 years agocups-filters 1.0.15 Release release-1-0-15
Till Kamppeter [Wed, 11 Apr 2012 20:29:34 +0000 (22:29 +0200)] 
cups-filters 1.0.15 Release

13 years agopdftops: Adaptations of image/page compression handling to get PostScript printers...
Till Kamppeter [Wed, 11 Apr 2012 19:08:01 +0000 (21:08 +0200)] 
pdftops: Adaptations of image/page compression handling to get PostScript printers doing the jobs more quickly.

13 years agocups-filters 1.0.14 Release release-1-0-14
Till Kamppeter [Tue, 10 Apr 2012 17:28:24 +0000 (19:28 +0200)] 
cups-filters 1.0.14 Release

13 years agopdftops: Call PDF interpreter with printer's resolution on command line
Till Kamppeter [Tue, 10 Apr 2012 17:25:04 +0000 (19:25 +0200)] 
pdftops: Call PDF interpreter with printer's resolution on command line

13 years agocups-filters 1.0.13 Release release-1-0-13
Till Kamppeter [Mon, 9 Apr 2012 15:58:15 +0000 (17:58 +0200)] 
cups-filters 1.0.13 Release

13 years agobannertopdf: Fix display of the job dates on the test page and on banner pages
Till Kamppeter [Mon, 9 Apr 2012 15:53:25 +0000 (17:53 +0200)] 
bannertopdf: Fix display of the job dates on the test page and on banner pages

13 years agocups-filters 1.0.12 Release release-1-0-12
Till Kamppeter [Wed, 4 Apr 2012 17:53:57 +0000 (19:53 +0200)] 
cups-filters 1.0.12 Release

13 years agoFixed crash of imagetopdf filter when it is called manually without supplying a valid...
Till Kamppeter [Wed, 4 Apr 2012 17:49:42 +0000 (19:49 +0200)] 
Fixed crash of imagetopdf filter when it is called manually without supplying a valid PPD file

13 years agocups-filters 1.0.11 Release release-1-0-11
Till Kamppeter [Thu, 29 Mar 2012 15:01:10 +0000 (17:01 +0200)] 
cups-filters 1.0.11 Release

13 years agoActually install the Generic PDF printer PPD file
Till Kamppeter [Thu, 29 Mar 2012 14:41:48 +0000 (16:41 +0200)] 
Actually install the Generic PDF printer PPD file

13 years agocups-filters 1.0.10 Release release-1-0-10
Till Kamppeter [Thu, 29 Mar 2012 14:20:35 +0000 (16:20 +0200)] 
cups-filters 1.0.10 Release

13 years agoAdded new files for PDF filter changes
Till Kamppeter [Thu, 29 Mar 2012 14:06:07 +0000 (16:06 +0200)] 
Added new files for PDF filter changes

13 years agoAdded Generic PPD file for native PDF printers
Till Kamppeter [Thu, 29 Mar 2012 14:04:44 +0000 (16:04 +0200)] 
Added Generic PPD file for native PDF printers

13 years agoUpdated all code copied from Poppler to the current state of Poppler
Till Kamppeter [Thu, 29 Mar 2012 09:42:35 +0000 (11:42 +0200)] 
Updated all code copied from Poppler to the current state of Poppler

13 years agoRemoved obsolete MIME conversion rules, cups-filters 1.0.9 Release release-1-0-9
Till Kamppeter [Mon, 26 Mar 2012 18:02:14 +0000 (20:02 +0200)] 
Removed obsolete MIME conversion rules, cups-filters 1.0.9 Release

13 years agoCleaned up sample PPD file HP-Color_LaserJet_CM3530_MFP-PDF.ppd
Till Kamppeter [Mon, 26 Mar 2012 17:40:00 +0000 (19:40 +0200)] 
Cleaned up sample PPD file HP-Color_LaserJet_CM3530_MFP-PDF.ppd

13 years agoimagetopdf: Added native PDF printer support
Till Kamppeter [Mon, 26 Mar 2012 16:45:42 +0000 (18:45 +0200)] 
imagetopdf: Added native PDF printer support

13 years agoSet "scale-to-fit" as default for image filters
Till Kamppeter [Mon, 26 Mar 2012 15:56:50 +0000 (17:56 +0200)] 
Set "scale-to-fit" as default for image filters

13 years agocups-filters 1.0.8 Release release-1-0-8
Till Kamppeter [Thu, 22 Mar 2012 08:06:03 +0000 (09:06 +0100)] 
cups-filters 1.0.8 Release

13 years agopdftops: Generally reduce compression of PS output to gain better compatibility with...
Till Kamppeter [Wed, 21 Mar 2012 23:49:14 +0000 (00:49 +0100)] 
pdftops: Generally reduce compression of PS output to gain better compatibility with printers

13 years agopdftops: Added one more Ghostscript command line parameter to overcome a PostScript...
Till Kamppeter [Wed, 21 Mar 2012 21:09:54 +0000 (22:09 +0100)] 
pdftops: Added one more Ghostscript command line parameter to overcome a PostScript interpreter bug in Brother's printers

13 years agocups-filters 1.0.7 Release release-1-0-7
Till Kamppeter [Tue, 20 Mar 2012 17:22:40 +0000 (18:22 +0100)] 
cups-filters 1.0.7 Release

13 years agoUpdated documentation for new "psdebug" option.
Till Kamppeter [Tue, 20 Mar 2012 17:19:50 +0000 (18:19 +0100)] 
Updated documentation for new "psdebug" option.

13 years agopdftops: Added debug mode to send uncompressed PostScript ("-o psdebug").
Till Kamppeter [Tue, 20 Mar 2012 16:59:56 +0000 (17:59 +0100)] 
pdftops: Added debug mode to send uncompressed PostScript ("-o psdebug").

13 years agocups-filters 1.0.6 Release release-1-0-6
Till Kamppeter [Tue, 20 Mar 2012 11:27:21 +0000 (12:27 +0100)] 
cups-filters 1.0.6 Release

13 years agoMakefile: Placed the "Makedefs" rule correctly so that "make" without parameters...
Till Kamppeter [Tue, 20 Mar 2012 11:23:13 +0000 (12:23 +0100)] 
Makefile: Placed the "Makedefs" rule correctly so that "make" without parameters does the right thing.

13 years agopdftopdf: Emit page_log entries when printing on a native PDF printer
Till Kamppeter [Tue, 20 Mar 2012 11:11:47 +0000 (12:11 +0100)] 
pdftopdf: Emit page_log entries when printing on a native PDF printer

13 years agoMinor bigfix in fontembed
Tobias Hoffmann [Mon, 19 Mar 2012 23:37:12 +0000 (00:37 +0100)] 
Minor bigfix in fontembed

13 years agoAlso support filenames in pdf.utf-8
Tobias Hoffmann [Mon, 19 Mar 2012 19:43:01 +0000 (20:43 +0100)] 
Also support filenames in pdf.utf-8

13 years agoBrother PS workaround: Suppress CCITT compression for bitmap glyphs and images
Till Kamppeter [Mon, 19 Mar 2012 11:46:53 +0000 (12:46 +0100)] 
Brother PS workaround: Suppress CCITT compression for bitmap glyphs and images

13 years agoFixed typos in pdf font descriptor
Tobias Hoffmann [Sun, 18 Mar 2012 14:32:51 +0000 (15:32 +0100)] 
Fixed typos in pdf font descriptor
Added some more comments