summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-06libview: merge get_caret_cursor_rect_from_offset and get_caret_cursor_areaCarlos Garcia Campos1-34/+22
2017-09-06libview: Notify about caret navigation errors using the error bell.Antia Puentes1-0/+3
2017-09-06libview: Do not redraw after a click if cursor position hasn't changedCarlos Garcia Campos1-1/+2
2017-09-06libview: Use GtkBindings for caret navigationCarlos Garcia Campos1-30/+90
2017-09-06libview: Rename EvView::binding-activated signal as EvView::scrollCarlos Garcia Campos1-37/+40
2017-09-06libview: Position the caret cursor by clickingAntia Puentes1-0/+53
2017-09-06libview: Use EvPixbufCache to find selection regionJason Crain1-15/+11
2017-09-06libview: Split ev_pixbuf_cache_get_selection_surface into two functionsJason Crain1-9/+9
2017-09-06libview: Draw selection highlight from regionJason Crain1-11/+60
2017-09-06libview: Fix the damage area used to redraw the caret cursorCarlos Garcia Campos1-42/+40
2017-09-06libview: Actually update the page when moving the care from a different pageCarlos Garcia Campos1-22/+43
2017-09-06libview: Avoid to update the current page and scroll to the cursor position, ...Antia Puentes1-106/+132
2017-09-06libview: Make caret cursor blinkCarlos Garcia Campos1-84/+252
2017-09-06libview: Use logical attributes instead text layout to move the caret cursorCarlos Garcia Campos1-102/+77
2017-09-06libview: Initial implementation of caret navigationCarlos Garcia Campos1-4/+453
2017-09-06libview: Refactor code for drawing page and selection surfacesJosé Aliste1-43/+44
2017-08-31libview: only access the relevant page cache for the height requestTobias Mueller1-4/+6
2017-08-31ev-view: Forward key events to the focused form fieldCarlos Garcia Campos1-20/+32
2017-08-31libview: Don't update current_page to negative numberGermán Poo-Caamaño1-1/+2
2017-08-31libview: Make page layout a modeWilliam Jon McCann1-44/+120
2017-08-31libview: Add new zoom mode that optimizes for readabilityWilliam Jon McCann1-19/+100
2017-08-31Rename Best Fit mode as Fit PageWilliam Jon McCann1-21/+21
2017-08-31Move dual page with odd pages left to the view menuCarlos Garcia Campos1-7/+2
2017-08-31libview: drop deprecated usage of gtk_container_set_resize_moderaveit651-1/+0
2017-08-28Refreshing annotations' sidebar upon deletionGiselle Machado1-0/+14
2017-08-28page-cache: Add flags parameter to ev_page_cache_mark_dirty()Carlos Garcia Campos1-2/+2
2017-08-28libview: add ev_view_remove_annotationGermán Poo-Caamaño1-0/+34
2017-08-28libview: Rename ev_view_set_focused_element and make it publicJoanmarie Diggs1-11/+11
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