]> Pileus Git - ~andy/gtk/history - modules/printbackends/cups/gtkprintbackendcups.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / modules / printbackends / cups / gtkprintbackendcups.c
2008-05-29 Michael Natterergtk/Makefile.am add a single-include header for the...
2008-05-28 Michael Natterermodules/printbackends/cups/gtkcupsutils.c
2008-05-28 Matthias Clasen Bug 509788 – GTK+ should use CUPS to set Postsc...
2008-05-27 Matthias Clasen RH bug 248245: cups client printing from gnome...
2008-05-21 Matthias Clasen RH bug 204621 - "GtkPrint" asks for "Letter...
2008-05-05 Matthias ClasenApply a patch by Marek Kasik <mkasik@redhat.com> to...
2008-05-01 Matthias Clasen Bug 529386 – Printing options hidden by blackli...
2008-03-12 Jens GranseuerDon't define variables in the middle of a block. (...
2008-03-12 Matthias ClasenFix a crash
2008-03-12 Michael Nattererinclude <glib/gstdio.h> for g_fopen().
2008-03-12 Matthias ClasenUse g_ascii_formatd when formatting custom paper sizes...
2008-03-05 Matthias ClasenHonor cups user default options from ~/.cups/lpoptions...
2007-09-09 Matthias ClasenInclude config.h first. (#467719)
2007-06-12 Matthias ClasenFix some locking issues
2007-05-28 Carlos Garcia CamposAdd new capability GTK_PRINT_CAPABILITY_NUMBER_UP.
2007-04-30 Matthias ClasenGet all the printer attributes when getting the list...
2007-04-29 Matthias ClasenFix a typo. String change ! (#406160, Stephane Raimbault)
2007-04-23 Matthias ClasenReduce the amount of debug spew if we are not debugging.
2007-03-28 Matthias ClasenSupport raw printers
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-17 Matthias Clasenfix the build
2007-01-17 Matthias ClasenDon't use httpGetFd() when building against cups 1.1
2007-01-04 Matthias ClasenFix another leak
2007-01-04 Matthias ClasenClose the http connection after getting the PPD.
2007-01-03 Matthias ClasenCleanups
2007-01-01 Matthias ClasenFix some IPP compliance issues. (#391523, Albrecht...
2006-12-27 Matthias ClasenUse getters for http fields where available. (#364866...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-25 Matthias ClasenMake print dialog work when 'BrowseShortNames Off'...
2006-11-15 Matthias ClasenDon't pass NULL to strncpy. (#359537, patch by Carlos...
2006-10-03 Matthias ClasenComplete the fix for bug 357280.
2006-10-02 Matthias ClasenOnly use the group name field if cups is new enough...
2006-08-31 Matthias ClasenSend printer-list-done on error.
2006-08-28 Matthias ClasenUse a resonable timeout of 3 seconds when polling for...
2006-08-15 Matthias ClasenSimplify, make it build against cups 1.1. (#350329)
2006-07-18 John PalmieriMake bits from my last commit are conditionally compile...
2006-07-18 John Palmieriadd GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD,
2006-07-06 John PalmieriGet the name of the first printer in a class to use...
2006-06-22 Matthias ClasenFix compilation with cups 1.1
2006-06-21 Matthias ClasenApply a patch by John Palmieri to use buffered io using...
2006-06-21 Matthias ClasenAdd an GError parameter.
2006-06-21 Matthias ClasenCleanups
2006-06-17 Matthias ClasenUse stock print icons; make it compile
2006-06-16 Matthias ClasenAdd a GtkPrintSettings parameter to the printer_create_...
2006-06-16 Matthias Clasenfix 345038
2006-05-24 Alexander LarssonAdd gtk_print_unix_dialog_set_manual_capabilities that...
2006-05-15 Alexander LarssonAdded gtk_print_job_set/get_track_print_status
2006-05-15 Alexander LarssonNever unload print backends. Remove gtk_print_backend_u...
2006-05-12 Alexander LarssonFix build errors.
2006-05-10 John (J5) Palmierimake the _CUPS_MAP_ATTR_STR macro not dup the string...
2006-05-05 Christian PerschAlways register the type with the type module, even...
2006-05-04 Alexander LarssonAdded new symbols
2006-04-25 Matthias Clasensome more options
2006-04-21 Alexander LarssonMerge the gtk-printing branch. For more detailed Change...