summaryrefslogtreecommitdiff
path: root/modules/printbackends
Commit message (Expand)AuthorAgeFilesLines
* printing: Add "Custom." prefix only once to paper sizeMarek Kasik2012-09-191-2/+2
* Don't rotate pdf landscape outputAdrian Johnson2012-09-121-1/+14
* printing: Don't load custom paper sizes in file backendMarek Kasik2012-09-061-1/+1
* cups: Use IPP api when necessary with CUPS 1.6Rico Tzschichholz2012-08-051-2/+2
* modules: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-304-12/+14
* file printbackend: Protect a callback by GDK_THREADS_ENTERMatthias Clasen2012-05-171-9/+18
* GTK PrintToFile settingsTimothy Arceri2012-05-141-18/+31
* Fix build with --enable-debugMatthias Clasen2012-04-301-1/+1
* Fix the colord support in GtkPrinterCups when the PPD is loaded asyncRichard Hughes2012-04-301-0/+14
* Remove some more CUPS 1.2 ifdefs.John Ralls2012-04-231-27/+0
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS...John Ralls2012-04-231-6/+14
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS...John Ralls2012-04-231-1/+23
* Move some variable declarations into the scopes in which they're used.John Ralls2012-04-231-18/+19
* Extract Function cups_create_printerJohn Ralls2012-04-231-269/+284
* Extract function cups_printer_handle_attributeJohn Ralls2012-04-231-127/+138
* Extract printer setup variables into a structJohn Ralls2012-04-231-57/+68
* Create enum PrinterStateLevelJohn Ralls2012-04-231-0/+7
* Extract reasons and reasons_desc arrays to file levelJohn Ralls2012-04-231-34/+36
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS...John Ralls2012-04-231-59/+87
* printing: Localize loaded PPD filesMarek Kasik2012-04-201-0/+3
* printing: Get default number-up value from CUPSMarek Kasik2012-04-203-36/+50
* build: require cups >= 1.2Javier Jardón2012-03-193-66/+0
* printing: Increase reference count for user dataMarek Kasik2012-03-121-5/+15
* Change FSF AddressJavier Jardón2012-02-2716-48/+16
* printing: Don't crash when printingMarek Kasik2012-01-311-22/+40
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-303-10/+10
* printing: Fix a typoMarek Kasik2012-01-261-0/+2
* Strip "Custom." prefix when getting default options from cups.Benjamin Berg2012-01-171-1/+12
* Set cups Custom print options correctly (bug #543520, patch by Marek Kašík)Benjamin Berg2012-01-061-4/+42
* modules/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* print dialog: Fix authentication logicJan Rękorajski2011-12-141-5/+10
* Fix polling for new data in cups print backend (bug #599664)Benjamin Berg2011-08-063-38/+70
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-063-3/+3
* cups: Fix unused variable warning when not using colordBenjamin Otte2011-06-101-0/+2
* Add optional colord support to the CUPS print moduleRichard Hughes2011-06-094-7/+497
* Check whether a resolution has been set in GtkPrintSettingsMarek Kasik2011-03-211-15/+21
* Bump the version to 3.0.0Matthias Clasen2011-02-105-5/+5
* Silence unused variable warnings in the cups printbackendMatthias Clasen2011-01-301-3/+0
* cups: Someone can neither type, read compiler output and run tests.Benjamin Otte2011-01-031-1/+1
* cups printbackend: create a pdf surface when appropriateMatthias Clasen2011-01-031-12/+16
* Set file GtkPrinter accepts_pdf/ps based on selected formatAdrian Johnson2011-01-031-5/+58
* Set "accepts-pdf" property to true only if supported by the print backendAdrian Johnson2011-01-032-1/+10
* Use getters and setters for GtkPrintJob in gtkprintbackendtest.cRobert Ancell2010-12-221-14/+16
* Merge libgdk and libgtkMatthias Clasen2010-12-215-9/+7
* Remove sealed members from GtkPrintJobMatthias Clasen2010-12-183-51/+68
* Print files to Documents directory by defaultMarek Kasik2010-11-131-4/+12
* cups: Add hack to work around gcc warningBenjamin Otte2010-10-181-4/+5
* Parse lpoptions correctlyMarek Kasik2010-10-151-12/+90
* Use and print note for key only if there are credentialsChristian Dywan2010-10-081-4/+3
* cups: Fix compile warnings with --enable-debugBenjamin Otte2010-09-272-2/+2