Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Open links with anchors. Fix for the bug #339836.Nickolay V. Shmyrev2006-05-271-2/+6
* Check if document supports links iterface.Nickolay V. Shmyrev2006-05-221-1/+1
* Rework links system, it adds support for remote links now and it makesCarlos Garcia Campos2006-05-021-2/+6
* Cleanup mime type detection on document load. Fix for the bug #336448.Nickolay V. Shmyrev2006-04-021-63/+95
* Fix orientation in the postscript documentMarco Pesenti Gritti2005-08-241-1/+2
* Make thread safe.Jonathan Blandford2005-08-091-3/+3
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-061-2/+2
* Clean up selection to be much smoother!Jonathan Blandford2005-08-061-2/+22
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-3/+3
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-3/+6
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-011-0/+4
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-301-13/+31
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-131-4/+2
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-111-0/+35
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-0/+343