summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-09libview: Silence warning for unused functionsinfirit1-0/+2
2014-12-09libview: The updated GtkComboBox api is in Gtk+2.24infirit1-15/+0
2014-12-09GDK_KEY_* keys are Gtk+2 as well.infirit1-16/+13
2014-12-09[libview] Don't show an empty tooltip for links that don't have tooltip textinfirit1-1/+4
Based on evince commit: f6acfef181e3593caf5f0ded4a7ac440ef0d79ff From: Carlos Garcia Campos <[email protected]>
2014-12-09[libview] Handle layers state actionsinfirit1-0/+42
Show/Hide layers according to the action and emit a signal to notify that layers have changed. Based on evince commit: 7e3392ba15113588d1f141a624df852007e75774 From: Carlos Garcia Campos <[email protected]>
2014-12-09libview] Remove unused bin_window variable.infirit1-6/+0
2014-12-08zero-init all signals arraysMonsta1-1/+1
2014-09-25Make ev_view_set_scroll_adjustments static voidinfirit1-1/+1
2014-09-25Fix FTBFS of atril when build with the clang compilerAlexander1-1/+2
Closes https://github.com/mate-desktop/atril/issues/82
2014-09-23GTK_IS_COMBO_BOX is deprecated, use gtk_combo_box_get_has_entryinfirit1-1/+1
2014-08-10Page Label handling, other fixesrootavish1-0/+38
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.
2014-01-21libview: Add GTK3 supportStefano Karapetsas1-33/+329
2011-11-09renaming evince to atrilPerberos1-4/+4
2011-11-09inicialPerberos1-0/+6274