summaryrefslogtreecommitdiff
path: root/cups/pwg-media.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant codeAlfonso Gregory2021-09-071-2/+2
|
* Media size matching now uses a tolerance of 0.5mm (rdar://33822024)Michael R Sweet2019-02-211-4/+7
|
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
| | | | Also, old MD5 code is internal-only.
* Last of the media improvements (Issue #5167)Michael Sweet2017-11-301-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | cups/dest-localization.c: - Use "other tray" and "other media" for unknown media sources and types. cups/dest-options.c: - media-key is king for size matching. - Synthesize a media-key value using the size name unless we can't get one. cups/language-private.h: - Add _CUPS_MESSAGE_PO constant. cups/pwg-media.c: - Allow PWG names with a trailing "_foo" qualifier (so media-key still works if an application just adds the _cups_size_t.media value as the "media" option. locale/*.{po,pot,strings}: - Update localization strings. locale/cups.footer: - Add common HP and Canon media types. locale/checkpo.c: - Fix \ validation.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
|
* Add support for Japanese Kaku 1 envelope size (rdar://34774110)Michael Sweet2017-10-021-0/+1
| | | | - Add jpn_kaku1_270x382mm size to table.
* Sync up with fixes from IPP sample project.Michael R Sweet2017-03-071-1/+1
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
| | | | Bump copyright to 2017 in web interface and README files.
* Suppress duplicate media sizes (Issue #4933)Michael Sweet2016-12-141-3/+3
|
* More changes for Issue #4909:Michael Sweet2016-10-281-59/+72
| | | | | - Don't include cupsFilter2 lines for PostScript, PCLXL, or TIFF. - Update PWG media support code to always have a PPD size name.
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-8/+8
|
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-231-4/+1
|
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-071-25/+10
| | | | | | | 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
* Fix formatting.msweet2014-05-161-7/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11881 a1ca3aef-8c08-0410-bb20-df032aa958be
* PPD cache did not reflect full set of media sizes.msweet2014-04-231-5/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11826 a1ca3aef-8c08-0410-bb20-df032aa958be
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy ↵msweet2014-02-061-29/+10
| | | | | | usage. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11558 a1ca3aef-8c08-0410-bb20-df032aa958be
* Removed some duplicate size definitions for some ISO sizes that were causingmsweet2013-08-141-3/+14
| | | | | | | | problems (<rdar://problem/14722721>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11239 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update version numbers.msweet2013-07-031-6/+6
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11085 a1ca3aef-8c08-0410-bb20-df032aa958be
* <rdar://problem/14065748> pwgMediaForPWG: roll_max_36.1025x3622.0472in ↵msweet2013-06-051-2/+3
| | | | | | | | | becomes 91700 x 180568 instead of 91700 x 9199999 Convert fractional portion separately to avoid integer overflow. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11011 a1ca3aef-8c08-0410-bb20-df032aa958be
* <rdar://problem/13493241> APVT3.0 checks a custom size using a 1/100mm ↵msweet2013-05-231-60/+141
| | | | | | | | | | smaller size Don't use floating point at all. Go old-school and do integer math to convert to 100ths of millimeters... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10988 a1ca3aef-8c08-0410-bb20-df032aa958be
* <rdar://problem/ 13493241> APVT3.0 checks a custom size using a 1/100mm ↵msweet2013-05-131-4/+4
| | | | | | smaller size git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10976 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7b1-r10947.msweet2013-04-091-157/+301
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4274 a1ca3aef-8c08-0410-bb20-df032aa958be
* Sync up with CUPS 1.7svn-r10893msweet2013-03-111-5/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4216 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10755.msweet2012-12-121-1/+0
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4074 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10704.msweet2012-11-161-6/+31
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4027 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10629.msweet2012-10-011-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3933 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10510.msweet2012-05-231-23/+84
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3833 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10437.msweet2012-04-231-5/+21
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3794 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10390.msweet2012-03-301-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3755 a1ca3aef-8c08-0410-bb20-df032aa958be
* Sync up with CUPS 1.6svn-r10269 (changes from Zin TOT merged into cups.org TOT)msweet2012-02-131-4/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3645 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10188, including changes for ↵msweet2012-01-191-2/+2
| | | | | | <rdar://problem/10127258> CUPS 1.6: New printer/printing APIs git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3618 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10112.msweet2011-11-081-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3486 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5b2-r9811.msweet2011-05-261-2/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3289 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5b1-r9798.msweet2011-05-201-21/+21
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3275 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9641msweet2011-03-231-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3071 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9602.msweet2011-03-141-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3046 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9313.msweet2010-09-221-26/+189
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2683 a1ca3aef-8c08-0410-bb20-df032aa958be
* Import changes from CUPS 1.5svn-r9085.msweet2010-04-071-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2046 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9049 (private header support)msweet2010-03-241-4/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9041.msweet2010-03-231-0/+688
(all of the media changes) git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1987 a1ca3aef-8c08-0410-bb20-df032aa958be