]> Pileus Git - ~andy/gtk/history - gtk/gtkprintoperation.c
Bug 457086 - numpad does not work when the Thai-Lao input method is used
[~andy/gtk] / gtk / gtkprintoperation.c
2009-01-01 Matthias ClasenFix make check
2008-12-19 Marek KasikBug 339318 - Allow page rendering to (optionally) happe...
2008-10-27 Matthias ClasenMore conversion to C_()
2008-10-26 Philip WithnallBug 530454 – Clarify page_nr when printing
2008-10-13 Christian PerschBug 555386 – format not a string literal and no format...
2008-08-28 Matthias ClasenDocumentation fixes
2008-08-21 Marek KasikBug 545875 – evo crashed when trying to print pages...
2008-07-04 Michael Nattererchange "error_dialog" variable to GtkWidget fo fix...
2008-07-01 Cody RussellRevert name change
2008-07-01 Matthias ClasenHandle failure to create temp file by returning NULL.
2008-06-30 Cody RussellPractically everything changed.
2008-06-13 Hans Breuercheck surface status after ceating a pdf. Avoids crashi...
2008-02-12 Matthias ClasenFix some i18n errors. Pointed out by Behdad Esfahbod.
2007-12-28 Matthias ClasenMore default property value fixes
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-10-05 Murray CummingRevert the change on 2007-04-29 (Also check the default...
2007-09-21 Matthias ClasenSome more fixed to prevent segfaults with missing or...
2007-09-21 Jean Brefortabort printing when the range is NULL. (#478803)
2007-05-26 Matthias ClasenMore of the same
2007-05-15 Torsten SchoenfeldUnset priv->platform_data and priv->free_platform_data...
2007-04-30 Matthias ClasenFix a compiler warning.
2007-04-30 Matthias ClasenTranslate the default job name, and don't utf8-validate...
2007-04-30 Matthias ClasenFix some issues with reference handling in the printing...
2007-04-30 Matthias ClasenDon't get stuck in a recursive mainloop if a synchronou...
2007-04-30 Matthias ClasenMake the emission of ::end-print and ::done consistent...
2007-04-29 Matthias ClasenDocument that a print operation can be run only once...
2007-04-29 Matthias ClasenFix the build
2007-04-29 Matthias ClasenAlso check the default handler when deciding whether...
2007-04-25 Matthias ClasenDon't crash if end_run is not set. (#424168, Matthias...
2007-04-25 Michael Nattererfix the build. Dunno if the fix is right, but I think...
2007-04-24 Matthias ClasenParse half-open ranges like -2 or 3-, and be a bit...
2007-04-16 Alexander LarssonMake async print preview work by actually starting...
2007-03-12 Matthias ClasenFix an oversight in an example.
2007-01-04 Matthias ClasenFix another leak
2006-12-29 Matthias Clasenfix doc formatting errors
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-09-25 Matthias ClasenFix typos
2006-08-17 Matthias ClasenQueue printing idles at a low priority. (#348289, Yevge...
2006-08-15 Matthias ClasenSome more printing docs
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-29 Matthias Clasensome cross-referencing
2006-06-29 Matthias ClasenImprove docs
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-06-20 Murray CummingCorrectly register the done signal - it sends an enum...
2006-06-16 Matthias ClasenWhen starting a preview from the print dialog, set...
2006-06-11 Matthias ClasenUse cairo_pdf_surface_set_dpi by cairo_surface_set_fall...
2006-06-11 Matthias ClasenRegister create_custom_widget as an object-returning...
2006-06-09 Matthias Clasenfix build
2006-06-08 Matthias ClasenDon't include gtkprinter-private.h here.
2006-06-08 Matthias ClasenRename pdf_target to export_filename
2006-06-08 Matthias ClasenGet rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 Alexander LarssonUpdate windows to build with new APIs and first cut...
2006-06-08 Matthias ClasenAdd more docs, cleanups
2006-06-08 Matthias ClasenAdd some docs.
2006-06-07 Alexander LarssonClean up APIs: Make async a setting instead of separate...
2006-06-05 Matthias Clasen2.9.2
2006-06-03 Matthias ClasenAdd a GtkPrintOperation::show-preview property
2006-06-02 Alexander LarssonAdd gtkprintoperationpreview.[ch] Set default preview...
2006-06-01 Matthias Clasenbits from the preview patch
2006-06-01 Matthias Clasenadd docs
2006-05-31 Matthias ClasenDon't treat manual_scale like a percentage, its a factor.
2006-05-31 Matthias ClasenChange some function names to be longer and better.
2006-05-24 Matthias ClasenCustom tab label
2006-05-23 Matthias ClasenDo the begin-print emission in the idle, so that the...
2006-05-23 Matthias ClasenAdd a boolean show-progress property, and show a progre...
2006-05-22 Matthias Clasenfix docs
2006-05-22 Alexander LarssonMake sure grab-notify is emitted on toplevels as well...
2006-05-19 Matthias ClasenNew function to cancel a running print operation.
2006-05-18 Matthias ClasenAdd a GtkPrintOperation:: paginate signal that gets...
2006-05-16 Matthias ClasenCosmetic cleanups.
2006-05-15 Matthias ClasenReverse the order of ranges when printing in reverse...
2006-05-15 Alexander LarssonAdded gtk_print_job_set/get_track_print_status
2006-05-15 Matthias Clasenmore async printing
2006-05-12 Alexander LarssonUpdate g_object_notify to new property name.
2006-05-12 Alexander LarssonFix build errors.
2006-05-05 Alexander LarssonImplement per-page paper sizes.
2006-05-04 Alexander LarssonAdded new symbols
2006-05-02 Christian PerschUse a priv variable when accessing priv multiple times...
2006-04-25 Matthias ClasenAdd docs.
2006-04-24 Matthias ClasenRefactor the gtk_print_operation_run() code and add...
2006-04-21 Alexander LarssonMerge the gtk-printing branch. For more detailed Change...