summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Emit PageOrientation DSC comment into PostScript print outputAdrian Johnson2009-09-301-2/+19
* Emit "update-custom-widget" when the page setup changesMarek Kasik2009-08-291-4/+5
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-101-4/+13
* Add ability to print selectionMarek Kasik2009-06-081-0/+6
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-6/+18
* Allow the custom widget to actualize on a printer changeMarek Kasik2009-04-211-0/+22
* Send the print job title to the previewerCarlos Garcia Campos2009-04-101-0/+2
* Save PageSetup into print settings file used by the print previewerCarlos Garcia Campos2009-04-101-2/+21
* Bug 556527 - The current page property is not passed to GtkPrintUnixDialogMarek Kasik2008-10-161-0/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Handle failure to create temp file by returning NULL.Matthias Clasen2008-07-011-1/+8
* Practically everything changed.Cody Russell2008-06-301-1/+1
* don't include the deprecated (and unused) "gtkmarshal.h".Michael Natterer2008-06-161-1/+0
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-211-8/+6
* Hold a refence on the print operation until gtk_print_job_send() is done.Matthias Clasen2007-05-251-6/+10
* Better version of the previous patchMatthias Clasen2007-04-291-15/+13
* Don't leak a file descriptor, and don't make the error dialog modal.Mattthias Clasen2007-04-291-3/+2
* Support passing a print settings file to the preview command. (#403717,Matthias Clasen2007-04-291-16/+57
* Remove debug spewMatthias Clasen2007-03-221-2/+0
* Initialize the do_preview field of PrintResponseData. (#396703, ChristianMatthias Clasen2007-03-101-0/+2
* Move a few settings to gtksettings.c to make sure they show up in theMatthias Clasen2006-12-311-30/+0