1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Antia Puentes
a6e3834939 libview: Text selection using the caret cursor.
https://bugzilla.gnome.org/show_bug.cgi?id=702073
2013-06-21 15:47:51 +02:00
Carlos Garcia Campos
1206ff1777 libview: Use GtkBindings for caret navigation
This allows themes to override the key bindings and API users to move
the caret cursor programmatically using g_signal_emit_by_name.
2013-06-19 12:10:56 +02:00
Carlos Garcia Campos
b70e413d00 libview: Rename EvView::binding-activated signal as EvView::scroll
EvView::binding-activated is too generic name for scroll key bindings.
Renamed as EvView::scroll and changed to use GtkOrientable instead of a
gboolean.
2013-06-19 11:57:57 +02:00
Carlos Garcia Campos
229170c187 [libview] Add EvAnnotationWindow widget that implements popup annotations 2009-05-12 11:41:25 +02:00
Carlos Garcia Campos
68d0fc3c59 Move EvView specific code to a libeviview library so that it can be
2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>

	* configure.ac:
	* Makefile.am:
	* libdocument/Makefile.am:
	* libview/Makefile.am:
	* libview/ev-job-scheduler.[ch]:
	* libview/ev-jobs.[ch]:
	* libview/ev-page-cache.[ch]:
	* libview/ev-pixbuf-cache.[ch]:
	* libview/ev-timeline.[ch]:
	* libview/ev-transition-animation.[ch]:
	* libview/ev-view-accessible.[ch]:
	* libview/ev-view-marshal.list:
	* libview/ev-view.[ch]:
	* shell/Makefile.am:

	Move EvView specific code to a libeviview library so that it can
	be embbeded in other applications. Based on patches by Tomeu
	Vizoso. Fixes bug #567751.

svn path=/trunk/; revision=3348
2009-01-18 11:53:54 +00:00