| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 384940 – handle rejecting jobs and authentication meaningfully | Matthias Clasen | 2008-07-15 | 1 | -1/+40 |
* | Revert name change | Cody Russell | 2008-07-01 | 9 | -9/+9 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 9 | -9/+9 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 4 | -4/+4 |
* | Really fix printer URI construction | Matthias Clasen | 2008-06-12 | 1 | -2/+21 |
* | gtk/Makefile.am add a single-include header for the unix print stuff. | Michael Natterer | 2008-05-29 | 3 | -3/+2 |
* | modules/printbackends/cups/gtkcupsutils.c | Michael Natterer | 2008-05-28 | 4 | -12/+7 |
* | Bug 509788 – GTK+ should use CUPS to set Postscript level of PS output | Matthias Clasen | 2008-05-28 | 1 | -0/+19 |
* | RH bug 248245: cups client printing from gnome applications fail | Matthias Clasen | 2008-05-27 | 1 | -1/+1 |
* | RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size | Matthias Clasen | 2008-05-21 | 2 | -30/+74 |
* | Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer | Matthias Clasen | 2008-05-05 | 1 | -0/+127 |
* | Bug 529386 – Printing options hidden by blacklisted option | Matthias Clasen | 2008-05-01 | 1 | -1/+1 |
* | change return value and local variable to const gchar* to fix warning | Michael Natterer | 2008-04-18 | 2 | -5/+4 |
* | Don't define variables in the middle of a block. (#522067) | Jens Granseuer | 2008-03-12 | 1 | -1/+2 |
* | Fix a crash | Matthias Clasen | 2008-03-12 | 1 | -1/+1 |
* | include <glib/gstdio.h> for g_fopen(). | Michael Natterer | 2008-03-12 | 1 | -0/+1 |
* | Use g_ascii_formatd when formatting custom paper sizes, since cups doesn't | Matthias Clasen | 2008-03-12 | 1 | -6/+11 |
* | Honor cups user default options from ~/.cups/lpoptions (#469210, Stijn | Matthias Clasen | 2008-03-05 | 1 | -0/+183 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 5 | -14/+0 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 5 | -0/+10 |
* | Fix a casting problem. (#485662, patch by Herbert Valerio Riedel) | Matthias Clasen | 2007-11-22 | 1 | -1/+1 |
* | correct a comment | Matthias Clasen | 2007-09-24 | 1 | -1/+1 |
* | Include config.h first. (#467719) | Matthias Clasen | 2007-09-09 | 3 | -3/+3 |
* | Fix typo that broke the build. | Wouter Bolsterlee | 2007-09-07 | 1 | -1/+1 |
* | Check for the cups function httpGetAuthString(). | Matthias Clasen | 2007-09-07 | 1 | -1/+5 |
* | change the file extension when the file format is changed in the Print | Sven Neumann | 2007-08-09 | 1 | -2/+59 |
* | Dectect if cups allows access to the http_t authstring field. | Matthias Clasen | 2007-07-23 | 1 | -4/+0 |
* | Fix build problems on Cygwin. (#448604) | Matthias Clasen | 2007-07-09 | 4 | -6/+8 |
* | Enable SSL support. (#451070, Vince Busam) | Matthias Clasen | 2007-06-29 | 1 | -6/+6 |
* | Fix some locking issues | Matthias Clasen | 2007-06-12 | 2 | -11/+24 |
* | Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP. | Carlos Garcia Campos | 2007-05-28 | 2 | -4/+14 |
* | Get all the printer attributes when getting the list of printers, not via | Matthias Clasen | 2007-04-30 | 1 | -8/+42 |
* | Rename gtk_paper_size_get_builtins() to gtk_paper_size_get_paper_sizes() | Matthias Clasen | 2007-04-30 | 1 | -0/+27 |
* | Fix a typo. String change ! (#406160, Stephane Raimbault) | Matthias Clasen | 2007-04-29 | 1 | -1/+1 |
* | More cleanups | Matthias Clasen | 2007-04-29 | 1 | -10/+7 |
* | Cleanups | Matthias Clasen | 2007-04-29 | 1 | -9/+6 |
* | Make building the test print backend optional | Matthias Clasen | 2007-04-29 | 1 | -2/+6 |
* | Correct some copyright lines. | Matthias Clasen | 2007-04-29 | 8 | -8/+680 |
* | Mark the printer list as done. (#428665, Bogdan Gheorghe) | Matthias Clasen | 2007-04-26 | 1 | -0/+1 |
* | Reduce the amount of debug spew if we are not debugging. | Matthias Clasen | 2007-04-23 | 1 | -15/+32 |
* | Support raw printers | Matthias Clasen | 2007-03-28 | 3 | -24/+141 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Fix leaked string. Fixes bug #402565. | Felix Riemann | 2007-01-30 | 1 | -0/+1 |
* | fix the build | Matthias Clasen | 2007-01-17 | 1 | -1/+1 |
* | Don't use httpGetFd() when building against cups 1.1 | Matthias Clasen | 2007-01-17 | 1 | -0/+5 |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 1 | -6/+8 |
* | Close the http connection after getting the PPD. | Matthias Clasen | 2007-01-04 | 1 | -5/+7 |
* | Cleanups | Matthias Clasen | 2007-01-03 | 2 | -78/+103 |
* | Fix some IPP compliance issues. (#391523, Albrecht Dress) | Matthias Clasen | 2007-01-01 | 2 | -10/+12 |
* | broken pre-commit script | Matthias Clasen | 2006-12-28 | 1 | -0/+2 |