summaryrefslogtreecommitdiff
path: root/libview/ev-view.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15Add zoom resetLars Mueller1-0/+1
origin commit: https://github.com/linuxmint/xreader/commit/43acb8f
2017-09-06libview: Add ev_view_set_caret_cursor_positionCarlos Garcia Campos1-0/+3
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=b2597d
2017-09-06libview: Add ev_view_supports_caret_navigation()Antia Puentes1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=702079 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=6127a36
2017-09-06libview: Remove unused rectangle selection modeCarlos Garcia Campos1-5/+0
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=848459e
2017-09-06libview: Deprecate ev_view_scroll in favor of g_signal_emit_by_nameCarlos Garcia Campos1-0/+1
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=4be9bc1
2017-09-06libview: Initial implementation of caret navigationCarlos Garcia Campos1-0/+5
Navigation by character, word, next/previous line and beginning/end of the line using the caret cursor. The routines to move the cursor don't use GtkTextBuffer to avoid the duplication of the text for every page. - Left/right arrow: Move one character to the left/right. - Up/down arrow: Move up/down one line. - Ctrl + left/right arrow: Move to the beginning/end of the previous/next word. - Home/End: Move to the beginning/end of the current line. https://bugzilla.gnome.org/show_bug.cgi?id=638905 taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=1dc10fe
2017-08-28libview: add ev_view_remove_annotationGermán Poo-Caamaño1-0/+2
Hide annotation windows if necessary and unset selected element before removing an annotation. https://bugzilla.gnome.org/show_bug.cgi?id=649044 origin commit: https://git.gnome.org/browse/evince/commit/?id=927e956
2017-08-18ev-view: Add pinch/zoom gesture to handle document zoomingClement Lefebvre1-0/+2
This is delegated on a GtkGestureZoom. When triggered, the document will be zoomed based on the distance changes between both fingers. When the gesture is not active, regular event handling (text selection, clicking, etc...) will happen. Upstream commit from garnacho on 28 Mar 2014: https://github.com/GNOME/evince/commit/36c7f21
2017-03-07ev-view: Inlcude ev-jobs in ev-view.hraveit651-0/+1
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=751df481af5d6148302c047de948dd514888c578
2015-09-02libview: removed 'x' attribute from a header filemonsta1-0/+0
2014-08-10Page Label handling, other fixesrootavish1-0/+2
Added the function to handle links from the toolbar, also added functions to disconnect all ev-view handlers once it has been replaced by ev-web-view, and vice-versa(to drop all handler associated to ev-web-view). Also the unref call to job_thumb was causing thumbnail jobs to crash with GTK2, so had to revert that, now we're back to the document folder not getting deleted from disk.
2011-11-09renaming evince to atrilPerberos1-6/+6
2011-11-09inicialPerberos1-0/+115