summaryrefslogtreecommitdiff
path: root/modules/printbackends
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* Miscellaneous string fixesPhilip Withnall2010-08-221-1/+1
* Make print backends use standard icon names for printersMatthias Clasen2010-08-185-9/+9
* cups: Fix cast warningsBenjamin Otte2010-07-261-2/+2
* Don't handle CUPS' "connecting-to-device" state reasonMarek Kasik2010-06-241-2/+0
* Use g_source_set_name for all custom GSources in GTK+Colin Walters2010-06-031-0/+1
* Test connection to all given addresses when printingMarek Kasik2010-06-032-2/+17
* Honor PPD reading over listing of printersMarek Kasik2010-05-241-1/+5
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-084-5/+5
* Define httpGetHostname() for CUPS 1.1 and lowerMarek Kasik2010-03-171-0/+34
* Allow getting the printer's hard marginsChristian Persch2009-12-011-7/+9
* Fix compilation warning: Cast to gchar*Javier Jardón2009-11-091-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-067-7/+7
* Rotate number-up layout according to orientation when printingMarek Kasik2009-10-271-4/+4
* Fix compilation warnings: use G_GSIZE_FORMAT instead %iJavier Jardón2009-10-211-2/+2
* Move SIGPIPE suppression to gtk_init and document itMatthias Clasen2009-10-011-2/+0
* Speed up printer listing in the print dialogMarek Kasik2009-09-303-8/+45
* Add support for 'auth-info' attribute to the CUPS backendMarek Kasik2009-09-245-17/+261
* Don't hang print dialog when remote CUPS printer is not availableMarek Kasik2009-09-233-4/+56
* Let GTK+ handle SIGPIPE signal itself when printing with lprMarek Kasik2009-09-161-1/+3
* CleanupsMatthias Clasen2009-09-101-2/+0