gtk2/modules/printbackends
Sean Farley 99dfdfcd5e Allow LPR backend to print PDF and PS file formats
At least from GTK v3.22.30, the code disallows attempts to print PDF and
PS files using the LPR backend. Although it is not easy or possible for
GTK to determine if the printer can print these formats by querying lpr,
the print backend should allow lpr to try.

There are two uses cases:
- A filter is being used by lpr, specified in the printcap file, to process the
  files prior to printing them.
- The printer can print PDF and PS files directly. There are many printers that
  can print these formats, so GTK should allow for the possibility.
2018-11-17 13:04:35 -05:00
..
gtkcloudprintaccount.c Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkcloudprintaccount.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkcupssecretsutils.c Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkcupssecretsutils.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkcupsutils.c Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkcupsutils.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintbackendcloudprint.c Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintbackendcloudprint.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintbackendcups.c Add gtk_printer_get_hard_margins_for_paper_size 2018-04-26 14:19:55 +02:00
gtkprintbackendcups.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintbackendfile.c build: Fix compiler warnings 2018-06-11 21:12:41 +05:30
gtkprintbackendfile.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintbackendlpr.c Allow LPR backend to print PDF and PS file formats 2018-11-17 13:04:35 -05:00
gtkprintbackendlpr.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintercloudprint.c Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintercloudprint.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
gtkprintercups.c Remove a lot of Since annotations 2018-06-25 19:55:04 -04:00
gtkprintercups.h Consolidate print backends into one directory 2018-03-11 12:38:35 -04:00
meson.build build: Fix printbackends 2018-03-18 19:08:28 +01:00