Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-12 | Modified ioapi.h for missing macro | rootavish | 1 | -2/+4 | |
2014-05-30 | Created a Makefile for minizip, modified epub Makefile | rootavish | 1 | -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-30 | created a separate directory for minizip content, fixed indentation in ↵ | rootavish | 4 | -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. |