summaryrefslogtreecommitdiff
path: root/libview
AgeCommit message (Expand)AuthorFilesLines
2018-04-07view: Fix page background rendering while loadingCarlos Garcia Campos1-0/+4
2018-04-07view: Use a rendered frame instead of custom borderWilliam Jon McCann1-27/+37
2018-04-05a11y: Return correct start and end offsetsJason Crain1-6/+9
2018-04-05a11y: Fix crash with Orca screen readerJason Crain1-1/+1
2018-04-04libview: drop deprecated unneeded coderaveit651-3/+0
2018-04-02libview: fix text selection with mouse in annotation windowmonsta1-23/+32
2018-03-27libview: fix build without epubraveit651-2/+2
2018-03-26Allow changing the page of a presentationWilliam Jon McCann1-3/+24
2018-03-26libview: Fix goto window in presentation modeCarlos Garcia Campos1-1/+2
2018-03-26libview: avoid deprecated gdk_screen_get_monitorraveit651-4/+4
2018-03-26EvPresentationView: Render correctly on hi-dpi displaysOwen W. Taylor1-13/+48
2018-03-26libview: Fix g_return condition in set_device_scale_on_surface()Carlos Garcia Campos1-1/+1
2018-03-26EvView: render correctly on hi-dpi displaysOwen W. Taylor2-7/+20
2018-03-22libview: use css to draw the background of presentationsraveit651-25/+16
2018-03-22libview: Check number of pages when processing button eventsMarek Kasik1-1/+1
2018-03-22libview: Add check for pageless documents to ev_view_accessible_focus_changedJoanmarie Diggs1-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 Campos5-444/+33
2018-03-19libview: save inverted colors in a documentPiiit1-0/+3
2018-03-19Save/restore context when getting colors for a different stateraveit651-0/+7
2018-03-16epub: fix loading epub thumbnailsMickael Albertus1-24/+23
2018-03-16Add zoom resetLars Mueller4-0/+20
2018-03-16avoid deprecated GtkStockPablo Barciela1-1/+1
2018-03-16Check legal boundaries of accessible pagesGermán Poo-Caamaño1-0/+7
2018-01-31require GTK+ 3.22 and GLib 2.50monsta3-41/+2
2018-01-02Revert "libview: Update the current page also when pending scroll is to find ...raveit651-2/+1
2017-12-10WidthOfScreen and HeightOfScreen implementationPablo Barciela2-14/+8
2017-11-27ev-link-accessible: Improve efficiency of methods to get start and end indicesJoanmarie Diggs1-5/+22
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs6-9/+314
2017-11-27Expose images as AtkObject children of the pageJoanmarie Diggs4-2/+272
2017-11-27Expose links as AtkObject children of the pageraveit652-1/+224
2017-11-27ev-view-accessible: Add a method to determine if a given doc rect is showingJoanmarie Diggs2-0/+29
2017-11-27ev-page-cache: Add method to check if a given page has been cachedJoanmarie Diggs2-0/+16
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 Diggs3-0/+37
2017-11-27libview: Implement AtkComponent for pagesJoanmarie Diggs3-0/+79
2017-11-27libview: Fix shift+click text selectionJoanmarie Diggs1-7/+16
2017-11-27a11y: ensure text cached when you request an EvPageAccessibleAlejandro Piñeiro3-0/+22
2017-11-27a11y: managing atk states on EvPageAccessibleAlejandro Piñeiro3-0/+97
2017-11-27a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessibleAlejandro Piñeiro3-1/+58
2017-11-27a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro4-163/+135
2017-11-27a11y: move AtkText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro3-738/+695
2017-11-27a11y: expose EvPageAccessible as children of EvViewAccessibleAlejandro Piñeiro1-7/+70
2017-11-27a11y: new EvPageAccessibleAlejandro Piñeiro3-0/+222
2017-11-27libview: Fix some broken aspects EvViewAccessible text supportJoanmarie Diggs3-173/+230
2017-11-27libview: Take caret navigation into account when getting AtkHyperlink indicesJoanmarie Diggs1-2/+8
2017-11-27a11y: cleaning implementation for atk_text_get_caret_offsetAlejandro Piñeiro1-15/+2
2017-11-27a11y: fixing implementation for atk_text_set_caret_offsetAlejandro Piñeiro1-8/+5
2017-11-27view: set_caret_cursor_position should emit "cursor-moved" if appliesAlejandro Piñeiro1-0/+3
2017-11-27Remove support for deprecated atk_text_get_text_{before,after}_offset()Joanmarie Diggs1-28/+0