summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-120/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-3/+2
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+3
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-8/+8
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+2
* printing: Do not truncate job names in GtkPrintOperationCarlos Garcia Campos2016-11-101-20/+4
* print-operation: Be more robust in the error pathDebarshi Ray2016-03-211-2/+3
* gtkprintoperation: job names must not exceed 255 charsFelipe Borges2015-10-091-1/+20
* print operation: let subclasses use a custom paginatePaolo Borelli2015-08-181-9/+27
* print operation: Fix compiler warningsMatthias Clasen2015-06-021-1/+0
* Remove a pointless comparisonMatthias Clasen2015-03-221-1/+1
* printing: Fix origin for scaled, rotated pagesLeo Wolf2014-11-271-8/+10
* Ensure that print operation is alive until we're doneРуслан Ижбулатов2014-08-011-0/+4
* GtkPrintOperation: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-13/+13
* Split GtkWindowGroup into its own fileMatthias Clasen2014-06-041-0/+1
* all: Name more idles and timeoutsBastien Nocera2014-03-261-4/+8
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-7/+7
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-9/+9
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-3/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-2/+2
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Don't rotate pdf landscape outputAdrian Johnson2012-09-121-7/+6
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-4/+4
* printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONERyan Lortie2012-05-031-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-3/+3
* Print preview: make cancel workMorten Welinder2011-11-071-7/+19
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Move GtkPrintOperation docs inlineMatthias Clasen2011-01-301-1/+71
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-1/+1
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-0/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-3/+5
* Tons of transfer annotationsMatthias Clasen2010-09-211-9/+9
* Use gtk_window_has_group() to know if the window has an explicit window group.Javier Jardón2010-08-241-7/+3
* gtk/gtkprintoperation.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-2/+7
* GtkPrintOperation: unseal private pointerJavier Jardón2010-07-141-2/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Return error instead of showing an error dialog when printingMarek Kasik2010-06-071-8/+40
* Fix typo in gtkprintoperationJavier Jardón2010-05-081-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-6/+6
* Don't assign a GtkPageOrientation to a boolean valueMarek Kasik2009-10-271-1/+1