| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation fixes | Matthias Clasen | 2008-08-28 | 1 | -25/+27 |
* | Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page | Marek Kasik | 2008-08-21 | 1 | -0/+42 |
* | change "error_dialog" variable to GtkWidget fo fix two warnings. | Michael Natterer | 2008-07-04 | 1 | -4/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Handle failure to create temp file by returning NULL. | Matthias Clasen | 2008-07-01 | 1 | -7/+38 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | check surface status after ceating a pdf. Avoids crashing when the target | Hans Breuer | 2008-06-13 | 1 | -0/+11 |
* | Fix some i18n errors. Pointed out by Behdad Esfahbod. | Matthias Clasen | 2008-02-12 | 1 | -2/+1 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 1 | -0/+2 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -11/+12 |
* | Revert the change on 2007-04-29 (Also check the default handler when | Murray Cumming | 2007-10-05 | 1 | -2/+1 |
* | Some more fixed to prevent segfaults with missing or nonsensical ranges. | Matthias Clasen | 2007-09-21 | 1 | -9/+7 |
* | abort printing when the range is NULL. (#478803) | Jean Brefort | 2007-09-21 | 1 | -0/+5 |
* | More of the same | Matthias Clasen | 2007-05-26 | 1 | -36/+42 |
* | Unset priv->platform_data and priv->free_platform_data to prevent | Torsten Schoenfeld | 2007-05-15 | 1 | -0/+3 |
* | 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 |