Age | Commit message (Expand) | Author | Files | Lines |
2016-11-30 | comics backend: add support for unarchiver (unar and lsar) | ZenWalker | 1 | -2/+30 |
2016-10-31 | djvu: support image/vnd.djvu+multipage MIME type | monsta | 1 | -1/+1 |
2016-10-21 | comics: support application/vnd.comicbook+zip MIME type | monsta | 1 | -1/+1 |
2016-10-21 | comics: fix MIME type comparisons | monsta | 1 | -8/+8 |
2016-10-21 | comics: fix indent | monsta | 1 | -24/+24 |
2016-10-20 | tiff: use function from cairo >= 1.6 unconditionally | monsta | 1 | -4/+0 |
2016-10-14 | Fix case sensitive searching for PDF | Cormac Walsh | 1 | -1/+5 |
2016-07-28 | djvu: remove unneeded assignment | monsta | 1 | -4/+1 |
2016-07-28 | comics: properly open files with special characters in path | monsta | 1 | -1/+1 |
2016-07-03 | tiff: issue warnings on print errors | raveit65 | 1 | -6/+17 |
2016-07-03 | tiff: fix compile warning | raveit65 | 1 | -1/+1 |
2016-07-03 | tiff: Fix for -Wformat-nonliteral warnings | raveit65 | 1 | -17/+15 |
2016-06-29 | dvi: Use new font name instead of the old one | raveit65 | 1 | -1/+1 |
2016-06-29 | dvi: Use t1 font mapping files | raveit65 | 1 | -1/+6 |
2016-06-29 | xps: Fill version information of EvDocumentBackendInfo | raveit65 | 1 | -2/+1 |
2016-06-29 | comics: Fix some memory leaks | raveit65 | 1 | -19/+22 |
2016-06-24 | Fix undefined variable warnings in dvi-backend | raveit65 | 1 | -6/+6 |
2016-06-01 | backend: drop some win32-specific stuff | monsta | 6 | -138/+3 |
2016-05-25 | backend, libdocument: reorganize some includes | monsta | 2 | -4/+0 |
2015-12-17 | Fix crash for epubs when accessibility is enabled | Andrey Gursky | 1 | -0/+11 |
2015-11-05 | dvi: fix crash due to regression | monsta | 1 | -1/+1 |
2015-09-10 | epub: drop embedded MathJax in favor of using distro-packaged one | monsta | 257 | -4472/+2 |
2015-09-02 | comics: Fix -Wold-style-declaration warning | Christian Persch | 1 | -1/+1 |
2015-09-02 | xps: Remove extra call to gxps_link_get_area() | Carlos Garcia Campos | 1 | -1/+0 |
2015-09-02 | pdf: remove unused variables | Hib Eris | 1 | -12/+2 |
2015-09-02 | pdf: remove unused variable | Hib Eris | 1 | -1/+0 |
2015-09-02 | Remove unused variables from mdvi-lib | Hib Eris | 3 | -6/+1 |
2015-08-31 | pdf: Fix compile warning | Carlos Garcia Campos | 1 | -0/+3 |
2015-08-31 | pdf: Fix saving annotations added to different pages | Daniel Glöckner | 1 | -4/+9 |
2015-03-19 | corrected bug tracker links everywhere | Monsta | 1 | -5/+5 |
2015-01-22 | fix careless hack: don't do double-free, avoid weird crashes | Monsta | 1 | -2/+1 |
2015-01-10 | comics backend: add support for bsdtar | Balló György | 1 | -0/+24 |
2014-12-29 | epub: Fix some typos | infirit | 1 | -2/+2 |
2014-12-10 | fix some more leaks and stuff | Monsta | 1 | -2/+2 |
2014-12-10 | tiff: Set stopOnError to zero on TIFFReadRGBAImageOriented() calls | infirit | 1 | -2/+2 |
2014-12-10 | dvi: Another fix for buffer overwrite in dvi-backend | infirit | 1 | -2/+2 |
2014-12-10 | tiff: Use TIFFOpenW on windows | infirit | 1 | -0/+14 |
2014-12-10 | backends: Fix another security issue in the dvi-backend | infirit | 1 | -1/+1 |
2014-12-10 | Fix problem with some pk fonts | infirit | 1 | -2/+3 |
2014-12-10 | pdf: Bump poppler requirements to 0.16.0 | infirit | 1 | -103/+9 |
2014-12-10 | Fixed minor bug, it returned NULL when expecting gboolean | infirit | 1 | -1/+1 |
2014-12-10 | backends: Fix several security issues in the dvi-backend. | infirit | 5 | -3/+23 |
2014-12-09 | pdf: Support .pdf.xz files | infirit | 1 | -2/+1 |
2014-12-09 | dvi: Don't use cairo_image_surface_create_for_data() | infirit | 1 | -14/+6 |
2014-12-09 | dvi: Fix drawing glyphs with transparency | infirit | 2 | -43/+13 |
2014-12-09 | dvi: Add image_done method to DviDevice to notify that the image is finished | infirit | 3 | -0/+11 |
2014-12-09 | [djvu] Implement document_links_find_link_page() | infirit | 3 | -6/+31 |
2014-12-09 | [pdf] Implement document_links_find_link_page() | infirit | 1 | -0/+20 |
2014-12-09 | [pdf] Do not resolve named destinations in the backend | infirit | 1 | -30/+1 |
2014-12-09 | [pdf] Update to poppler api changes | infirit | 1 | -0/+11 |