Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.c
Commit message (Expand)AuthorAgeFilesLines
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-1366/+0
* Remove dest, mode and search_string from EvJobLoad since they are notCarlos Garcia Campos2009-01-181-18/+1
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-271-314/+92
* Add layers support.Carlos Garcia Campos2008-11-151-0/+67
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-271-1/+1
* RemovedCarlos Garcia Campos2008-08-271-3/+173
* Add a new job to get the attachments in a thread with the document lockCarlos Garcia Campos2008-08-221-14/+82
* Fix loading encrypted documents since I broke it with the jobs rework.Carlos Garcia Campos2008-08-061-2/+25
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-412/+646
* Add a profile mode available when debug is enabled. Add profilers inCarlos Garcia Campos2008-07-271-2/+13
* Fix a crash in debug mode. Patch by Daniel M German.Carlos Garcia Campos2008-05-291-2/+1
* Merge branch 'ev-debug' into workCarlos Garcia Campos2008-04-271-0/+53
* Create the render context needed for rendering a page in the render threadCarlos Garcia Campos2008-04-141-52/+53
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-17/+29
* Fix a crash when printing a range that doesn't specify the start or endCarlos Garcia Campos2008-04-061-0/+5
* Invert collate action in order to work as expected, fix reverse printingCarlos Garcia Campos2008-03-181-14/+13
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-251-3/+0
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-191-2/+2
* Include config.h. Bug #504721.Christian Persch2007-12-281-0/+1
* Add a command line option for search. Fixes bug #497710.Carlos Garcia Campos2007-11-251-1/+11
* Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.Darren Kenny2007-11-201-1/+1
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-111-32/+26
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-111-26/+70
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-041-0/+142
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-3/+1
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-1/+4
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-271-1/+1
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-251-2/+3
* Add page_ready callback to main loop with high priority and hold aCarlos Garcia Campos2007-07-291-1/+4
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-0/+6
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-261-19/+50
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-13/+17
* Merge evince-forms branch.Carlos Garcia Campos2007-07-081-0/+8
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-7/+11
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-11/+9
* Do file transfer asynchronously in the main thread instead ofCarlos Garcia Campos2007-01-241-57/+28
* Load the document with the font-config lock held.Carlos Garcia Campos2007-01-241-0/+2
* Show main window and load document with the font-config lock held.Carlos Garcia Campos2007-01-091-0/+2
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-1/+8
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-181-1/+6
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-031-10/+23
* Add page setup settings for printing. Fixes bugs #363860 and #350491.Carlos Garcia Campos2006-11-081-1/+1
* Allow printing only odd/even pages. Fixes bug #367289.Carlos Garcia Campos2006-10-301-11/+36
* Use print settings scale, copies, collate and reverse which were ignored.Carlos Garcia Campos2006-10-241-21/+50
* GtkPrintJob doesn't support print ranges or current page, so we export toCarlos Garcia Campos2006-07-261-9/+79
* Use GtkPrint instead of GnomePrint when it's available. Fixes bug #348422Carlos Garcia Campos2006-07-231-0/+113
* Add preview toolbar (hidden by default)Carlos Garcia Campos2006-07-171-1/+3
* Fixes bug #344160: if the xfer job doesn't complete because a password isNickolay V. Shmyrev2006-06-091-0/+11
* Don't crash on reload. Fix for the bug #343167.Nickolay V. Shmyrev2006-05-291-1/+8
* Check for document links.Nickolay V. Shmyrev2006-05-281-1/+1