summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-0/+3
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Don't specify explicit format capabilities. (#346505, Christian Persch)Matthias Clasen2006-08-311-3/+1
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-1/+1
* Add a preview capabilityMatthias Clasen2006-06-301-1/+2
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-211-2/+1
* Another forgotten change.Matthias Clasen2006-06-191-1/+2
* Require cvs glib.Matthias Clasen2006-06-161-14/+49
* Move the registration of the gtk-print-preview-command setting fromMatthias Clasen2006-06-161-0/+31
* When starting a preview from the print dialog, set the action to PREVIEW.Matthias Clasen2006-06-161-0/+2
* Mark preview filename as translatable.Matthias Clasen2006-06-161-3/+4
* make print-to-pdf show up againMatthias Clasen2006-06-161-2/+4
* Fix bug 344518Matthias Clasen2006-06-111-1/+3
* Don't include gtkprinter-private.h here.Matthias Clasen2006-06-081-0/+1
* Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.Matthias Clasen2006-06-081-12/+12
* Fix up unix fallout from previous change.Alexander Larsson2006-06-081-2/+2
* Update windows to build with new APIs and first cut at preview work.Alexander Larsson2006-06-081-2/+33
* Clean up APIs: Make async a setting instead of separate calls. CombineAlexander Larsson2006-06-071-19/+10
* Add a GtkPrintOperation::show-preview propertyMatthias Clasen2006-06-031-3/+9