summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-17/+5
* printing: Unref old spool_io before setting new oneMarek Kasik2022-01-121-0/+6
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* printjob: Convert docsMatthias Clasen2021-03-111-105/+138
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* printjob: Drop the Private structMatthias Clasen2020-03-291-155/+119
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* marshallers: add missing g_cclosure_marshal_VOID__VOID fixesChristian Hergert2019-05-291-1/+1
* Rename gtkprintbackend.h to gtkprintbackendprivate.hMatthias Clasen2019-05-261-1/+1
* print job: Make finalMatthias Clasen2019-05-261-0/+17
* Rename gtkprinter-private.hMatthias Clasen2019-05-261-1/+1
* Specify the C include for Unix printing APIEmmanuele Bassi2019-01-191-0/+1
* The big versioning cleanupMatthias Clasen2018-02-061-64/+0
* printjob: Clarify array ownership in gtk_print_job_set_page_ranges()Kjell Ahlstedt2017-03-241-1/+2
* print job: Add api to send data from an fdMatthias Clasen2016-07-081-0/+35
* Clean up debug featuresMatthias Clasen2015-09-091-2/+3
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-20/+7
* printing: Fail nicely when /tmp is not writableMarek Kasik2014-03-171-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-7/+7
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+2
* gtkprintjob: release the surface and backend before the output io channelCarlos Garcia Campos2013-04-141-6/+6
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Add some missing symbols to the docsMatthias Clasen2011-02-081-3/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+5
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-1/+1
* Move GtkPrintJob docs inlineMatthias Clasen2011-01-141-0/+15
* Remove sealed members from GtkPrintJobMatthias Clasen2010-12-181-24/+362
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-0/+2
* Bug 549810 – Memory leaks in printing codeChristian Dywan2008-08-291-0/+1
* Make gtk_printer_get_capabilities public, and move theChristian Persch2007-04-301-25/+0
* Use g_unlink. (#421990, Morten Welinder)Matthias Clasen2007-04-301-1/+1
* Fix a small memory leak. (#403251, Felix Riemann)Matthias Clasen2007-04-291-0/+2
* Fix a typo in the docs. (#347211, Kouhei Sutou)Matthias Clasen2006-07-171-1/+1
* Add a preview capabilityMatthias Clasen2006-06-301-0/+1
* add missing flag valuesMatthias Clasen2006-06-221-0/+2
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-211-52/+61
* Add an GError parameter.Matthias Clasen2006-06-211-5/+10