| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a compiler warning. | Matthias Clasen | 2007-04-30 | 1 | -1/+2 |
* | Translate the default job name, and don't utf8-validate the job name in | Matthias Clasen | 2007-04-30 | 1 | -2/+6 |
* | Fix some issues with reference handling in the printing code. (#429902, | Matthias Clasen | 2007-04-30 | 1 | -3/+20 |
* | Don't get stuck in a recursive mainloop if a synchronous preview is | Matthias Clasen | 2007-04-30 | 1 | -2/+3 |
* | Make the emission of ::end-print and ::done consistent for previews. | Matthias Clasen | 2007-04-30 | 1 | -7/+6 |
* | Document that a print operation can be run only once, and add a | Matthias Clasen | 2007-04-29 | 1 | -4/+7 |
* | Fix the build | Matthias Clasen | 2007-04-29 | 1 | -1/+1 |
* | Also check the default handler when deciding whether to emit the paginate | Matthias Clasen | 2007-04-29 | 1 | -1/+2 |
* | Don't crash if end_run is not set. (#424168, Matthias Hasselmann) | Matthias Clasen | 2007-04-25 | 1 | -2/+3 |
* | fix the build. Dunno if the fix is right, but I think it is. | Michael Natterer | 2007-04-25 | 1 | -1/+1 |
* | Parse half-open ranges like -2 or 3-, and be a bit more liberal about | Matthias Clasen | 2007-04-24 | 1 | -1/+5 |
* | Make async print preview work by actually starting the print process in | Alexander Larsson | 2007-04-16 | 1 | -1/+4 |
* | Fix an oversight in an example. | Matthias Clasen | 2007-03-12 | 1 | -1/+1 |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 1 | -0/+1 |
* | fix doc formatting errors | Matthias Clasen | 2006-12-29 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -29/+11 |
* | Fix typos | Matthias Clasen | 2006-09-25 | 1 | -1/+1 |
* | Queue printing idles at a low priority. (#348289, Yevgen Muntyan) | Matthias Clasen | 2006-08-17 | 1 | -2/+2 |
* | Some more printing docs | Matthias Clasen | 2006-08-15 | 1 | -3/+14 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -2/+2 |
* | some cross-referencing | Matthias Clasen | 2006-06-29 | 1 | -0/+3 |
* | Improve docs | Matthias Clasen | 2006-06-29 | 1 | -0/+6 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -2/+4 |
* | Correctly register the done signal - it sends an enum, not an int. | Murray Cumming | 2006-06-20 | 1 | -2/+2 |
* | When starting a preview from the print dialog, set the action to PREVIEW. | Matthias Clasen | 2006-06-16 | 1 | -4/+3 |
* | Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution. | Matthias Clasen | 2006-06-11 | 1 | -1/+1 |
* | Register create_custom_widget as an object-returning signal. (#344505, | Matthias Clasen | 2006-06-11 | 1 | -4/+4 |
* | fix build | Matthias Clasen | 2006-06-09 | 1 | -8/+9 |
* | Don't include gtkprinter-private.h here. | Matthias Clasen | 2006-06-08 | 1 | -6/+8 |
* | Rename pdf_target to export_filename | Matthias Clasen | 2006-06-08 | 1 | -18/+19 |
* | Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW. | Matthias Clasen | 2006-06-08 | 1 | -8/+5 |
* | Update windows to build with new APIs and first cut at preview work. | Alexander Larsson | 2006-06-08 | 1 | -21/+15 |
* | Add more docs, cleanups | Matthias Clasen | 2006-06-08 | 1 | -62/+63 |
* | Add some docs. | Matthias Clasen | 2006-06-08 | 1 | -2/+13 |
* | Clean up APIs: Make async a setting instead of separate calls. Combine | Alexander Larsson | 2006-06-07 | 1 | -178/+185 |
* | 2.9.2GTK_2_9_2 | Matthias Clasen | 2006-06-05 | 1 | -5/+5 |
* | Add a GtkPrintOperation::show-preview property | Matthias Clasen | 2006-06-03 | 1 | -1/+53 |
* | Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded | Alexander Larsson | 2006-06-02 | 1 | -65/+407 |
* | bits from the preview patch | Matthias Clasen | 2006-06-01 | 1 | -25/+33 |
* | add docs | Matthias Clasen | 2006-06-01 | 1 | -2/+70 |
* | Don't treat manual_scale like a percentage, its a factor. | Matthias Clasen | 2006-05-31 | 1 | -1/+1 |
* | Change some function names to be longer and better. | Matthias Clasen | 2006-05-31 | 1 | -3/+3 |
* | Custom tab label | Matthias Clasen | 2006-05-24 | 1 | -1/+53 |
* | Do the begin-print emission in the idle, so that the print dialog goes | Matthias Clasen | 2006-05-23 | 1 | -30/+31 |
* | Add a boolean show-progress property, and show a progress dialog if it is | Matthias Clasen | 2006-05-23 | 1 | -17/+174 |
* | fix docs | Matthias Clasen | 2006-05-22 | 1 | -1/+4 |
* | Make sure grab-notify is emitted on toplevels as well as child widgets. | Alexander Larsson | 2006-05-22 | 1 | -6/+81 |
* | New function to cancel a running print operation. | Matthias Clasen | 2006-05-19 | 1 | -6/+35 |
* | Add a GtkPrintOperation:: paginate signal that gets emitted to paginate a | Matthias Clasen | 2006-05-18 | 1 | -59/+124 |
* | Cosmetic cleanups. | Matthias Clasen | 2006-05-16 | 1 | -41/+48 |