summaryrefslogtreecommitdiff
path: root/modules/printbackends
Commit message (Expand)AuthorAgeFilesLines
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-224-4/+4
* Really fix printer URI constructionMatthias Clasen2008-06-121-2/+21
* gtk/Makefile.am add a single-include header for the unix print stuff.Michael Natterer2008-05-293-3/+2
* modules/printbackends/cups/gtkcupsutils.cMichael Natterer2008-05-284-12/+7
* Bug 509788 – GTK+ should use CUPS to set Postscript level of PS outputMatthias Clasen2008-05-281-0/+19
* RH bug 248245: cups client printing from gnome applications failMatthias Clasen2008-05-271-1/+1
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-212-30/+74
* Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printerMatthias Clasen2008-05-051-0/+127
* Bug 529386 – Printing options hidden by blacklisted optionMatthias Clasen2008-05-011-1/+1
* change return value and local variable to const gchar* to fix warningMichael Natterer2008-04-182-5/+4
* Don't define variables in the middle of a block. (#522067)Jens Granseuer2008-03-121-1/+2
* Fix a crashMatthias Clasen2008-03-121-1/+1
* include <glib/gstdio.h> for g_fopen().Michael Natterer2008-03-121-0/+1
* Use g_ascii_formatd when formatting custom paper sizes, since cups doesn'tMatthias Clasen2008-03-121-6/+11
* Honor cups user default options from ~/.cups/lpoptions (#469210, StijnMatthias Clasen2008-03-051-0/+183
* Remove all .cvsignore files.Michael Natterer2007-12-135-14/+0
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-225-0/+10
* Fix a casting problem. (#485662, patch by Herbert Valerio Riedel)Matthias Clasen2007-11-221-1/+1
* correct a commentMatthias Clasen2007-09-241-1/+1
* Include config.h first. (#467719)Matthias Clasen2007-09-093-3/+3
* Fix typo that broke the build.Wouter Bolsterlee2007-09-071-1/+1
* Check for the cups function httpGetAuthString().Matthias Clasen2007-09-071-1/+5
* change the file extension when the file format is changed in the PrintSven Neumann2007-08-091-2/+59
* Dectect if cups allows access to the http_t authstring field.Matthias Clasen2007-07-231-4/+0
* Fix build problems on Cygwin. (#448604)Matthias Clasen2007-07-094-6/+8
* Enable SSL support. (#451070, Vince Busam)Matthias Clasen2007-06-291-6/+6
* Fix some locking issuesMatthias Clasen2007-06-122-11/+24
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-282-4/+14
* Get all the printer attributes when getting the list of printers, not viaMatthias Clasen2007-04-301-8/+42
* Rename gtk_paper_size_get_builtins() to gtk_paper_size_get_paper_sizes()Matthias Clasen2007-04-301-0/+27
* Fix a typo. String change ! (#406160, Stephane Raimbault)Matthias Clasen2007-04-291-1/+1
* More cleanupsMatthias Clasen2007-04-291-10/+7
* CleanupsMatthias Clasen2007-04-291-9/+6
* Make building the test print backend optionalMatthias Clasen2007-04-291-2/+6
* Correct some copyright lines.Matthias Clasen2007-04-298-8/+680
* Mark the printer list as done. (#428665, Bogdan Gheorghe)Matthias Clasen2007-04-261-0/+1
* Reduce the amount of debug spew if we are not debugging.Matthias Clasen2007-04-231-15/+32
* Support raw printersMatthias Clasen2007-03-283-24/+141
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Fix leaked string. Fixes bug #402565.Felix Riemann2007-01-301-0/+1
* fix the buildMatthias Clasen2007-01-171-1/+1
* Don't use httpGetFd() when building against cups 1.1Matthias Clasen2007-01-171-0/+5
* Fix another leakMatthias Clasen2007-01-041-6/+8
* Close the http connection after getting the PPD.Matthias Clasen2007-01-041-5/+7
* CleanupsMatthias Clasen2007-01-032-78/+103
* Fix some IPP compliance issues. (#391523, Albrecht Dress)Matthias Clasen2007-01-012-10/+12
* broken pre-commit scriptMatthias Clasen2006-12-281-0/+2
* forgotten fileMatthias Clasen2006-12-271-4/+3
* Use getters for http fields where available. (#364866, Björn Lindqvist)Matthias Clasen2006-12-271-19/+16
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+6