summaryrefslogtreecommitdiff
path: root/backend/epub/epubdocument.atril-backend.in
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23Functions for document info and EvPage,other changesrootavish1-1/+1
Summary: I added functions in the backend to get document info. Added a member to evdocument to deal with web documents(ePub) on the frontend. Added a webview to the window, that shall replace the Atril view. Due to removing the view from the main Atril window, I have given rise to various GTK-critical errors in response to signals, will be sure to suppress these in the next commit. Worked towards overall blending in of ePub documents.
2014-05-18adding epub support : created Makefiles,modified configuration scriptrootavish1-0/+4
kickoff commit to add ePub support , creating a subdirectory structure and modified makefiles and configure script to accomodate for ePub . As the sources are done , these will be further changed accordingly .