summaryrefslogtreecommitdiff
path: root/modules/printbackends
Commit message (Expand)AuthorAgeFilesLines
* meson: ensure plugins have so extension on macOSTom Schoonjans2019-10-111-0/+5
* printing: Get PPD from original host if neededMarek Kasik2019-09-193-12/+84
* meson: cups: use cups-config for looking up cupsChristoph Reiter2019-06-251-30/+13
* meson: cups: fix building without colord supportChristoph Reiter2019-06-251-3/+3
* meson: print disabled backends in the final build summaryChristoph Reiter2019-06-171-0/+7
* build: only require cups >=1.7Christoph Reiter2019-06-151-3/+4
* build/cups: remove checks for httpGetAuthString and http_t.authstringChristoph Reiter2019-06-152-22/+3
* Require CUPS >= 2.0Emmanuele Bassi2019-05-105-259/+35
* cups: Use non-deprecated APIEmmanuele Bassi2019-05-103-2/+70
* Detect CUPS ≥ 1.7Emmanuele Bassi2019-05-101-0/+3
* meson: Follow gnome conventions for build option namesChristoph Reiter2019-04-111-2/+2
* meson: Various config.h related fixesChristoph Reiter2019-04-111-1/+1
* meson: build print backendsChristoph Reiter2019-04-112-0/+180
* print: Check unknown option values whether they are actually custom settingsTill Kamppeter2019-04-051-4/+76
* Terminate strncpy() buffers correctlyEmmanuele Bassi2019-02-051-2/+6
* Fix -Wincompatible-pointer-types warningsIain Lane2019-01-231-1/+1
* modules: fix gtk-2.0 paths to gtk-3.0issue1170Roddy Shuler2018-06-221-1/+1
* Add _gtk_printer_get_hard_margins_for_paper_size()Adrian Johnson2018-04-251-0/+48
* gtkprintbackendcups.c: fix \n at end of a debugging noteIvan Zakharyaschev2018-02-171-1/+1
* cups: Warn only once if colord is not availableMatthias Clasen2017-12-171-1/+6
* printing: Don't show duplicate printersMarek Kasik2017-10-093-1/+66
* Avoid some compiler warningsMatthias Clasen2017-03-261-3/+3
* printing: Do not truncate job names in GtkPrintOperationCarlos Garcia Campos2016-11-101-2/+18
* Add a comment to explain numbers hereMatthias Clasen2016-04-191-0/+1
* cups: Fix duplicate stringPiotr Drąg2016-04-191-1/+1
* cups: Fix gettext usageBastien Nocera2016-04-161-13/+8
* cups: make string non-literals translatable againFelipe Borges2016-04-141-1/+1
* cups: Fix more "format not a string literal" errorFelipe Borges2016-04-131-13/+48
* cups: Fix "format not a string literal" errorBastien Nocera2016-04-051-22/+68
* printing: Add message contextsMatthias Clasen2016-02-161-49/+72
* printing: always propagate Collate valueFelipe Borges2016-01-061-0/+2
* Don't mix in user options of printer instancesMichael Weghorn2015-09-241-3/+0
* Improve printer distinction for option retrievalMichael Weghorn2015-09-111-1/+1
* cups: Annotate a call whose return value we don't care aboutMatthias Clasen2015-07-171-1/+1
* Avoid O(n²) walking of string arraysEmmanuele Bassi2015-07-161-2/+3
* printing: Get output bin via IPPMarek Kasik2015-06-233-11/+135
* printing: Fix compiler warningsMatthias Clasen2015-06-023-47/+32
* printing: Check connection to remote CUPS server on correct portMarek Kasik2015-05-133-6/+13
* Prevent empty password request popup for kerberosAndre Heinecke2015-03-091-2/+18
* printing: Set printer state correctlyMarek Kasik2015-03-021-2/+5
* printing: Always get details of Avahi printers via IPPMarek Kasik2015-02-251-30/+33
* printing: Get covers for each printer individuallyMarek Kasik2015-02-253-26/+31
* printing: Use correct units for margins taken via IPPMarek Kasik2015-02-201-4/+4
* printing: Fix build with CUPS older than 1.6Marek Kasik2014-11-271-0/+19
* Remove overzealous validity check for secretsAndre Heinecke2014-11-251-3/+2
* Get media-col-default attribute correctlyMarek Kasik2014-10-161-1/+1
* Get duplex option via IPPMarek Kasik2014-10-133-21/+276
* Get paper sizes from IPP queryMarek Kasik2014-10-103-65/+360
* Remove dead code from CUPS backendMarek Kasik2014-10-101-133/+0
* Remove redundant checks for NULLMarek Kasik2014-10-021-2/+1