]> www.fi.muni.cz Git - evince.git/history - shell/ev-jobs.c
Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based on
[evince.git] / shell / ev-jobs.c
2008-01-25 Carlos Garcia CamposPort to gio and drop gnome-vfs dependency. Fixes bug...
2008-01-19 Carlos Garcia CamposDo not render images when rendering the page but on...
2007-12-28 Christian PerschInclude config.h. Bug #504721.
2007-11-25 Carlos Garcia CamposAdd a command line option for search. Fixes bug #497710.
2007-11-20 Darren KennyFix endless loop when pages_per_sheet is 0. Fixes bug...
2007-10-11 Carlos Garcia CamposWhen printing multiple pages per sheet in reverse optio...
2007-10-11 Carlos Garcia CamposRespect ranges order when printing more than one range...
2007-09-04 Carlos Garcia CamposMove save a copy task to its own job so that it's carri...
2007-09-01 Carlos Garcia CamposActually fix printing regressions. Remove orientation...
2007-08-31 Carlos Garcia CamposAdd support for double and triple click selections.
2007-08-27 Carlos Garcia CamposCreate always a portrait cairo surface and rotate when...
2007-08-25 Carlos Garcia CamposAdjust number of pages per row according to page orient...
2007-07-29 Carlos Garcia CamposAdd page_ready callback to main loop with high priority...
2007-07-29 Carlos Garcia CamposAllow printing multiple pages per sheet. Fixes bug...
2007-07-26 Carlos Garcia CamposAdd page_ready signal to notify that page is ready...
2007-07-26 Carlos Garcia CamposUse capabilities to know which options should be offere...
2007-07-08 Carlos Garcia CamposMerge evince-forms branch.
2007-06-13 Carlos Garcia CamposUse cairo image surfaces instead of GDK pixbufs for...
2007-02-16 Carlos Garcia CamposUse an EvRenderContext for rendering thumbnails instead...
2007-01-24 Carlos Garcia CamposDo file transfer asynchronously in the main thread...
2007-01-24 Carlos Garcia CamposLoad the document with the font-config lock held.
2007-01-09 Carlos Garcia CamposShow main window and load document with the font-config...
2007-01-07 Carlos Garcia CamposAdd image handling support. Fixes bugs #310008 and...
2006-12-18 Carlos Garcia CamposUse an specific lock for FontConfig. Hopefully it fixes...
2006-12-03 Carlos Garcia CamposAllow printing to PDF when suppoted by the backend.
2006-11-08 Carlos Garcia CamposAdd page setup settings for printing. Fixes bugs #36386...
2006-10-30 Carlos Garcia CamposAllow printing only odd/even pages. Fixes bug #367289.
2006-10-24 Carlos Garcia CamposUse print settings scale, copies, collate and reverse...
2006-07-26 Carlos Garcia CamposGtkPrintJob doesn't support print ranges or current...
2006-07-23 Carlos Garcia CamposUse GtkPrint instead of GnomePrint when it's available...
2006-07-17 Carlos Garcia CamposAdd preview toolbar (hidden by default)
2006-06-09 Nickolay V. ShmyrevFixes bug #344160: if the xfer job doesn't complete...
2006-05-29 Nickolay V. ShmyrevDon't crash on reload. Fix for the bug #343167.
2006-05-28 Nickolay V. ShmyrevCheck for document links.
2006-05-27 Nickolay V. ShmyrevOpen links with anchors. Fix for the bug #339836.
2006-05-22 Nickolay V. ShmyrevCheck if document supports links iterface.
2006-05-02 Carlos Garcia CamposRework links system, it adds support for remote links...
2006-04-02 Nickolay V. ShmyrevCleanup mime type detection on document load. Fix for...
2005-08-24 Marco Pesenti GrittiFix orientation in the postscript document
2005-08-09 Jonathan BlandfordMake thread safe.
2005-08-06 Kristian HøgsbergChange selection color on focus in and focus out events...
2005-08-06 Jonathan BlandfordClean up selection to be much smoother!
2005-07-29 Marco Pesenti GrittiUse rotation rather than orientation. It's easier and...
2005-07-29 Marco Pesenti GrittiReally make use of the orientation bit of the render...
2005-07-01 Jonathan BlandfordAdd I-Beam support to EvView. Now we can see where...
2005-06-30 Jonathan BlandfordMassive changes. We now support text selection of pdfs...
2005-06-13 Marco Pesenti GrittiSeparate scan and fill so that we can incrementally...
2005-06-11 Marco Pesenti GrittiMake fonts model fill incrementally.
2005-06-07 Nickolay V. ShmyrevPageCache and EvJobs are moved from backend to shell...