summaryrefslogtreecommitdiff
path: root/filter
Commit message (Collapse)AuthorAge
* Do not link libcups.so and libcupsimage.so unnecessarilyMartin Pitt2018-11-16
| | | | | | | | | This avoids unnecessary package dependencies for both libcups, as well as for packages using cups-config. Bug: https://www.cups.org/str.php?L4343 Bug-Debian: http://bugs.debian.org/438067 Patch-Name: drop_unnecessary_dependencies.patch
* Move away from redefining __attribute__ (Issue #5349)Michael R Sweet2018-11-07
|
* Switch to _WIN32 for Windows test.Michael R Sweet2018-10-17
|
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-15
|
* Add code signing to 2.2 branch.Michael R Sweet2018-10-11
| | | | Fix test suite with dylibs.
* Merge label driver changes (Issue #5350)Michael R Sweet2018-07-18
|
* Fix A4 crash in Epson 24-pin driver (Issue #5323)Michael R Sweet2018-06-18
|
* Update documentation and localization files for CUPS 2.2.8 release.Michael R Sweet2018-06-05
|
* Fix a parsing bug in the pstops filter (Issue #5321)Michael R Sweet2018-06-05
|
* Mirror documentation updates from master.Michael R Sweet2018-05-14
|
* Backport CUPS 2.3.x changes to 2.2.x (Issue #5255)Michael R Sweet2018-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed a compile issue when PAM is not available (Issue #5253) - Documentation fixes (Issue #5252) - Star Micronics printers need the "unidir" USB quirk rule (Issue #5251) - The scheduler now supports using temporary print queues for older IPP/1.1 print queues like those shared by CUPS 1.3 and earlier (Issue #5241) - The `cupsRasterWritePixels` function did not correctly swap bytes for some formats (Issue #5225) - Added a USB quirk rule for Canon MP280 series printers (Issue #5221) - The `ppdInstallableConflict` tested too many constraints (Issue #5213) - More fixes for printing to old CUPS servers (Issue #5211) - The `cupsCopyDest` function now correctly copies the `is_default` value (Issue #5208) - The scheduler did not work with older versions of uClibc (Issue #5188) - The scheduler now substitutes default values for invalid job attributes when running in "relaxed conformance" mode (Issue #5186) - Fixed PAM module detection and added support for the common PAM definitions (Issue #5185) - Fixed a journald support bug in the scheduler (Issue #5181) - The cups-driverd program incorrectly stopped scanning PPDs as soon as a loop was seen (Issue #5170) - Fixed group validation on OpenBSD (Issue #5166) - Fixed the `ippserver` sample code when threading is disabled or unavailable (Issue #5154) - The `cupsEnumDests` function did not include options from the lpoptions files (Issue #5144) - The `SSLOptions` directive now supports `MinTLS` and `MaxTLS` options to control the minimum and maximum TLS versions that will be allowed, respectively (Issue #5119) - The scheduler did not write out dirty configuration and state files if there were open client connections (Issue #5118) - The `lpadmin` command now provides a better error message when an unsupported System V interface script is used (Issue #5111) - The `lp` and `lpr` commands now provide better error messages when the default printer cannot be found (Issue #5096) - No longer support backslash, question mark, or quotes in printer names (Issue #4966) - The CUPS library now supports the latest HTTP Digest authentication specification including support for SHA-256 (Issue #4862) - The `lpstat` command now reports when new jobs are being held (Issue #4761) - The `lpoptions` command incorrectly saved default options (Issue #4717) - The `ppdLocalizeIPPReason` function incorrectly returned a localized version of "none" (rdar://36566269) - TLS connections now properly timeout (rdar://34938533) - The IPP backend did not properly detect failed PDF prints (rdar://34055474)
* Add verbosity option.Michael Sweet2017-08-29
|
* Add -d (document-format) option to override which format is used.Michael Sweet2017-08-29
|
* Fix output to write a full page.Michael Sweet2017-08-29
| | | | Add "force grayscale" option.
* Move test client program to filter directory, finish initial implementation.Michael Sweet2017-08-29
|
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-17
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-17
| | | | | | changed in incompatible ways again... (Issue #5050)
* Fix rastertopwg line offset bug (Issue #4942)Michael Sweet2017-01-17
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-16
| | | | Bump copyright to 2017 in web interface and README files.
* One more fix for asymmetric resolutions (Issue #4934)Michael R Sweet2016-12-14
|
* Fix asymmetric resolution bug, address unit test issues.Michael Sweet2016-12-14
|
* Fix compiler warning.Michael Sweet2016-11-18
|
* Fix size of header (Issue #4920)Michael Sweet2016-11-18
|
* Handle Apple raster.Michael Sweet2016-11-08
|
* Fix typo.Michael R Sweet2016-11-08
|
* Fix some issues with the Zebra ZPL printer driver (Issue #4898)Michael R Sweet2016-11-07
| | | | | | | | - Move "delete graphic" command after "end format" command since some older printers seem to have bugs with that. - Add "print width" command so that label is properly centered. - Add "inverted orientation" command so that labels are properly oriented (leading-edge == top)
* More changes for Issue #4909:Michael Sweet2016-10-28
| | | | | - Don't include cupsFilter2 lines for PostScript, PCLXL, or TIFF. - Update PWG media support code to always have a PPD size name.
* Add beta support for AppleRaster (per IANA Printer MIB)Michael R Sweet2016-10-27
|
* Update API documentation (PR #4896).Michael Sweet2016-10-20
|
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-21
|
* CUPS 2.2 is part of macOS 10.12.Michael R Sweet2016-06-20
|
* Update all references to OS X to macOS.Michael R Sweet2016-06-20
|
* Fix compiler warnings.Michael Sweet2016-05-30
|
* Add new administrative APis help.Michael Sweet2016-05-25
|
* Move cupsGetDevices to adminutil.h since it isn't a regular application API.Michael Sweet2016-04-14
|
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-11
|
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-23
|
* Remove all remnants of the old private PWG APIs and structures.msweet2016-03-08
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13124 a1ca3aef-8c08-0410-bb20-df032aa958be
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-07
| | | | | | | Also remove old 10.8 private APIs that are no longer needed. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13118 a1ca3aef-8c08-0410-bb20-df032aa958be
* Make sure cupsPageSize is initialized.msweet2016-03-02
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13114 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add PWG Raster field definitions.msweet2016-02-26
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13110 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-06
| | | | | | | deprecated. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13034 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-18
| | | | | | | attribute values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13024 a1ca3aef-8c08-0410-bb20-df032aa958be
* The EPL2 and ZPL sample drivers did not properly support the CutMedia option.msweet2015-12-16
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13021 a1ca3aef-8c08-0410-bb20-df032aa958be
* Do some code reorganization so that all of the PPD code is separate from the ↵msweet2015-12-09
| | | | | | | | | | | rest. Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be
* Don't log strings directly (<rdar://problem/23134299>)msweet2015-10-26
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12934 a1ca3aef-8c08-0410-bb20-df032aa958be
* Return error if we cannot allocate the compression buffermsweet2015-10-26
| | | | | | | | (<rdar://problem/23134228>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12932 a1ca3aef-8c08-0410-bb20-df032aa958be
* Make sure that raster buffer can hold enough data for all planesmsweet2015-10-26
| | | | | | | (<rdar://problem/23133998>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12930 a1ca3aef-8c08-0410-bb20-df032aa958be
* Ensure that cupsBytesPerLine < 2^31 for 32-bit only platformsmsweet2015-10-23
| | | | | | | (<rdar://problem/23133393>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12923 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix compile error.msweet2015-10-23
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12912 a1ca3aef-8c08-0410-bb20-df032aa958be