summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-06libview: Move the caret cursor when clicking outside a selectionCarlos Garcia Campos1-12/+23
2017-09-06libview: Remove unused in_selection member from SelectionInfo structCarlos Garcia Campos1-6/+2
2017-09-06libview: Keep the offset inside a line when moving the caret between linesAntia Puentes1-1/+18
2017-09-06libview: Position the caret cursor at beginning/end of the lineCarlos Garcia Campos1-11/+37
2017-09-06libview: Do not schedule a redraw when selecting all textCarlos Garcia Campos1-1/+0
2017-09-06libview: Use prepend + reverse instead of append to create selections listCarlos Garcia Campos1-4/+4
2017-09-06libview: Use GSlice to allocate EvViewSelectionCarlos Garcia Campos1-10/+7
2017-09-06libview: Text selection using the caret cursor.Antia Puentes1-22/+74
2017-09-06libview: Update the caret cursor after selecting text with the mouseCarlos Garcia Campos1-23/+29
2017-09-06libview: Take page border into account when computing selectionsCarlos Garcia Campos1-2/+8
2017-09-06libview: Make sure the cursor blinks after moving it by a clickCarlos Garcia Campos1-0/+4