Age | Commit message (Expand) | Author | Files | Lines |
2019-08-19 | view-presentation: Use monitor instead of screen | raveit65 | 1 | -4/+30 |
2019-08-16 | ev-link-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 |
2019-08-16 | ev-timeline: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -41/+38 |
2019-08-16 | ev-form-field-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 |
2019-08-16 | ev-image-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 |
2019-08-16 | ev-transition-animation: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -40/+37 |
2019-08-16 | ev-page-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 |
2019-08-16 | ev-view-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 |
2019-08-10 | DPI: compute monitor resolution or get screen resolution | rbuj | 2 | -20/+23 |
2019-08-01 | Fix build warning on marshalling | raveit65 | 1 | -1/+1 |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 14 | -266/+266 |
2019-06-26 | Bump Cairo version to 1.14.0 | Matthew Petroff | 2 | -14/+0 |
2018-10-20 | EvView: Fix cursor movement when logical and visual line order differs | Colomban Wendling | 1 | -0/+10 |
2018-07-18 | presentation: avoid deprecated 'gtk_style_context_set_background' | Pablo Barciela | 1 | -3/+0 |
2018-05-10 | libview: replace deprecated gdk_flush | raveit65 | 2 | -4/+8 |
2018-04-05 | view: Fix page background rendering while loading | Carlos Garcia Campos | 1 | -0/+4 |
2018-04-05 | view: Use a rendered frame instead of custom border | William Jon McCann | 1 | -27/+37 |
2018-04-05 | a11y: Return correct start and end offsets | Jason Crain | 1 | -6/+9 |
2018-04-05 | a11y: Fix crash with Orca screen reader | Jason Crain | 1 | -1/+1 |
2018-04-04 | libview: drop deprecated unneeded code | raveit65 | 1 | -3/+0 |
2018-04-02 | libview: fix text selection with mouse in annotation window | monsta | 1 | -23/+32 |
2018-03-27 | libview: fix build without epub | raveit65 | 1 | -2/+2 |
2018-03-26 | Allow changing the page of a presentation | William Jon McCann | 1 | -3/+24 |
2018-03-26 | libview: Fix goto window in presentation mode | Carlos Garcia Campos | 1 | -1/+2 |
2018-03-26 | libview: avoid deprecated gdk_screen_get_monitor | raveit65 | 1 | -4/+4 |
2018-03-26 | EvPresentationView: Render correctly on hi-dpi displays | Owen W. Taylor | 1 | -13/+48 |
2018-03-26 | libview: Fix g_return condition in set_device_scale_on_surface() | Carlos Garcia Campos | 1 | -1/+1 |
2018-03-26 | EvView: render correctly on hi-dpi displays | Owen W. Taylor | 2 | -7/+20 |
2018-03-22 | libview: use css to draw the background of presentations | raveit65 | 1 | -25/+16 |
2018-03-22 | libview: Check number of pages when processing button events | Marek Kasik | 1 | -1/+1 |
2018-03-22 | libview: Add check for pageless documents to ev_view_accessible_focus_changed | Joanmarie Diggs | 1 | -1/+1 |
2018-03-22 | libview: Check number of pages on ev_view_document_changed_cb | Germán Poo-Caamaño | 1 | -2/+5 |
2018-03-22 | Use GtkOverlay to show the loading message | Carlos Garcia Campos | 5 | -444/+33 |
2018-03-19 | libview: save inverted colors in a document | Piiit | 1 | -0/+3 |
2018-03-19 | Save/restore context when getting colors for a different state | raveit65 | 1 | -0/+7 |
2018-03-16 | epub: fix loading epub thumbnails | Mickael Albertus | 1 | -24/+23 |
2018-03-16 | Check legal boundaries of accessible pages | Germán Poo-Caamaño | 1 | -0/+7 |
2018-03-15 | Add zoom reset | Lars Mueller | 4 | -0/+20 |
2018-02-16 | avoid deprecated GtkStock | Pablo Barciela | 1 | -1/+1 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 3 | -41/+2 |
2018-01-02 | Revert "libview: Update the current page also when pending scroll is to find ... | raveit65 | 1 | -2/+1 |
2017-12-10 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 2 | -14/+8 |
2017-11-27 | ev-link-accessible: Improve efficiency of methods to get start and end indices | Joanmarie Diggs | 1 | -5/+22 |
2017-11-27 | Expose form fields as AtkObject children of the page | Joanmarie Diggs | 6 | -9/+314 |
2017-11-27 | Expose images as AtkObject children of the page | Joanmarie Diggs | 4 | -2/+272 |
2017-11-27 | Expose links as AtkObject children of the page | raveit65 | 2 | -1/+224 |
2017-11-27 | ev-view-accessible: Add a method to determine if a given doc rect is showing | Joanmarie Diggs | 2 | -0/+29 |
2017-11-27 | ev-page-cache: Add method to check if a given page has been cached | Joanmarie Diggs | 2 | -0/+16 |
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 | 3 | -0/+37 |