summaryrefslogtreecommitdiff
path: root/libview/ev-web-view.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-20Active properties dialog, other actionsrootavish1-0/+3
Properties dialog for epub documents, will some basic properties. Also set toolbar and menu sensitivity for the actions available in epub, will add more(find) once I write the module. Also inverted colors needs to be done with CSS or the like.
2014-07-19Thumbnails for all documentsrootavish1-1/+4
Now other problems with webkit. After much fidgeting I was able to resolve the previous problems of threads. However, now there is a different webkit error.
2014-07-10Files for EvWebView, thumbnails possible with GTK+-2.0rootavish1-0/+64
My last commit was supposed to have ev-web-view.c and ev-web-view.h however due to some reason I missed them last time, so here they are now. i am able to achieve thumbnails for my epub however these are of absurdly large size. Still struggling to get the webview done due to thread problems that I am encountering.