summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-20Use a blank line at mostrbuj1-2/+0
2020-08-16Remove unused macrosPablo Barciela1-4/+0
2020-06-18Re-enable highlight_find_resultsOz N Tiram1-6/+3
2020-06-18Fix -Wunused-function warnings caused by --enable-synctex=noOz N Tiram1-0/+10
2020-06-18Make synctex optionalOz Tiram1-1/+8
2019-12-08Revert "First page should not reloaded"raveit651-5/+4
2019-11-28avoid redundant redeclarationsPablo Barciela1-2/+0
2019-11-23libview: Reset `pressed_button` when starting Drag and DropMartin Wimpress1-0/+2
2019-08-21ev-view: Remove unused variables and assignmentrbuj1-3/+0
2019-08-10DPI: compute monitor resolution or get screen resolutionrbuj1-13/+16
2019-07-01Remove trailing whitespacesLaurent Napias1-80/+80
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