summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter.c
Commit message (Expand)AuthorAgeFilesLines
* printing: Make GtkPrinter have a useful icon by defaultMatthias Clasen2014-10-041-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-21/+21
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-3/+3
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-6/+6
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* printing: Make sure destroy function is always called by gtk_enumerate_printersCarlos Garcia Campos2012-03-151-12/+14
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-5/+5
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Set file GtkPrinter accepts_pdf/ps based on selected formatAdrian Johnson2011-01-031-0/+18
* Set "accepts-pdf" property to true only if supported by the print backendAdrian Johnson2011-01-031-2/+2
* gtkprinter: unseal private pointerJavier Jardón2010-07-131-4/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Move documentation to inline comments: GtkPrinterJavier Jardón2010-05-161-0/+19
* Use g_strcmp0() instead custom safe_strcmp()Javier Jardón2010-01-081-15/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Fix Since tag in gtk_printer_get_default_page_size() docCarlos Garcia Campos2009-12-051-1/+1
* Allow getting the printer's hard marginsChristian Persch2009-12-011-10/+28
* Bug 346903 – gtk_enumerate_printers needs events to completeMatthias Clasen2008-09-171-1/+24
* Bug 551386 – gtk_printer_set_is_default() always sets TRUEMarek Kasik2008-09-091-1/+1
* Bug 535158 – can't rearrange the order of multi pages per sideMarek Kasik2008-08-211-0/+1
* Bug 384940 – handle rejecting jobs and authentication meaningfullyMatthias Clasen2008-07-151-8/+124
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-211-0/+21
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-121-4/+4
* More default property value fixesMatthias Clasen2007-12-281-4/+4
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-281-0/+1
* Document new apiMatthias Clasen2007-05-261-1/+1
* Fix typo to get the build working.Richard Hult2007-05-261-1/+1
* More of the sameMatthias Clasen2007-05-261-9/+9
* Make gtk_printer_get_capabilities public, and move theChristian Persch2007-04-301-2/+47
* Make gtk_printer_has_details() and gtk_printer_request_details() public.Matthias Clasen2007-04-291-4/+31
* Make gtk_printer_list_papers public. Bug #345587.Christian Persch2006-12-241-2/+15
* Always call the destroy notifyMatthias Clasen2006-06-301-0/+6
* Documentation additions and fixes.Matthias Clasen2006-06-291-1/+36
* Fix printer enumerationMatthias Clasen2006-06-251-9/+24
* broken pipeGTK_2_9_4Matthias Clasen2006-06-221-2/+2
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-211-2/+2
* cleanupMatthias Clasen2006-06-211-1/+1
* Forgotten filesMatthias Clasen2006-06-191-0/+146
* Add a capabilities argument to the printer_get_options method and to theMatthias Clasen2006-06-191-4/+5
* Add a GtkPrintSettings parameter to the printer_create_cairo_surfaceMatthias Clasen2006-06-161-5/+7
* Use gtk_printer_accepts_ps here.Matthias Clasen2006-06-121-6/+59
* Add gtk_print_unix_dialog_set_manual_capabilities that controls whatAlexander Larsson2006-05-241-0/+8
* Don't return values from void functions.Matthias Clasen2006-05-221-3/+3
* Cosmetic cleanups.Matthias Clasen2006-05-161-7/+7
* More of the sameMatthias Clasen2006-05-141-1/+1
* Added new symbolsAlexander Larsson2006-05-041-28/+39