]> git.ipfire.org Git - thirdparty/cups.git/history - filter/imagetops.c
Merge changes from 1.1.x into 1.2 devel.
[thirdparty/cups.git] / filter / imagetops.c
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-03-14  mikeAdd Classification directive and page-label attribute...
2001-03-02  mikeBetter JCL support.
2001-02-13  mikeUse Level 2/3 setpagedevice command to set number of...
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-01-24  mikeDon't buffer output to stderr...
2001-01-22  mikeCopyright 2001...
2000-10-19  mikeFixed checking against multiple-document-handling for...
2000-10-13  mikeCode cleanup to remove warnings.
2000-08-01  mikeHandle printing from standard input.
2000-07-21  mikeBug #71 - image filters shouldn't rotate the page if...
2000-07-18  mikeFixed bug when loading image files with different X...
2000-06-27  mikeAdded support for new position option.
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-01-21  mikeMerged 1.0.x branch changes.
2000-01-04  mikeY2k copyright changes.
1999-12-15  mikeImage RIPs now auto-rotate for zoom-by-percent, and...
1999-11-12  mikeBase85 encoding was wrong for last 1-3 characters.
1999-11-01  mikeDefaults back to gamma = 1.0.
1999-10-29  mikeChanged default gamma to 2.2 to match sRGB.
1999-10-25  mikeOptions are now case-insensitive.
1999-08-12  mikeWasn't recording pages as they are printed...
1999-07-13  mikeFixed const char * stuff.
1999-06-09  mikeThe copies option should come from the command-line...
1999-06-04  mikeRemoved licensing stuff from filter directory.
1999-04-21  mikeMore I18N unsigned char -> char fixes.
1999-04-16  mikeNeeded to check for "DuplexNoTumble" and not "NoTumble...
1999-04-06  mikeUpdated common option processing to update page size...
1999-04-01  mikeLots of changes to support color profiles, LUTs, etc.
1999-03-24  mikeUpdated SetCommonOptions() to return the PPD file info...
1999-02-01  mikeUpdated to accept color profile option.
1998-08-10  mikeRemoved extra debug statements.
1998-08-10  mikeFixed scaling problems.
1998-07-28  mikeUpdated size/page computation code to work properly.
1998-04-23  mikeRemoved whitespace from the ASCII85 image data.
1998-03-31  mikeAdded setcolorspace command for Level 2 output.
1998-02-19  mikeInitial revision