summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show correct print previewMarek Kasik2009-10-261-68/+93
* Fix some compilation warningJavier Jardón2009-10-211-0/+4
* Return value from non-void functionShixin Zeng2009-08-201-1/+1
* Increment page sequence before print of the page, not afterMarek Kasik2009-08-101-6/+11
* Add gtk_print_operation_get_n_pages_to_print()Carlos Garcia Campos2009-08-071-1/+55
* Fix a typo in the startup-id property definitionMatthias Clasen2009-07-191-3/+17
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-101-1/+70
* Use G_PI rather than M_PIHans Breuer2009-07-041-1/+1
* Add ability to print selectionMarek Kasik2009-06-081-0/+128
* Fix a typo in the ::update-custom-widget docsMatthias Clasen2009-05-291-2/+2
* Fix a crash when printing with defer drawing enabledCarlos Garcia Campos2009-05-231-13/+24
* Use nr_of_pages_to_print instead of nr_of_pages when updating printing progressCarlos Garcia Campos2009-05-181-2/+2
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-67/+348
* Allow the custom widget to actualize on a printer changeMarek Kasik2009-04-211-1/+24
* Fix make checkMatthias Clasen2009-01-011-1/+1
* Bug 339318 - Allow page rendering to (optionally) happen in a threadMarek Kasik2008-12-191-134/+223
* More conversion to C_()Matthias Clasen2008-10-271-19/+10
* Bug 530454 – Clarify page_nr when printingPhilip Withnall2008-10-261-2/+2
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-4/+4
* Documentation fixesMatthias Clasen2008-08-281-25/+27
* Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 pageMarek Kasik2008-08-211-0/+42
* change "error_dialog" variable to GtkWidget fo fix two warnings.Michael Natterer2008-07-041-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Handle failure to create temp file by returning NULL.Matthias Clasen2008-07-011-7/+38
* Practically everything changed.Cody Russell2008-06-301-1/+1
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-131-0/+11
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-121-2/+1
* More default property value fixesMatthias Clasen2007-12-281-0/+2
* Require gtk-doc 1.8Matthias Clasen2007-11-251-11/+12
* Revert the change on 2007-04-29 (Also check the default handler whenMurray Cumming2007-10-051-2/+1
* Some more fixed to prevent segfaults with missing or nonsensical ranges.Matthias Clasen2007-09-211-9/+7
* abort printing when the range is NULL. (#478803)Jean Brefort2007-09-211-0/+5
* More of the sameMatthias Clasen2007-05-261-36/+42
* Unset priv->platform_data and priv->free_platform_data to preventTorsten Schoenfeld2007-05-151-0/+3
* Fix a compiler warning.Matthias Clasen2007-04-301-1/+2
* Translate the default job name, and don't utf8-validate the job name inMatthias Clasen2007-04-301-2/+6
* Fix some issues with reference handling in the printing code. (#429902,Matthias Clasen2007-04-301-3/+20
* Don't get stuck in a recursive mainloop if a synchronous preview isMatthias Clasen2007-04-301-2/+3
* Make the emission of ::end-print and ::done consistent for previews.Matthias Clasen2007-04-301-7/+6
* Document that a print operation can be run only once, and add aMatthias Clasen2007-04-291-4/+7