summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)AuthorFilesLines
2021-04-01epub: declaration of ‘uL’ shadows a previous local [-Wshadow]rbuj1-2/+0
2021-04-01epub: fix typorbuj1-1/+1
2021-02-10dvi: use glib i18n macrosrbuj3-20/+18
2021-02-10build: allow users to disable gettext support (--disable-nls)rbuj9-1/+37
2021-01-28Remove warning -Wtype-limitsrbuj1-2/+0
2021-01-07ps backend: do not silence the warnings when rendering the pagerbuj1-5/+5
2020-12-09build: remove legacy variable MATEICONDIRrbuj1-1/+0
2020-10-24epub backend: Escape link text to display & in index contentrbuj1-1/+1
2020-09-02ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch]rbuj1-8/+13
2020-08-28epub-document: improve code-styleraveit651-552/+552
2020-08-26check return value of xmlDocGetRootElement call if is NULLlvtao-sec1-2/+12
2020-08-16Remove unused macrosPablo Barciela7-15/+0
2020-07-15ev-poppler: remove warning about no previous declarationrbuj1-1/+1
2020-07-10Fix segfault on empty navMaperrt1-2/+2
2020-04-23djvu-text-page: Fix cppcheck [clarifyCalculation] warningsPablo Barciela1-2/+2
2020-04-15Fix cppcheck [knownConditionTrueFalse] warningsPablo Barciela2-7/+1
2020-04-14Remove strict-prototypes warningrbuj2-2/+2
2020-04-14ev-window/epub-document: remove unused functionsPablo Barciela1-11/+0
2020-04-14ev-poppler: remove unused variablePablo Barciela1-1/+0
2020-04-13epub-document: Remove unused-variable warningrbuj1-7/+5
2020-04-10epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGSPablo Barciela1-2/+2
2020-03-12dviread: ‘inline’ is not at beginning of declarationrbuj1-3/+3
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-2/+3
2020-01-15pdf: Fix memory leak when adding new text annotationsCarlos Garcia Campos1-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian18-46/+49
2019-08-20tiff: Handle failure from TIFFReadRGBAImageOrientedVictor Kareh1-9/+17
2019-07-27Fix buffer overflow in backend/tiff-document.clukefromdc1-6/+9
2019-07-01Remove trailing whitespacesLaurent Napias52-1409/+1409
2019-01-21tiff: fix possible NULL pointer dereferencemonsta1-1/+2
2019-01-21pdf: add missing break statementmonsta1-0/+1
2018-12-20comics: fix incorrect mimetype saying to open and thumbnail all rarfilesEli Schwartz1-1/+1
2018-11-07comics: support application/vnd.rar MIME typePablo Barciela1-1/+1
2018-03-16epub: allow to save epub documentsraveit651-1/+5
2018-03-16epub: fix loading epub thumbnailsMickael Albertus1-3/+4
2018-01-16epub: make minizip support more BSD variantsmonsta1-1/+1
2017-09-06pdf: Implement ev_document_text_get_text_attrs()Antia Puentes1-0/+53
2017-08-28pdf: Reset the annotation mapping when there are no more annotationsGiselle Machado1-0/+2
2017-08-28pdf: Implement remove_annotation virtual funcGermán Poo-Caamaño1-0/+31
2017-08-28pdf: Make annotation names uniqueGiselle Machado1-13/+14
2017-08-28pdf: Add support for adding other types of annotationsGiselle Machado1-9/+16
2017-08-28pdf: Add activation link for Fields that have it.José Aliste1-2/+8
2017-08-20dvi: Mitigate command injection attacks by quoting filenameTobias Mueller1-2/+4
2017-08-20mdvi-lib: Fix compilation warning (const-correctness)Tobias Mueller1-1/+1
2017-07-21comics: make the files containing "--checkpoint-action=" unsupportedZenWalker1-0/+6
2016-11-30comics backend: add support for unarchiver (unar and lsar)ZenWalker1-2/+30
2016-10-31djvu: support image/vnd.djvu+multipage MIME typemonsta1-1/+1
2016-10-21comics: support application/vnd.comicbook+zip MIME typemonsta1-1/+1
2016-10-21comics: fix MIME type comparisonsmonsta1-8/+8
2016-10-21comics: fix indentmonsta1-24/+24
2016-10-20tiff: use function from cairo >= 1.6 unconditionallymonsta1-4/+0