commit b0f7bfea46c8670e4303b5339b728e8fad024a20 Author: José Aliste Date: 2013-05-28 shell: remove view_actions_focus_out_cb It is now doing nothing M shell/ev-window.c commit 39defbdb79f7a7f9bb097f20be7aae74d5b5f598 Author: José Aliste Date: 2013-05-27 shell: Remove ev_window_set_view_accels_sensitivity Now that we chain the accels to the focused widget, we do not need anymore to disable accels when the view is not focused. M shell/ev-window.c commit 70a2c0780b1b44acfa18f4762a3400b89eb123b5 Author: José Aliste Date: 2013-05-27 shell: forward accels to the focused widget GtkWindow catches keybindings for the menu items _before_ passing them to the focused widget. This is unfortunate and means that pressing ctrl+Left arrow, Ctrl+Right arrow on the search bar ends up turning the EvView instead of moving around the text. Here we override GtkWindow's handler to do the same things that it does, but in the opposite order and then we chain up to the grand parent handler, skipping gtk_window_key_press_event. See https://bugzilla.gnome.org/show_bug.cgi?id=676040 M shell/ev-window.c commit a5e2a06e57b86de5347f340f7bed29e9e42d9b53 Author: Jonas Danielsson Date: 2013-05-16 ev-window: set output basename for print to file Set the document filename as output basename. https://bugzilla.gnome.org/show_bug.cgi?id=700466 M shell/ev-window.c commit 24c10296456016c8908da0c31aec6df7d237eb83 Author: José Aliste Date: 2013-05-21 libview: Fix focus on ev_annotation_window Make annotation windows always accept input focus. Based on patch by Florian Echtler. https://bugzilla.gnome.org/show_bug.cgi?id=668446 M libview/ev-annotation-window.c commit 34d0d5df84f22ffba652acc3a4e582d204920b88 Author: Xiao-Long Chen Date: 2012-10-11 libview: Enable GDK_SMOOTH_SCROLL events for view This enables the smooth/kinetic scrolling support found in GTK+ 3.3.18 with the document view, and handles them for the Ctrl+scroll, Shift+scroll, and non-continuous best-fit mode scrolling cases. https://bugzilla.gnome.org/show_bug.cgi?id=674098 M libview/ev-view-private.h