summaryrefslogtreecommitdiff
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* adding rastertopdf filter - currently unused in the buildHEADmastersteve algernon2022-06-271-0/+478
|
* Remove redundant codeAlfonso Gregory2021-09-072-3/+2
|
* Always send roll select command.Michael R Sweet2019-11-271-3/+1
|
* Add support for the second roll in DYMO Twin/DUO label printers.Michael R Sweet2019-11-271-5/+8
|
* Put IDR command in its own XA/XZ section.Michael R Sweet2019-05-241-0/+7
|
* Swap ^IDR and ^XZ commands to make sure that page image is deleted on the labelMichael R Sweet2019-05-241-4/+5
| | | | printer. (Why is this even a thing?)
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-15/+13
| | | | "--libs" output (Issue #5261)
* Fix clang errors on Linux.Michael R Sweet2019-04-201-2/+2
| | | | Fix subtype support on Linux/Avahi.
* Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet2019-03-191-8/+8
|
* Documentation updates.Michael R Sweet2019-02-182-76/+76
|
* Use codedoc now instead of mxmldoc.Michael R Sweet2019-01-071-5/+5
| | | | Dump all of the docset stuff - Xcode no longer supports it... :(
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-16/+15
| | | | Also, old MD5 code is internal-only.
* Add code signing for macOS Mojave.Michael R Sweet2018-09-181-0/+8
|
* Merge pull request #5350 from benlees/masterMichael R Sweet2018-07-181-2/+2
|\ | | | | Correct typos in rastertolabel
| * Intellitech print density should be signedbenlees2018-07-081-1/+1
| | | | | | The print density ranges from -15 to +15. The output should be a signed integer.
| * Correct page height for Zebra CPCL outputbenlees2018-07-081-1/+1
| | | | | | PAGE-HEIGHT is being set to cupsWidth rather than cupsHeight.
* | Replace the rest of the uses of __attribute__ that need to be portable ↵Michael R Sweet2018-07-091-2/+1
|/ | | | (Issue #5349)
* Fix A6 crash bug in Epson 24-pin driver (Issue #5323)Michael R Sweet2018-06-181-3/+4
|
* Update documentation and localization files for 2.3b5 release.Michael R Sweet2018-06-051-3/+7
|
* Fix a parsing bug in the pstops filter (Issue #5321)Michael R Sweet2018-06-051-4/+5
|
* Fix cupsJobPassword documentation.Michael R Sweet2018-05-141-1/+14
|
* Mark cupsGetDevices as deprecated.Michael R Sweet2018-05-141-4/+4
| | | | | | | | Update CUPS Programming Manual. Update CUPS Admin API documentation. Update CUPS PPD documentation.
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-205-35/+20
|
* Changelog and dependencies updates.Michael R Sweet2018-02-201-12/+13
|
* Fix installation of filters (Issue #5247)Michael R Sweet2018-02-201-12/+8
|
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-1812-7051/+23
| | | | benchmark.
* The `cupsRasterWritePixels` function did not correctly swap bytes for someMichael R Sweet2018-01-172-48/+305
| | | | | | | | | | | | | | formats (Issue #5225) filter/raster.c: - Add debug logging for color spaces, modes, and offsets during writes. - Fix byte swapping of compressed data in cupsRasterReadPixels. - Add cups_copy_swap function that copies and swaps bytes. - Use cups_copy_swap function when copying pixel data in cupsRasterWritePixels. filter/testraster.c: - Add logging of first 10 incorrect raster bytes. - Fix PASS/FAIL logging of cupsRasterReadHeader2.
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-281-0/+72
| | | | | | | | - cups/ppd-cache.c: Look for cupsFinishingTemplate option, finishings-col-database attribute. Add finishings-col with finishing-template. - cups/ppd-private.h: Add array of finishing-template names. - scheduler/printers.c: Add finishings-col-database.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-0716-105/+15
|
* Add verbosity option.Michael Sweet2017-08-291-6/+17
|
* Add -d (document-format) option to override which format is used.Michael Sweet2017-08-291-4/+46
|
* Fix output to write a full page.Michael Sweet2017-08-291-9/+77
| | | | Add "force grayscale" option.
* Move test client program to filter directory, finish initial implementation.Michael Sweet2017-08-292-1/+852
|
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-3/+3
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-14/+14
| | | | | | changed in incompatible ways again... (Issue #5050)
* Fix rastertopwg line offset bug (Issue #4942)Michael Sweet2017-01-171-1/+4
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-1615-15/+15
| | | | Bump copyright to 2017 in web interface and README files.
* One more fix for asymmetric resolutions (Issue #4934)Michael R Sweet2016-12-141-4/+6
|
* Fix asymmetric resolution bug, address unit test issues.Michael Sweet2016-12-142-5/+32
|
* Fix compiler warning.Michael Sweet2016-11-181-2/+2
|
* Fix size of header (Issue #4920)Michael Sweet2016-11-181-3/+3
|
* Handle Apple raster.Michael Sweet2016-11-081-1/+6
|
* Fix typo.Michael R Sweet2016-11-081-1/+1
|
* Fix some issues with the Zebra ZPL printer driver (Issue #4898)Michael R Sweet2016-11-071-2/+15
| | | | | | | | - 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-281-1/+1
| | | | | - 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-272-47/+275
|
* Update API documentation (PR #4896).Michael Sweet2016-10-201-3/+3
|
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-211-1/+1
|
* CUPS 2.2 is part of macOS 10.12.Michael R Sweet2016-06-201-1/+1
|
* Update all references to OS X to macOS.Michael R Sweet2016-06-2010-75/+75
|