Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-print-operation.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Remove unneeded #ifdefCarlos Garcia Campos2010-05-031-4/+1
|
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-41/+3
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* Assorted string fixesPhilip Withnall2010-02-031-5/+5
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [windows] Fix printing on WindowsHib Eris2009-12-291-0/+2
| | | | Fixes bgo#604705
* [printing] Add select page size using document page size print optionAdrian Johnson2009-12-241-9/+31
| | | | | | | | Add a checkbox to the evince print setup tab that when selected changes the printer page size to the size of the document page being printed. Fixes bgo#599547.
* [printing] Add autorotate and center print optionAdrian Johnson2009-12-231-6/+56
| | | | | | | | Add a checkbox to the evince print setup tab that when selected: - rotates each printed page to match the document page orientation - centers the document page within the printed page bgo#599470
* [printing] Add custom print tab with option for page scaleAdrian Johnson2009-12-231-5/+118
| | | | | | | that can choose between none, shrink to printable area, and fit to printable area. bgo#599468
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-191-0/+1882
https://bugzilla.gnome.org/show_bug.cgi?id=604750