Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-print-operation.c
Commit message (Expand)AuthorAgeFilesLines
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-261-2/+83
* Revert "[printing] Make evince output pdf on supported printers"Carlos Garcia Campos2009-10-251-7/+2
* [printing] Set page orientation of each page when printingAdrian Johnson2009-10-251-0/+20
* [printing] Preserve aspect ratio when scaling page for printingAdrian Johnson2009-10-251-2/+6
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-1/+0
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-7/+6
* [printing] Show print progress information when using GtkPrintOperationCarlos Garcia Campos2009-08-081-4/+26
* [print] Fixes segmentation violation when format is emptyAndreas Liebe2009-07-251-1/+1
* [printing] Fix even / odd multipage issuesBartek Kostrzewa2009-07-121-23/+91
* [printing] Make evince output pdf on supported printersJohan Brannlund2009-06-251-2/+7
* [shell] Add default case to switch, warning about unsupported print pages set...Carlos Garcia Campos2009-06-121-0/+3
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-091-2/+21
* Do not disable printing when cairo printing is available.Hib Eris2009-06-091-0/+9
* [printing] Scale according to paper size before rendering for printingCarlos Garcia Campos2009-06-051-1/+9
* [printing] Fix multipage even/odd printing issuesBartek Kostrzewa2009-05-231-10/+23
* [printing] Fixes crash found by testsNickolay V. Shmyrev2009-05-181-1/+1
* [shell] Add EvPrintOperationPrint that implements EvPrintOperation using GtkP...Carlos Garcia Campos2009-05-171-9/+280
* RemovedCarlos Garcia Campos2009-04-081-5/+0
* Remove the preview mode from EvWindow. EvPrintOperation now launchesCarlos Garcia Campos2009-04-081-33/+76
* Patch by Juanjo MarĂ­n <juanj.marin@juntadeandalucia.es> to fix the bugNickolay V. Shmyrev2009-04-041-8/+35
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-4/+4
* Make sure pages_per_sheet is always >= 1. Fixes bug #569328.Carlos Garcia Campos2009-02-011-2/+2
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-3/+3
* Fallback to EV_FILE_FORMAT_PS when file_format is not defined.Carlos Garcia Campos2008-12-291-1/+1
* Show a confirmation dialog when there are pending print jobs while closingCarlos Garcia Campos2008-12-281-17/+27
* Show progress information when printing. Fixes bug #482770.Carlos Garcia Campos2008-12-271-66/+318
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-271-0/+1043