summaryrefslogtreecommitdiff
path: root/libview
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Re-enable highlight_find_resultsOz N Tiram2-8/+3
2020-06-18Fix -Wunused-function warnings caused by --enable-synctex=noOz N Tiram2-1/+12
2020-06-18Make synctex optionalOz Tiram1-1/+8
2019-12-08libview: fixing memory leakGiselle Reis1-22/+21
2019-12-08Revert "First page should not reloaded"raveit652-6/+5
2019-11-28avoid redundant redeclarationsPablo Barciela4-33/+0
2019-11-23libview: Reset `pressed_button` when starting Drag and DropMartin Wimpress1-0/+2
2019-08-21ev-view: Remove unused variables and assignmentrbuj1-3/+0
2019-08-19view-presentation: Use monitor instead of screenraveit651-4/+30
2019-08-16ev-link-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-timeline: avoid 'g_type_class_add_private'Pablo Barciela1-41/+38
2019-08-16ev-form-field-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-image-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-transition-animation: avoid 'g_type_class_add_private'Pablo Barciela1-40/+37
2019-08-16ev-page-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-view-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-5/+3
2019-08-10DPI: compute monitor resolution or get screen resolutionrbuj2-20/+23
2019-08-01Fix build warning on marshallingraveit651-1/+1
2019-07-01Remove trailing whitespacesLaurent Napias14-266/+266
2019-06-26Bump Cairo version to 1.14.0Matthew Petroff2-14/+0
2018-10-20EvView: Fix cursor movement when logical and visual line order differsColomban Wendling1-0/+10
2018-07-18presentation: avoid deprecated 'gtk_style_context_set_background'Pablo Barciela1-3/+0
2018-05-10libview: replace deprecated gdk_flushraveit652-4/+8
2018-04-05view: Fix page background rendering while loadingCarlos Garcia Campos1-0/+4
2018-04-05view: 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-16Check legal boundaries of accessible pagesGermán Poo-Caamaño1-0/+7
2018-03-15Add zoom resetLars Mueller4-0/+20
2018-02-16avoid deprecated GtkStockPablo Barciela1-1/+1
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