summaryrefslogtreecommitdiff
path: root/libview/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Fix build warning on marshallingraveit651-1/+1
Replace deprecated --header --body options inspired by: https://gitlab.gnome.org/GNOME/evince/commit/f6952c2
2018-03-22Use GtkOverlay to show the loading messageCarlos Garcia Campos1-2/+0
Remove the EvLoadingWindow from libview and move the implementation to the shell using a EvLoadingMessage widget and GtkOverlay. EvView has now a is-loading property that allows the users to implement their own loading notification system. This fixes several realted to the loading window. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=035c1cb
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=728475 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=d707486
2017-11-27Expose images as AtkObject children of the pageJoanmarie Diggs1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=728475 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=aea890c
2017-11-27a11y: new EvPageAccessibleAlejandro PiƱeiro1-0/+2
Basic skeleton for a new accessible class, that represents each individual page. https://bugzilla.gnome.org/show_bug.cgi?id=724965 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=c489d3f
2017-03-07libview: Implement AtkHypertext interfaceraveit651-1/+3
https://bugzilla.gnome.org/show_bug.cgi?id=639403 taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=6c1d1a2
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-2/+2
and require caja >= 1.17.1
2014-11-26Fix introspection buildmonsta1-0/+1
taken from this commit: https://git.gnome.org/browse/evince/commit?id=1915baa92e72242450b6042603ad0e20de072c17
2014-10-27Autotools: Make epub really optionalinfirit1-2/+2
2014-07-11libview: Fix makefileStefano Karapetsas1-1/+1
2014-07-07Refactored code, created a new EvWebView typerootavish1-1/+5
Earlier my approach was to replace the atril view directly with a webview. However as it turned out it was extremely difficult to accomplish much tasks without the document-model. So I created an Extension of the WebKitWebView class, EvWebView so that now we can manipulate the webview as desired. Also having a separate file really helps in terms of clarity. Please note that there are many empty functions and TODO tags right now, I shall aim to fill these up once the display part is done, probably in this week. I also added some code on the backend to draw thumbnails when with GTK+-3.0, although I have never tested a GTK+-3.0 build.With GTK+-2.0 you won't get any build errors, however epub backend won't work right now. That being said, this commit is mostly because there was a lot of code that was lying in the local repository, and it was best to back it up as a failsafe. I modified ev-window to accomodate this new data structure, and having an equivalent ev_web_view function for every ev_view function, I can achieve most functionality by filling those functions with Webkit modules. Other than that on the backend Other than that there were some minor changes to the code. Although I did the above, currently I am not able to instantiate the EvWebView because of some class and object type definition errors, due to which I can't display the document.
2014-01-21Use GTK_API_VERSION for g-ir-scanner instead of hardcoded versioninfirit1-2/+2
2011-11-09renaming libevdocument and libevview to prevent file conflictsPerberos1-9/+9
2011-11-09renaming evince to atrilPerberos1-12/+12
2011-11-09inicialPerberos1-0/+163