summaryrefslogtreecommitdiff
path: root/cups/ppd-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix job-pages-per-set for duplex/number-up jobs.Michael R Sweet2021-04-271-5/+30
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-17/+65
* Use pwgMediaForSize when looking up PPD sizes (Issue #5633)Michael R Sweet2019-12-021-1/+1
* Support trim finishing options.Michael R Sweet2019-10-241-64/+130
* Update finishings support to use standard (or standard-inspired) PPD optionMichael R Sweet2019-10-171-14/+136
* Fix clang errors on Linux.Michael R Sweet2019-04-201-2/+2
* Clean up Clang analyzer warnings.Michael R Sweet2019-04-201-1/+1
* Fix PPD caching and IPP Everywhere PPDs (Issue #5535)Michael R Sweet2019-02-271-4/+14
* Make explicit cast from enum to integerSean Kau2019-02-181-1/+1
* Changelog.Michael R Sweet2019-01-211-1/+1
* Fix potential unaligned accesses in the string pool (Issue #5474)Michael R Sweet2019-01-211-76/+60
* Fix a crash bug when mapping PPD duplex options to IPP attributes (rdar://461...Michael R Sweet2018-11-261-3/+3
* Add cupsManualCopies as needed (Issue #5433)Michael R Sweet2018-11-141-0/+2
* Fix more compiler warnings (Issue #5423)Michael R Sweet2018-11-061-1/+1
* Fix compiler warnings (Issue #5423)Michael R Sweet2018-11-061-8/+8
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
* Support face-up printers (Issue #5345)Michael R Sweet2018-09-281-0/+30
* Don't try to map cupsFinishingTemplate=none, fall back to individual options ...Michael R Sweet2018-08-211-1/+1
* Fix whitespace.Michael R Sweet2018-08-191-24/+24
* Fix localization of IPP Everywhere PPD (Issue #5362)Michael R Sweet2018-08-191-59/+90
* Fix shared printing using the IPP Everywhere driver (Issue #5361)Michael R Sweet2018-08-191-1/+11
* More tweaks for IPP Everywhere support in web interface.Michael R Sweet2018-06-181-2/+2
* Include cupsJobPassword keyword in generated PPDs (Issue #5265)Michael R Sweet2018-03-191-0/+35
* Fix printing to some IPP Everywhere printers (Issue #5238)Michael R Sweet2018-03-121-20/+15
* Attribute names in cupsFinishingTemplate should be prefixed with PostScriptMichael R Sweet2018-01-181-1/+1
* Expand ColorModel support for IPP Everywhere printers to include device colorMichael R Sweet2018-01-181-27/+54
* Add support for deep grayscale (ColorModel=Gray16) and 8-bit AdobeRGBMichael Sweet2018-01-181-2/+29
* Fixed an issue with mapping finishing options (rdar://34250727)Michael R Sweet2018-01-171-8/+6
* Generate strings files for localizing PPD options (Issue #5194)Michael R Sweet2017-12-191-16/+68
* Add support for IPP presets (Issue #5179)Michael R Sweet2017-12-111-0/+145
* Fix some typos that prevented the cupsFinishingTemplate option from beingMichael R Sweet2017-12-071-3/+3
* Some more localization fixes and simplifications.Michael Sweet2017-12-011-413/+143
* First part of better media support (Issue #5167)Michael Sweet2017-11-291-88/+309
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-281-10/+53
* Add cupsFinishingTemplate to generated PPDs.Michael Sweet2017-11-271-7/+84
* Add media-type localizations for printer-specific media types (Issue #5168)Michael R Sweet2017-11-101-2/+109
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
* Silence Clang static analyzer warning.Michael R Sweet2017-11-011-1/+2
* Fix sorting bug.Michael Sweet2017-08-271-1/+1
* The IPP Everywhere PPD generator now sorts the supported resolutions beforeMichael Sweet2017-08-271-68/+105
* The IPP backend incorrectly sent the "job-pages-per-set" attribute to PDFMichael Sweet2017-07-181-2/+4
* The IPP backend now always sends the "finishings" attribute for printers thatMichael R Sweet2017-07-071-2/+18
* Allow PWG Raster types to vary by case (non-conformant behavior for Issue #4998)Michael Sweet2017-05-161-4/+4
* Clean out old code (Issue #4980)Michael R Sweet2017-03-141-132/+0
* The IPP Everywhere finishings support did not work correctly with common UI orMichael Sweet2017-03-101-65/+155
* Update localized media type names.Michael Sweet2017-03-101-1/+1
* Fix localization of media type values, add a few common vendor-specific types.Michael Sweet2017-03-101-6/+23
* Add meaningful error messages to IPP Everywhere PPD generator (Issue #4954)Michael Sweet2017-03-091-1/+15
* Update MediaType code to list all media-type-supported values, regardless ofMichael Sweet2017-03-091-5/+12
* Support all print-quality values reported by the printer, regardless of theMichael Sweet2017-03-091-8/+33