summaryrefslogtreecommitdiff
path: root/backend/epub/minizip
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20Use a blank line at mostrbuj4-69/+0
2021-04-01epub: declaration of ‘uL’ shadows a previous local [-Wshadow]rbuj1-2/+0
2021-04-01epub: fix typorbuj1-1/+1
2020-04-15Fix cppcheck [knownConditionTrueFalse] warningsPablo Barciela1-6/+0
Fixes the warnings: backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse] backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse] properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse] shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse] shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
2019-07-01Remove trailing whitespacesLaurent Napias1-1/+1
2018-01-16epub: make minizip support more BSD variantsmonsta1-1/+1
closes https://github.com/mate-desktop/atril/issues/290 which has the original patch
2014-10-27Fix minizip Makefileinfirit1-3/+1
2014-10-24epub: Fix make distatril-1.9.0Stefano Karapetsas1-0/+4
2014-08-12Modified ioapi.h for missing macrorootavish1-2/+4
2014-05-30Created a Makefile for minizip, modified epub Makefilerootavish1-0/+14
I created a Makefile for the minizip backend, since i am only using part of that library and modified the epub backend to work with the library. Also modified the configure script to suit our purpose. The epub backend can now be compiled using the make command in the epub directory, although it cannot still be compiled as a part of atril.
2014-05-30created a separate directory for minizip content, fixed indentation in ↵rootavish4-0/+3017
configure.ac Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function.