summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Bump Cairo version to 1.14.0Matthew Petroff1-6/+0
2018-10-20EvView: Fix cursor movement when logical and visual line order differsColomban Wendling1-0/+10
2018-05-10libview: replace deprecated gdk_flushraveit651-2/+4
2018-04-05view: Fix page background rendering while loadingCarlos Garcia Campos1-0/+4
2018-04-05view: Use a rendered frame instead of custom borderWilliam Jon McCann1-27/+37
2018-04-04libview: drop deprecated unneeded coderaveit651-3/+0
2018-03-26EvView: render correctly on hi-dpi displaysOwen W. Taylor1-5/+18
2018-03-22libview: Check number of pages when processing button eventsMarek Kasik1-1/+1
2018-03-22libview: Check number of pages on ev_view_document_changed_cbGermán Poo-Caamaño1-2/+5
2018-03-22Use GtkOverlay to show the loading messageCarlos Garcia Campos1-99/+31
2018-03-19Save/restore context when getting colors for a different stateraveit651-0/+7
2018-03-15Add zoom resetLars Mueller1-0/+7
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-22/+0
2018-01-02Revert "libview: Update the current page also when pending scroll is to find ...raveit651-2/+1
2017-12-10WidthOfScreen and HeightOfScreen implementationPablo Barciela1-7/+4
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs1-4/+4
2017-11-27libview: Update the caret cursor when jumping to a find resultJoanmarie Diggs1-0/+3
2017-11-27libview: Update ATK_STATE_SHOWING when the visible page range changesJoanmarie Diggs1-0/+4
2017-11-27libview: Fix shift+click text selectionJoanmarie Diggs1-7/+16
2017-11-27libview: Fix some broken aspects EvViewAccessible text supportJoanmarie Diggs1-0/+14
2017-11-27view: set_caret_cursor_position should emit "cursor-moved" if appliesAlejandro Piñeiro1-0/+3
2017-11-27ev-view-accessible: Clear the cached data when the current pageAntia Puentes1-0/+4
2017-09-06libview: Add ev_view_set_caret_cursor_positionCarlos Garcia Campos1-0/+18
2017-09-06libview: Update the current page also when pending scroll is to find a locationCarlos Garcia Campos1-1/+2
2017-09-06libview: Do not schedule a redraw when enabling/disabling caret navigationCarlos Garcia Campos1-1/+3
2017-09-06libview: Stop caret cursor blinking when cursor is not in a visible pageCarlos Garcia Campos1-0/+14
2017-09-06libview: Add ev_view_supports_caret_navigation()Antia Puentes1-0/+15
2017-09-06libview: Fix selections starting/ending in page marginsCarlos Garcia Campos1-0/+8
2017-09-06libview: Reduce the pages to scan for selectionsCarlos Garcia Campos1-26/+58
2017-09-06libview: Remove unused rectangle selection modeCarlos Garcia Campos1-59/+5
2017-09-06libview: Rework ev_view_accessible_get_selectionAntia Puentes1-7/+22
2017-09-06libview: do not redraw the whole view when caret cursor movesCarlos Garcia Campos1-16/+33
2017-09-06libview: Update the cursor area after positioning the cursor when moving betw...Carlos Garcia Campos1-0/+3
2017-09-06libview: Use error bell and return early when moving between lines failsCarlos Garcia Campos1-6/+11
2017-09-06libview: do not schedule a resize in ensure_rectangle_is_visibleCarlos Garcia Campos1-2/+0
2017-09-06libview: Stop the cursor blink when there are selections activeCarlos Garcia Campos1-1/+5
2017-09-06libview: Add more scroll key bindings to EvViewCarlos Garcia Campos1-0/+20
2017-09-06libview: Fix second parameter type of scroll signal for h, j, k and l bindingsCarlos Garcia Campos1-8/+12
2017-09-06libview: Use merge_selection_region passing NULL to clear the selectionsCarlos Garcia Campos1-18/+6
2017-09-06libview: Get text attributes from backend and save them in page cacheAntia Puentes1-1/+2
2017-09-06libview: clear the selection when cursor is movedCarlos Garcia Campos1-26/+75
2017-09-06libview: Do not show the caret cursor when there are active selectionsCarlos Garcia Campos1-1/+2
2017-09-06libview: Return NULL instead of empty regions from the pixbuf cacheCarlos Garcia Campos1-3/+2
2017-09-06libview: Don't draw the caret cursor when the view is not focusedCarlos Garcia Campos1-1/+11
2017-09-06libview: Fix moving caret cursor between lines in multicolumn documentsCarlos Garcia Campos1-30/+47
2017-09-06libview: Added 'cursor-moved' signal to notify when the caret cursorAntia Puentes1-0/+14
2017-09-06libview: Avoid unnecessary region copies when selecting textCarlos Garcia Campos1-4/+4
2017-09-06libview: Use a larger damage area to redraw selectionsCarlos Garcia Campos1-27/+25
2017-09-06libview: Don't queue a redraw when damaged region hasn't changedCarlos Garcia Campos1-24/+26
2017-09-06libview: Invalidate union of old and new selectionJason Crain1-4/+3