summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-8/+8
* Replace "gchar" with "char"Benjamin Otte2020-07-251-23/+23
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* printoperation-unix: Fix a use-after-freeMatthias Clasen2020-05-121-3/+3
* Remove unnecessary deprecation pragmasEmmanuele Bassi2020-05-121-8/+0
* Drop gtk_dialog_run() from GtkPrintOperationUnixEmmanuele Bassi2020-05-121-7/+33
* Use gtk_window_destroyMatthias Clasen2020-05-111-2/+2
* gtk: Port all users to the new gtk_show_uri()Matthias Clasen2020-04-111-1/+1
* Rename gtkprintbackend.h to gtkprintbackendprivate.hMatthias Clasen2019-05-261-1/+1
* all: Don't warn about deprecated gtk_window_present usageBastien Nocera2019-02-251-2/+6
* Move the should_use_portal helper to gdkMatthias Clasen2018-11-041-3/+3
* Add gtk_printer_get_hard_margins_for_paper_sizeAdrian Johnson2018-04-261-1/+2
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-8/+1
* Remove unneeded deprecation guardsMatthias Clasen2017-12-171-2/+0
* printoperation: Stop using gdk_app_launch_context_set_screenMatthias Clasen2017-10-301-7/+6
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* Use gtk_show_uri_on_window() instead gtk_show_uri()Javier Jardón2017-08-281-1/+1
* gtk: Ignore gtk_show_uri() deprecation warningsBastien Nocera2017-02-161-0/+2
* Add portal support to GtkPrintOperationMatthias Clasen2016-07-081-34/+104
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* printing: Fail nicely when /tmp is not writableMarek Kasik2014-03-171-2/+3
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* Don't rotate pdf landscape outputAdrian Johnson2012-09-121-4/+7
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-4/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-1/+2
* Remove gdk_spawn functionsMatthias Clasen2010-12-211-3/+3
* Don't use gdk_spawnMatthias Clasen2010-12-211-8/+15
* printing: Set new print operation settings before emitting custom-widget-appl...Carlos Garcia Campos2010-12-201-1/+5
* Remove sealed members from GtkPrintJobMatthias Clasen2010-12-181-12/+10
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Return error instead of showing an error dialog when printingMarek Kasik2010-06-071-33/+9
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Fix declaration of gtk_print_job_set_statusMatthias Clasen2010-01-171-1/+0
* Fix a crash on print previewCarlos Garcia Campos2009-12-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+5
* Set hard margins to 0 when printing n-up on unix printersAdrian Johnson2009-12-051-2/+13
* Set unix printer hard margins on print contextAdrian Johnson2009-12-051-0/+4
* Revert "Set unix printer hard margins on print context"Christian Persch2009-12-011-4/+0
* Revert "Set hard margins to 0 when printing n-up on unix printers"Christian Persch2009-12-011-6/+2
* Revert "Add comment explaining why we set the hard margins to 0 for n-up"Christian Persch2009-12-011-4/+0
* Add comment explaining why we set the hard margins to 0 for n-upChristian Persch2009-12-011-0/+4
* Set hard margins to 0 when printing n-up on unix printersAdrian Johnson2009-12-011-2/+6
* Set unix printer hard margins on print contextAdrian Johnson2009-12-011-0/+4
* Fallback to gtk_show_uri for print preview if the command failsChristian Dywan2009-11-301-0/+13
* Show correct print previewMarek Kasik2009-10-261-3/+23