]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/cupsfilter.c
More localization work.
[thirdparty/cups.git] / scheduler / cupsfilter.c
2010-11-22  mikeMore localization work.
2010-11-20  mikeFix compile errors.
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2010-03-24  mikeThe cupsfilter command did not set the RIP_MAX_CACHE...
2010-03-24  mikeChange all private headers to foo-private.h, and option...
2010-03-05  mikeAdd "-d printer" option to cupsfilter.
2010-03-03  mikeMake sure that we set the PRINTER, PRINTER_INFO, and...
2009-10-15  mikeStop using exclamation marks in error messages.
2009-06-05  mikeUse dup2(fd, n) in all places instead of close(n) and...
2009-02-26  mikeDon't use PPD filters by default in cupsfilter - new...
2009-02-16  mikeLocalization fixes, plus preliminary localizations...
2009-02-04  mikeFix compiler warnings.
2008-11-07  mikeThe cupsfilter utility did not set the CONTENT_TYPE...
2008-09-17  mikeFix clang-reported errors.
2008-09-11  mikeAdded support for printer filtering by the cupsfilter...
2008-08-26  mikecupsfilter used the wrong default path (STR #2908)
2008-06-26  mikeFix MIME database support for multiple directories...
2008-06-17  mikeAdd support for MIME type priorities and files in DataD...
2008-01-16  mikeAdd NULL checks and fix some resource leaks reported...
2008-01-14  mikeFix a variety of minor issues discovered by Coverity...
2007-08-29  mikeImplement CUPS-Get-Document operation (STR #118)
2007-08-20  mikeThe generic PPD has moved on Mac OS X 10.5.
2007-08-17  mikeChange cupsfilter to better simulate Mac OS X "convert...
2007-07-19  mikeActually read cupsd.conf and set the RIPCache value.
2007-07-19  mikeFix support for '-o' option when running as "convert...
2007-07-19  mikeAdd Apple "convert" utility emulation to cupsfilter.
2007-07-13  mikeFinish implementation of cupsfilter utility (STR #1734)
2007-07-13  mikeStart work on cupsfilter utility for STR #1734...