summaryrefslogtreecommitdiff
path: root/print/xpp/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-12-06Fix build with newer GCC and newer CUPSjoerg2-3/+23
2010-05-09Fix some gcc cast pickyness, From PR 42294sbd1-0/+13
2007-11-30Fixed "extra qualification".rillig1-0/+13
2006-05-07This update to print/xpp builds the 1.5 release. New in this releasechap3-146/+35
are custom paper sizes, n-up printing selections, page borders, jpeg and png previewing, job control options, and extended option types to support foomatic and fax4CUPS. A repeatable SEGV is fixed (patch also sent to xpp maintainer). Closes PR pkg/32930 Reviewed by <bouyer>
2004-01-10Don't put default arguments belong only in function declarations, not injlam1-0/+21
function definitions.
2002-09-18Update print/xpp to version 1.1. Changes from version 1.0 include:jlam1-12/+12
- Removed function overloading for the password dialog, used the new method of CUPS 1.1.3 - Added support for the "natural-scaling" image size option introduced in CUPS 1.1.9 - Added support for the new PPD-O-Matic PPD files of linuxprinting.org (numerical options appeared twice before). The old CUPS-O-Matic files can still be used. - The COMDATA lines in the PPD files of the new XML Foomatic changed in a way incompatible to the parser for the numerical options in XPP. Modified parser to read both the old and the new format.
2001-05-26Use buildlink.mk files to get dependencies on cups and fltk, and add ajlam1-0/+107
patch the configure script directly to remove the build dependency on autoconf.
2001-01-30Update xpp to 1.0. Changes from version 0.7:jlam1-0/+22
- Let jobs from standard input get the name "STDIN" instead of "(stdin)", because the parantheses caused problems with Samba or Windows servers. - Let the first printer be selected when CUPS does not report a default printer - Banner page support - Raw output support - Renamed "Cancel" button of main window to "Close" - Added comment in "Instances" to tell the user that he has to copy an existing instance of the desired printer when he wants to add an instance. - Support for adding, copying, renaming, and deleting printer instances. - Rearranged option widgets for media settings on the "Basic" tab of the "Options" dialog: Now there is a seperate widget for the media type and widgets for options which are not supported according to the PPD file are grayed out. - Fixed bug of the duplex widget on the "Basic" tab of the "Options" dialog: The widget was sometimes linked to the "Duplexer installed?" option. - All sliders for numerical options (both CUPS and CUPS-O-MATIC) have fields for typing the values now.