]> www.fi.muni.cz Git - evince.git/history - backend
Translation updated.
[evince.git] / backend /
2009-01-25 Christian Persch Bug 569082 – use versioned directory for backends
2009-01-25 Christian PerschRenamed from evince-backend.pc.in. Renamed library...
2008-12-03 Carlos Garcia CamposFix zip mime-type in comics backend. Patch by Juanjo...
2008-11-29 Carlos Garcia CamposDo not trust file extensions when getting the command...
2008-11-15 Carlos Garcia CamposImplement layers interface in PDF backend.
2008-11-04 Nickolay V. ShmyrevMore renames of warning to mdvi_warning in follow up...
2008-10-31 Carlos Garcia CamposRemoved shell/ev-view-private.h
2008-10-27 Christian PerschBug 558064 – build with single includes
2008-10-27 Christian PerschBug 558066 – format not a string literal and no format...
2008-09-28 Carlos Garcia CamposFix several compile warnings in the dvi backend.
2008-09-28 Carlos Garcia CamposRename error as mdvi_error to avoid symbol conflicts...
2008-09-28 Carlos Garcia CamposFix memory leak.
2008-09-28 Carlos Garcia CamposUse EV_BACKEND_IMPLEMENT_INTERFACE instead of G_IMPLEME...
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-08-19 Carlos Garcia CamposImplement document_get_page_label in tiff backend.
2008-08-19 Carlos Garcia CamposHandle document orientation in tiff backend. Fixes...
2008-08-03 Wouter BolsterleeMore #include cleanups. Again: reordering, single gtk...
2008-07-11 Nickolay V. ShmyrevAdded support for 7-zip based cb7 comic book. Patch...
2008-06-16 Carlos Garcia CamposDo not crash opening documents with no pages and show...
2008-05-01 Hans Petter JanssonFix a free() that should be an iks_free(). Fix an array...
2008-04-29 Carlos Garcia CamposMake sure load job doesn't finish successfully when...
2008-04-14 Carlos Garcia CamposFix T1 font rendering in dvi backend. Patch by Mattias...
2008-04-14 Carlos Garcia CamposAdd EvPage so that we can hold a reference to the backe...
2008-04-12 Carlos Garcia CamposRemove gs stuff from ps backend.
2008-04-12 Carlos Garcia CamposBump poppler requirement to 0.8.0.
2008-04-08 Carlos Garcia CamposMake sure link title is a valid utf8 string. Fixes...
2008-04-06 Carlos Garcia CamposAdd compressed dvi to the list of supported mime types...
2008-04-01 Carlos Garcia CamposDo not crash when thumbnail failed to render in PS...
2008-03-22 Carlos Garcia CamposFix printing in documents with rotated pages. Patch...
2008-03-19 Carlos Garcia CamposFix warning messages.
2008-03-18 Carlos Garcia CamposMake ps backend module resident. Fixes bug #520607.
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 CamposAllow making backend modules resident. This is needed...
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-02-12 Wouter BolsterleeRemove unused variable to avoid a compiler warning.
2008-01-31 Carlos Garcia CamposUse the new cairo function cairo_format_stride_for_widt...
2008-01-29 Matthias ClasenInstall only dvi module. Fixes bug #512718.
2008-01-28 Nickolay V. ShmyrevFixes distcheck issues
2008-01-27 Carlos Garcia CamposFix printing in dvi backend when filename contains...
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...
2008-01-13 Nickolay V. ShmyrevDon't overquote special chars except of '. See bug...
2008-01-13 Carlos Garcia CamposFix compile warnings due to unused variables.
2008-01-13 Carlos Garcia CamposBump requirements to libspectre 0.2.0. Fixes bug #507705.
2008-01-04 Carlos GarnachoAdded implementation to get_effect() in EvDocumentTrans...
2007-12-29 Carlos Garcia CamposMore warnings fixed.
2007-12-29 Carlos Garcia CamposFix compile warnings.
2007-12-28 Christian PerschInclude config.h. Bug #504721.
2007-12-28 Carlos Garcia CamposPlugin system for backends. Fixes bug #351348.
2007-12-20 Carlos Garcia CamposAdd ps specials support in dvi backend when libspectre...
2007-12-20 Carlos Garcia CamposUse libspectre, if available, for the ps backend. Fixes...
2007-12-18 Yaakov SelkowitzCygwin build issue fix.
2007-12-14 Carlos Garcia CamposDo not change left, top and zoom values when they are...
2007-11-26 Matthias ClasenTiff documents were rendered with wrong colors. Fixes...
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-18 Sebastien BacherFix an implicit function definition warning (#487655)
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-08-15 Justin BlanchardFixes memory leak in djvu backend.
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-17 Alaska SubediPDF exporter for dvi documents. Fixes bug #441319.
2007-06-17 Carlos Garcia CamposRemoved Added
2007-06-13 Carlos Garcia CamposFix rotation in djvu backend.
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-20 Nickolay V. Shmyrev2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrocksc...
2007-05-14 Alaska SubediImplemented printing with djvu. Bug #437998.
2007-05-14 Nickolay V. ShmyrevFixes FIXME after freeze
2007-05-14 Carlos Garcia CamposAdd missing ulong definition. Add missing headers....
2007-05-14 Carlos Garcia CamposAdd missing call to parent class dispose method.
2007-05-09 Nickolay V. ShmyrevCorrectly quote symbols. Fixes crash in the bug #415370.
2007-04-08 Carlos Garcia CamposUse default resolution when it's not provided by docume...
2007-04-07 Ricardo MarkiewiczImplement font color specials in the DVI backend. Fixes...
2007-02-16 Carlos Garcia CamposUse an EvRenderContext for rendering thumbnails instead...
2007-02-15 Carlos Garcia CamposFix build on Mac. Fixes bug #392186. Patch by <ephraim_...
2007-02-15 Carlos Garcia CamposRestore cairo context before rendering every page when...
2007-02-13 Carlos Garcia CamposHandle PostScript page orientation. Fixes bug #318568.
next