index
:
atril
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.6
1.8
find-sidebar
gh-pages
master
wip/libgepub
MATE document viewer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libview
/
ev-view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-10
WidthOfScreen and HeightOfScreen implementation
Pablo Barciela
1
-7
/
+4
2017-11-27
Expose form fields as AtkObject children of the page
Joanmarie Diggs
1
-4
/
+4
2017-11-27
libview: Update the caret cursor when jumping to a find result
Joanmarie Diggs
1
-0
/
+3
2017-11-27
libview: Update ATK_STATE_SHOWING when the visible page range changes
Joanmarie Diggs
1
-0
/
+4
2017-11-27
libview: Fix shift+click text selection
Joanmarie Diggs
1
-7
/
+16
2017-11-27
libview: Fix some broken aspects EvViewAccessible text support
Joanmarie Diggs
1
-0
/
+14
2017-11-27
view: set_caret_cursor_position should emit "cursor-moved" if applies
Alejandro PiƱeiro
1
-0
/
+3
2017-11-27
ev-view-accessible: Clear the cached data when the current page
Antia Puentes
1
-0
/
+4
2017-09-06
libview: Add ev_view_set_caret_cursor_position
Carlos Garcia Campos
1
-0
/
+18
2017-09-06
libview: Update the current page also when pending scroll is to find a location
Carlos Garcia Campos
1
-1
/
+2
2017-09-06
libview: Do not schedule a redraw when enabling/disabling caret navigation
Carlos Garcia Campos
1
-1
/
+3
2017-09-06
libview: Stop caret cursor blinking when cursor is not in a visible page
Carlos Garcia Campos
1
-0
/
+14
2017-09-06
libview: Add ev_view_supports_caret_navigation()
Antia Puentes
1
-0
/
+15
2017-09-06
libview: Fix selections starting/ending in page margins
Carlos Garcia Campos
1
-0
/
+8
2017-09-06
libview: Reduce the pages to scan for selections
Carlos Garcia Campos
1
-26
/
+58
2017-09-06
libview: Remove unused rectangle selection mode
Carlos Garcia Campos
1
-59
/
+5
2017-09-06
libview: Rework ev_view_accessible_get_selection
Antia Puentes
1
-7
/
+22
2017-09-06
libview: do not redraw the whole view when caret cursor moves
Carlos Garcia Campos
1
-16
/
+33
2017-09-06
libview: Update the cursor area after positioning the cursor when moving betw...
Carlos Garcia Campos
1
-0
/
+3
2017-09-06
libview: Use error bell and return early when moving between lines fails
Carlos Garcia Campos
1
-6
/
+11
2017-09-06
libview: do not schedule a resize in ensure_rectangle_is_visible
Carlos Garcia Campos
1
-2
/
+0
2017-09-06
libview: Stop the cursor blink when there are selections active
Carlos Garcia Campos
1
-1
/
+5
2017-09-06
libview: Add more scroll key bindings to EvView
Carlos Garcia Campos
1
-0
/
+20
2017-09-06
libview: Fix second parameter type of scroll signal for h, j, k and l bindings
Carlos Garcia Campos
1
-8
/
+12
2017-09-06
libview: Use merge_selection_region passing NULL to clear the selections
Carlos Garcia Campos
1
-18
/
+6
2017-09-06
libview: Get text attributes from backend and save them in page cache
Antia Puentes
1
-1
/
+2
2017-09-06
libview: clear the selection when cursor is moved
Carlos Garcia Campos
1
-26
/
+75
2017-09-06
libview: Do not show the caret cursor when there are active selections
Carlos Garcia Campos
1
-1
/
+2
2017-09-06
libview: Return NULL instead of empty regions from the pixbuf cache
Carlos Garcia Campos
1
-3
/
+2
2017-09-06
libview: Don't draw the caret cursor when the view is not focused
Carlos Garcia Campos
1
-1
/
+11
2017-09-06
libview: Fix moving caret cursor between lines in multicolumn documents
Carlos Garcia Campos
1
-30
/
+47
2017-09-06
libview: Added 'cursor-moved' signal to notify when the caret cursor
Antia Puentes
1
-0
/
+14
2017-09-06
libview: Avoid unnecessary region copies when selecting text
Carlos Garcia Campos
1
-4
/
+4
2017-09-06
libview: Use a larger damage area to redraw selections
Carlos Garcia Campos
1
-27
/
+25
2017-09-06
libview: Don't queue a redraw when damaged region hasn't changed
Carlos Garcia Campos
1
-24
/
+26
2017-09-06
libview: Invalidate union of old and new selection
Jason Crain
1
-4
/
+3
2017-09-06
libview: Move the caret cursor when clicking outside a selection
Carlos Garcia Campos
1
-12
/
+23
2017-09-06
libview: Remove unused in_selection member from SelectionInfo struct
Carlos Garcia Campos
1
-6
/
+2
2017-09-06
libview: Keep the offset inside a line when moving the caret between lines
Antia Puentes
1
-1
/
+18
2017-09-06
libview: Position the caret cursor at beginning/end of the line
Carlos Garcia Campos
1
-11
/
+37
2017-09-06
libview: Do not schedule a redraw when selecting all text
Carlos Garcia Campos
1
-1
/
+0
2017-09-06
libview: Use prepend + reverse instead of append to create selections list
Carlos Garcia Campos
1
-4
/
+4
2017-09-06
libview: Use GSlice to allocate EvViewSelection
Carlos Garcia Campos
1
-10
/
+7
2017-09-06
libview: Text selection using the caret cursor.
Antia Puentes
1
-22
/
+74
2017-09-06
libview: Update the caret cursor after selecting text with the mouse
Carlos Garcia Campos
1
-23
/
+29
2017-09-06
libview: Take page border into account when computing selections
Carlos Garcia Campos
1
-2
/
+8
2017-09-06
libview: Make sure the cursor blinks after moving it by a click
Carlos Garcia Campos
1
-0
/
+4
2017-09-06
libview: merge get_caret_cursor_rect_from_offset and get_caret_cursor_area
Carlos Garcia Campos
1
-34
/
+22
2017-09-06
libview: Notify about caret navigation errors using the error bell.
Antia Puentes
1
-0
/
+3
2017-09-06
libview: Do not redraw after a click if cursor position hasn't changed
Carlos Garcia Campos
1
-1
/
+2
[next]