summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31epub: fix previous commitraveit651-1/+1
2024-01-31fix a incompatible pointer type warning for gcc14raveit651-2/+2
2024-01-31epub: Avoid crash when index list has extraneous entrycorrectmost1-2/+2
2024-01-17epub: Prevent path traversal when extracting fileslukefromdc1-6/+22
2022-11-17epub: add fallback for malformed epub files in check_mime_typerbuj1-28/+38
2022-08-04epub: Fix index loading for certain documents - look for epub:typeMichael Webster1-1/+7
2022-01-02Remove warnings about redefining gettext support macrosrbuj1-2/+2
2021-11-20Use a blank line at mostrbuj1-6/+0
2020-10-24epub backend: Escape link text to display & in index contentrbuj1-1/+1
2020-08-28epub-document: improve code-styleraveit651-552/+552
2020-08-26check return value of xmlDocGetRootElement call if is NULLlvtao-sec1-2/+12
2020-07-10Fix segfault on empty navMaperrt1-2/+2
2020-04-14Remove strict-prototypes warningrbuj1-1/+1
2020-04-14ev-window/epub-document: remove unused functionsPablo Barciela1-11/+0
2020-04-13epub-document: Remove unused-variable warningrbuj1-7/+5
2019-07-01Remove trailing whitespacesLaurent Napias1-106/+106
2018-03-16epub: allow to save epub documentsraveit651-1/+5
2018-03-16epub: fix loading epub thumbnailsMickael Albertus1-3/+4
2015-12-17Fix crash for epubs when accessibility is enabledAndrey Gursky1-0/+11
2015-09-10epub: drop embedded MathJax in favor of using distro-packaged onemonsta1-2/+1
2015-01-22fix careless hack: don't do double-free, avoid weird crashesMonsta1-2/+1
2014-12-29epub: Fix some typosinfirit1-2/+2
2014-12-10fix some more leaks and stuffMonsta1-2/+2
2014-12-08don't leak memoryMonsta1-100/+125
2014-12-08removed some code that had no effectmonsta1-1/+0
2014-12-08epub backend: more anti-NULL protection for epub_document_set_index_pagesMonsta1-1/+4
2014-12-08ePub: Can open documents which do not have tocrootavish1-2/+15
2014-12-08ePub backend: unescape uri strings from tocrootavish1-0/+6
2014-11-25properly return a value from non-void functionmonsta1-2/+2
2014-08-19Mathjax Supportrootavish1-1/+78
2014-08-17Added epub3 navsheetsrootavish1-21/+174
2014-08-14Tweaked the inverted colors,shell Makefilerootavish1-4/+19
2014-08-14Inverted colors(night) viewing mode for ePubrootavish1-0/+135
2014-08-09GTK3, Webkit2 support for epubrootavish1-1/+4
2014-08-06Searching in epub documentsrootavish1-34/+58
2014-08-03Table of contents(index) for epubrootavish1-111/+361
2014-07-29Searching single pages in epubrootavish1-53/+85
2014-07-25Fixing dispose functions, display in webviewrootavish1-1/+4
2014-07-20Active properties dialog, other actionsrootavish1-3/+15
2014-07-19Moving all webkit tasks to main loop jobsrootavish1-28/+0
2014-07-19Thumbnails for all documentsrootavish1-92/+85
2014-07-11Fixing the extraction problemrootavish1-14/+39
2014-07-10Files for EvWebView, thumbnails possible with GTK+-2.0rootavish1-26/+54
2014-07-07Refactored code, created a new EvWebView typerootavish1-14/+84
2014-07-04Thumbnails for Epub Documentsrootavish1-35/+29
2014-07-01More changes to accomodate webviewrootavish1-10/+10
2014-06-23Functions for document info and EvPage,other changesrootavish1-27/+121
2014-06-21Changed dependecy to webkit-1.0,added web view to window propertiesrootavish1-129/+374
2014-06-07Redefined most XML parsing functions,more helpersrootavish1-48/+366
2014-05-30Created a Makefile for minizip, modified epub Makefilerootavish1-0/+1