]> www.fi.muni.cz Git - evince.git/history - backend/pdf/ev-poppler.cc
[shell] Do not link to poppler directly
[evince.git] / backend / pdf / ev-poppler.cc
2010-02-03 Hib Eris[shell] Do not link to poppler directly
2009-12-09 Carlos Garcia CamposUse EvPage instead of page index to get images
2009-12-09 Carlos Garcia CamposUse EvPage instead of page index to get links
2009-12-08 Carlos Garcia CamposUse EvPage instead of a render context to get the selec...
2009-11-17 Carlos Garcia Campos[pdf] Use the attachment name rather than the annotatio...
2009-11-16 Carlos Garcia Campos[pdf] Add support for Attachment annotations
2009-10-25 Juanjo Marín[pdf] Get information about document license from PDF...
2009-09-15 Carlos Garcia CamposMove part of the EvPageCache to EvDocument
2009-09-15 Carlos Garcia CamposConvert EvDocument interface into an abstract class
2009-09-15 Carlos Garcia CamposRemove attachments from EvDocument interface and use...
2009-06-30 Carlos Garcia Campos[pdf] Do not fill the surface before rendering
2009-06-19 Carlos Garcia Campos[pdf] Use a transparent surface and fill it in white...
2009-06-01 Carlos Garcia Campos[pdf] Set whether markup annot has a popup associated...
2009-05-23 Carlos Garcia CamposUse EvMapping instead of Ev*Mapping types
2009-05-20 Matthias Drochner[pdf] Gracefully work with FITB and friends
2009-05-20 Carlos Garcia Campos[pdf] Fix double to int conversion in thumbnails_get_di...
2009-05-20 Davide Capodaglio[pdf] Parse xml metadata to detect PDF/A documents
2009-05-17 Carlos Garcia Campos[pdf] Implement EvDocumentPrint interface
2009-05-14 Carlos Garcia Campos[pdf] Fix build with poppler without cairo support
2009-05-12 Carlos Garcia Campos[pdf] Remove unneeded #ifdefs
2009-05-12 Carlos Garcia Campos[pdf] Implement annotations interface
2009-05-03 Nickolay V. Shmyrev[document] Fixes handling of broken documents
2009-03-01 Carlos Garcia CamposMake our own thumbnail when the provided one doesn...
2009-02-22 Carlos Garcia CamposUse poppler_document_save_a_copy(), which never saves...
2009-02-15 Christian PerschPlug a mem leak.
2009-02-05 Christian PerschUse g_set_error_literal now that we depend on glib...
2009-02-04 Christian PerschInclude gi18n-lib.h instead of gi18n.h.
2009-02-01 Carlos Garcia CamposClamp top/bottom values of destinations to make sure...
2008-11-15 Carlos Garcia CamposImplement layers interface in PDF backend.
2008-10-31 Carlos Garcia CamposRemoved shell/ev-view-private.h
2008-09-07 Carlos Garcia CamposRemove an invalid ifdef.
2008-08-27 Carlos Garcia CamposRemoved
2008-08-25 Carlos Garcia CamposMake sure thumbnail size returned by the PDF is actuall...
2008-06-16 Carlos Garcia CamposDo not crash opening documents with no pages and show...
2008-04-14 Carlos Garcia CamposAdd EvPage so that we can hold a reference to the backe...
2008-04-12 Carlos Garcia CamposBump poppler requirement to 0.8.0.
2008-03-22 Carlos Garcia CamposFix printing in documents with rotated pages. Patch...
2008-03-19 Carlos Garcia CamposFix warning messages.
2008-03-14 Carlos Garcia CamposFix build with poppler <= 0.7.2
2008-03-14 Carlos Garcia CamposFix build with poppler >= 0.7.2
2008-03-03 Carlos Garcia CamposUse g_type_module_add_interface instead of g_type_add_i...
2008-02-16 Carlos Garcia CamposReturn the image list in the right order. Fixes bug...
2008-01-19 Carlos Garcia CamposDo not render images when rendering the page but on...
2008-01-04 Carlos GarnachoAdded implementation to get_effect() in EvDocumentTrans...
2007-12-28 Carlos Garcia CamposPlugin system for backends. Fixes bug #351348.
2007-12-14 Carlos Garcia CamposDo not change left, top and zoom values when they are...
2007-10-26 Carlos Garcia CamposFix printing with poppler splash backend. Fixes bug...
2007-10-22 Carlos Garcia CamposFix a crash when printing with the gnome-print dialog...
2007-10-11 Carlos Garcia CamposWhen printing multiple pages per sheet in reverse optio...
2007-10-04 Carlos Garcia CamposSilently ignore unknown form fields. Fixes bug #482654...
2007-10-04 Carlos Garcia CamposUse poppler_page_render_for_printing() instead of poppl...
2007-09-12 Carlos Garcia CamposRemove #ifdef HAVE_FORMS, so that forms support works...
2007-09-03 Carlos Garcia CamposBump requirements to poppler 0.6 and drop all ifdefs...
2007-09-03 Carlos Garcia CamposIgnore outline items without a title. Fixes bug #453913.
2007-09-02 Carlos Garcia CamposTemporarily disable double and triple selections since...
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-08-23 Carlos Garcia CamposUse CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32...
2007-08-17 Carlos Garcia CamposFix thumbnails rotation in pdf documents that include...
2007-08-15 Jens GranseuerDon't use #ifdef in macro expansion. Some compilers...
2007-07-29 Carlos Garcia CamposAllow printing multiple pages per sheet. Fixes bug...
2007-07-26 Carlos Garcia CamposUse capabilities to know which options should be offere...
2007-07-19 Carlos Garcia CamposGet max length of text form fields.
2007-07-19 Carlos Garcia CamposFix build with current poppler cvs head.
2007-07-08 Carlos Garcia CamposMerge evince-forms branch.
2007-06-29 Carlos Garcia CamposMake sure thumbnails width and height is not <= 0....
2007-06-13 Carlos Garcia CamposUse cairo image surfaces instead of GDK pixbufs for...
2007-06-02 Carlos Garcia CamposBump requirements to poppler 0.5.9 and drop all ifdefs...
2007-05-22 Carlos Garcia CamposFix build with current poppler from cvs head.
2007-05-14 Carlos Garcia CamposAdd missing call to parent class dispose method.
2007-02-16 Carlos Garcia CamposUse an EvRenderContext for rendering thumbnails instead...
2007-02-15 Carlos Garcia CamposRestore cairo context before rendering every page when...
2007-01-28 Nickolay V. ShmyrevImplements another history variant
2007-01-08 Nickolay V. ShmyrevReorganize source tree.