Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-01 | epub: declaration of ‘uL’ shadows a previous local [-Wshadow] | rbuj | 1 | -2/+0 | |
2021-04-01 | epub: fix typo | rbuj | 1 | -1/+1 | |
2020-04-15 | Fix cppcheck [knownConditionTrueFalse] warnings | Pablo Barciela | 1 | -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] | |||||
2014-05-30 | created a separate directory for minizip content, fixed indentation in ↵ | rootavish | 1 | -0/+2125 | |
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. |