summaryrefslogtreecommitdiff
path: root/filter
Commit message (Expand)AuthorAge
* Do not link libcups.so and libcupsimage.so againstMartin Pitt2017-09-01
* 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
* 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 change...Michael R Sweet2017-07-17
* Fix rastertopwg line offset bug (Issue #4942)Michael Sweet2017-01-17
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-16
* 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
* More changes for Issue #4909:Michael Sweet2016-10-28
* 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
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-07
* Make sure cupsPageSize is initialized.msweet2016-03-02
* Add PWG Raster field definitions.msweet2016-02-26
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-06
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-18
* The EPL2 and ZPL sample drivers did not properly support the CutMedia option.msweet2015-12-16
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-09
* Don't log strings directly (<rdar://problem/23134299>)msweet2015-10-26
* Return error if we cannot allocate the compression buffermsweet2015-10-26
* Make sure that raster buffer can hold enough data for all planesmsweet2015-10-26
* Ensure that cupsBytesPerLine < 2^31 for 32-bit only platformsmsweet2015-10-23
* Fix compile error.msweet2015-10-23
* Add margin checks to rastertopwg (<rdar://problem/23132108>)msweet2015-10-23
* Protect against integer overflow in raster data (<rdar://problem/23131948>)msweet2015-10-23
* Documentation updates (STR #4691, STR #4693)msweet2015-08-26
* Fix a bug in cupsRasterWritePixels (STR #4650)msweet2015-06-24
* Update libcupsimage to properly use DEBUG_ macros.msweet2015-06-24
* Save changes to raster unit test and debug messages.msweet2015-06-23
* Fix a compiler warning.msweet2015-05-28
* Fix "make check" when there are no native CUPS filters on the system.msweet2015-05-22
* Log the filename that cannot be opened.msweet2015-05-22
* The sample Epson driver could crash (STR #4616)msweet2015-05-06