summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Campos2-7/+2
2017-09-06libview: Keep the offset inside a line when moving the caret between linesAntia Puentes2-1/+19
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 Campos2-8/+8
2017-09-06libview: Use GSlice to allocate EvViewSelectionCarlos Garcia Campos2-13/+10
2017-09-06libview: Text selection using the caret cursor.Antia Puentes3-24/+77
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
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 Campos3-47/+114
2017-09-06libview: Rename EvView::binding-activated signal as EvView::scrollCarlos Garcia Campos3-40/+43
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 Crain3-36/+111
2017-09-06libview: Draw selection highlight from regionJason Crain3-40/+81
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 Puentes2-106/+133
2017-09-06libview: Make caret cursor blinkCarlos Garcia Campos2-84/+255
2017-09-06libview: Use logical attributes instead text layout to move the caret cursorCarlos Garcia Campos1-102/+77
2017-09-06libview: Add a way to get the text logical attributes from the page cacheCarlos Garcia Campos4-10/+73
2017-09-06libview: Initial implementation of caret navigationCarlos Garcia Campos3-4/+462
2017-09-06libview: Refactor code for drawing page and selection surfacesJosé Aliste1-43/+44
2017-09-06bump versionraveit652-1/+3
2017-09-06release 1.19.3v1.19.3raveit651-0/+15
2017-09-06sync with transifexraveit65104-21721/+21726
2017-09-05shell: disable ViewDualOddLeft in menus for epubsraveit651-0/+6
2017-08-31libview: only access the relevant page cache for the height requestTobias Mueller1-4/+6
2017-08-31Activate shortcut keys for dual and continuous layoutraveit651-2/+2
2017-08-31ev-view: Forward key events to the focused form fieldCarlos Garcia Campos1-20/+32
2017-08-31Add shortcut keys for fit-page and fit-width optionsCarlos Garcia Campos2-2/+19
2017-08-31shell: Do not open single page pdfs in dual mode by defaultCarlos Garcia Campos1-0/+3
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 McCann4-57/+201
2017-08-31libview: Add new zoom mode that optimizes for readabilityWilliam Jon McCann2-19/+101
2017-08-31Rename Fit Page Width as Fit WidthWilliam Jon McCann6-26/+26
2017-08-31Rename Best Fit mode as Fit PageWilliam Jon McCann10-59/+60
2017-08-31Move dual page with odd pages left to the view menuCarlos Garcia Campos3-22/+10
2017-08-31pre-bump versionraveit652-1/+3
2017-08-31libview: drop deprecated usage of gtk_container_set_resize_moderaveit651-1/+0
2017-08-29release 1.19.2v1.19.2raveit652-1/+44
2017-08-29sync with transifexraveit658-26/+28
2017-08-28shell: Check if doc implements Annotations interface before castJosé Aliste1-2/+4
2017-08-28Refreshing annotations' sidebar upon deletionGiselle Machado5-4/+38