summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the buildMatthias Clasen2007-04-291-1/+1
* Also check the default handler when deciding whether to emit the paginateMatthias Clasen2007-04-291-1/+2
* Don't crash if end_run is not set. (#424168, Matthias Hasselmann)Matthias Clasen2007-04-251-2/+3
* fix the build. Dunno if the fix is right, but I think it is.Michael Natterer2007-04-251-1/+1
* Parse half-open ranges like -2 or 3-, and be a bit more liberal aboutMatthias Clasen2007-04-241-1/+5
* Make async print preview work by actually starting the print process inAlexander Larsson2007-04-161-1/+4
* Fix an oversight in an example.Matthias Clasen2007-03-121-1/+1
* Fix another leakMatthias Clasen2007-01-041-0/+1
* fix doc formatting errorsMatthias Clasen2006-12-291-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-29/+11
* Fix typosMatthias Clasen2006-09-251-1/+1
* Queue printing idles at a low priority. (#348289, Yevgen Muntyan)Matthias Clasen2006-08-171-2/+2
* Some more printing docsMatthias Clasen2006-08-151-3/+14
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* some cross-referencingMatthias Clasen2006-06-291-0/+3
* Improve docsMatthias Clasen2006-06-291-0/+6
* Documentation additions and fixes.Matthias Clasen2006-06-291-2/+4
* Correctly register the done signal - it sends an enum, not an int.Murray Cumming2006-06-201-2/+2
* When starting a preview from the print dialog, set the action to PREVIEW.Matthias Clasen2006-06-161-4/+3
* Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.Matthias Clasen2006-06-111-1/+1
* Register create_custom_widget as an object-returning signal. (#344505,Matthias Clasen2006-06-111-4/+4
* fix buildMatthias Clasen2006-06-091-8/+9
* Don't include gtkprinter-private.h here.Matthias Clasen2006-06-081-6/+8
* Rename pdf_target to export_filenameMatthias Clasen2006-06-081-18/+19
* Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.Matthias Clasen2006-06-081-8/+5
* Update windows to build with new APIs and first cut at preview work.Alexander Larsson2006-06-081-21/+15
* Add more docs, cleanupsMatthias Clasen2006-06-081-62/+63
* Add some docs.Matthias Clasen2006-06-081-2/+13
* Clean up APIs: Make async a setting instead of separate calls. CombineAlexander Larsson2006-06-071-178/+185
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-051-5/+5
* Add a GtkPrintOperation::show-preview propertyMatthias Clasen2006-06-031-1/+53
* Add gtkprintoperationpreview.[ch] Set default preview command. HardcodedAlexander Larsson2006-06-021-65/+407
* bits from the preview patchMatthias Clasen2006-06-011-25/+33
* add docsMatthias Clasen2006-06-011-2/+70
* Don't treat manual_scale like a percentage, its a factor.Matthias Clasen2006-05-311-1/+1
* Change some function names to be longer and better.Matthias Clasen2006-05-311-3/+3
* Custom tab labelMatthias Clasen2006-05-241-1/+53