summaryrefslogtreecommitdiff
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-1812-7051/+23
* The `cupsRasterWritePixels` function did not correctly swap bytes for someMichael R Sweet2018-01-172-48/+305
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-281-0/+72
* 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
* 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 change...Michael R Sweet2017-07-171-14/+14
* 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
* 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
* More changes for Issue #4909:Michael Sweet2016-10-281-1/+1
* 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
* Fix compiler warnings.Michael Sweet2016-05-301-3/+3
* Add new administrative APis help.Michael Sweet2016-05-251-32/+0
* Move cupsGetDevices to adminutil.h since it isn't a regular application API.Michael Sweet2016-04-141-1/+2
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1120-128/+18
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-232-10/+9
* Remove all remnants of the old private PWG APIs and structures.msweet2016-03-081-2/+2
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-071-12/+3
* Make sure cupsPageSize is initialized.msweet2016-03-021-0/+4
* Add PWG Raster field definitions.msweet2016-02-261-16/+10
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-062-2/+4
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-183-17/+259
* The EPL2 and ZPL sample drivers did not properly support the CutMedia option.msweet2015-12-161-0/+14
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-092-5/+6
* Don't log strings directly (<rdar://problem/23134299>)msweet2015-10-264-64/+59
* Return error if we cannot allocate the compression buffermsweet2015-10-261-1/+9
* Make sure that raster buffer can hold enough data for all planesmsweet2015-10-261-1/+1
* Ensure that cupsBytesPerLine < 2^31 for 32-bit only platformsmsweet2015-10-231-1/+1
* Fix compile error.msweet2015-10-231-0/+2
* Add margin checks to rastertopwg (<rdar://problem/23132108>)msweet2015-10-231-0/+7
* Protect against integer overflow in raster data (<rdar://problem/23131948>)msweet2015-10-231-6/+13
* Documentation updates (STR #4691, STR #4693)msweet2015-08-261-1/+1
* Fix a bug in cupsRasterWritePixels (STR #4650)msweet2015-06-242-10/+42
* Update libcupsimage to properly use DEBUG_ macros.msweet2015-06-244-58/+82
* Save changes to raster unit test and debug messages.msweet2015-06-232-9/+48
* Fix a compiler warning.msweet2015-05-281-8/+4