summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28libview: Grab focus for form fields and links on mouse pressAntia Puentes1-143/+278
2017-08-28libview: Handle activation link of a Form Field if presentJosé Aliste1-0/+3
2017-08-25libview: : avoid deprecated gtk_adjustment_changedraveit651-0/+2
2017-08-24ev-job-find: mark two methods as skipCosimo Cecchi1-0/+6
2017-08-20avoid deprecated gdk_screen_get_width/heightZenWalker1-3/+7
2017-08-18libview: Scroll small pages in non-continuous modeMarek Kasik1-14/+82
2017-08-18libview: Enable GDK_SMOOTH_SCROLL events for viewXiao-Long Chen1-21/+50
2017-08-18libview: Ctrl+mouse wheel zoom should be pointer-centered, not window-centeredClement Lefebvre1-3/+17
2017-08-18ev-view: Add pan gesture to switch pageClement Lefebvre1-0/+72
2017-08-18ev-view: explicitly require a GtkScrolledWindow as the parent widgetClement Lefebvre1-0/+11
2017-08-18ev-view: Add pinch/zoom gesture to handle document zoomingClement Lefebvre1-10/+58
2017-08-12Add hi-dpi support for main view.Matthew Petroff1-8/+24
2017-08-11libview: save changes to a dropdown in an embedded formraveit651-2/+2
2017-04-13build: require cairo >= 1.10.0 and drop some old codemonsta1-11/+0
2017-04-07ev-view: avoid deprecated gtk_drag_beginraveit651-6/+10
2017-03-07libview: Rename EvView coordinate transformation functionsraveit651-60/+49
2017-03-07a11y: Do not use AtkFactory to create the EvViewAccessibleraveit651-47/+11
2017-02-20First page should not reloadednanxiongchao1-4/+5
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-404/+2
2016-11-23fix indent a bitmonsta1-1/+1
2016-07-28libview: remove useless always-false conditionmonsta1-4/+0
2016-07-22Split dual mode option into dual mode with odd and even pages on the leftraveit651-26/+21
2016-07-03ev-view: add missing semicolon to gtk-doc commentraveit651-1/+1
2016-07-03GTK+-3 libview: Fix compiler warningsraveit651-0/+9
2016-07-03ev-view: Fix compile warningraveit651-1/+1
2016-07-03GTK+-3.20 ev-view: Update EvView style to use CSS node nameraveit651-0/+4
2016-07-03Gtk+-3 ev-view: Set a style class on the view so it can be more easily styledraveit651-0/+15
2016-07-03GTK+-3 ev-view: Make EvView inherit from GtkContainer instead of GtkFixedraveit651-25/+212
2016-06-29libview: Add an option to show odd pages on the left in dual moderaveit651-28/+33
2016-06-29GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated gtk_...raveit651-2/+34
2016-06-24libdocument: Make EvSourceLink boxed.raveit651-1/+1
2016-02-01fix some build warningsmonsta1-2/+0
2015-08-08use GObject instead of deprecated GtkObject in GTK+2 as wellMonsta1-26/+0
2014-12-10libview: clear caches after destroying child widgets.infirit1-1/+1
2014-12-10libview: Save contents of FormTextFields when they loss focus.infirit1-1/+17
2014-12-10libview: remove all widgets from the View when reloading the docinfirit1-0/+1
2014-12-10libview: Make sure a11y is initialized before checking whether it's enabledinfirit1-7/+21
2014-12-10Gtk3: Don't use gdk_cursor_unref()infirit1-0/+4
2014-12-10Gtk3: libview: Port EvView and EvPixbufCache to GtkStyleContextinfirit1-7/+39
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
2014-12-09[libview] Handle layers state actionsinfirit1-0/+42
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
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