summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ev-progress-message-area: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-password-view: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-window: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-navigation-action: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-file-monitor: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-message-area: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-10shell: fix get_monitor_dpi when widget’s window is not realizedrbuj1-3/+7
2019-08-10DPI: compute monitor resolution or get screen resolutionrbuj1-12/+12
2019-08-05prevent segfaults when no document loadedReuben Green1-29/+29
2019-07-31sidebar-bookmarks: suppress GtkAction warningsraveit651-0/+2
2019-07-31ev-window: suppress GtkAction warningsraveit651-4/+86
2019-07-31ev-open-recent-action: suppress GtkAction warningsraveit651-0/+4
2019-07-31ev-navigation-action: suppress GtkAction warningsraveit651-0/+10
2019-07-31ev-bookmark-action: suppress GtkAction warningsraveit651-0/+4
2019-07-01Remove trailing whitespacesLaurent Napias33-396/+396
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-03-22Add documenters to translation resourcerbuj1-2/+2
2019-03-22Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-03-22Update copyright in about dialogrbuj1-2/+2
2019-03-22Use g_strjoin to build license text in about dialogrbuj1-5/+4
2019-02-18Read authors (updated) from atril.about gresourcerbuj4-21/+32
2019-02-14Update Documentersrbuj1-1/+2
2019-01-21message-area: set a11y object name from actual icon namemonsta1-5/+2
2019-01-21shell: remove duplicate condition checkmonsta1-1/+0
2018-10-26shell: Save document to the same path it was opened fromGermán Poo-Caamaño1-11/+29
2018-10-25Reduce the chattiness of atril daemonGiovanni Campagna1-12/+13
2018-09-27moveable (older spelling) -> movablerbuj1-1/+1
2018-05-14ev-sidebar-bookmarks: use NULL instead of uninitialized variablemonsta1-2/+1
2018-05-10navigation-action-widget: replace deprecated gtk_menu_popup functionraveit651-53/+2
2018-05-10shell: replace deprecated gtk_menu_popup functionraveit651-7/+4
2018-05-10ev-sidebar-links: replace deprecated gtk_menu_popup functionraveit653-97/+3
2018-05-10ev-sidebar-bookmarks: replace deprecated gtk_menu_popup functionraveit651-6/+2
2018-05-10ev-sidebar: replace deprecated gtk_menu_popup functionraveit651-30/+10
2018-04-08disable StartPresentation action in fullscreen if document has no pagesmonsta1-0/+1
2018-04-08disable ViewPresentation action if document has no pagesmonsta1-1/+1
2018-04-05view: Fix page background rendering while loadingCarlos Garcia Campos1-0/+6
2018-04-05view: Use a rendered frame instead of custom borderWilliam Jon McCann1-0/+18
2018-04-04ev-loading-message: Remove unused variablesCarlos Garcia Campos1-4/+1
2018-03-26shell: Don't dist generated filesChristian Persch1-2/+1
2018-03-26Disable view presentation if there is no document.Lubos Koudelka1-0/+1
2018-03-22libview: use css to draw the background of presentationsraveit651-0/+16
2018-03-22Move custom css to a file compiled as a gresourceCarlos Garcia Campos4-1/+38
2018-03-22shell: Use GResource for data filesChristian Persch7-27/+233
2018-03-22Use GtkOverlay to show the loading messageCarlos Garcia Campos4-6/+299
2018-03-21shell: Remove unused marshalersChristian Persch2-12/+1
2018-03-21shell: Use GtkApplication to inhibit the screensaverChristian Persch4-32/+36
2018-03-21shell: Port to GtkApplicationChristian Persch5-173/+177
2018-03-21shell: Use g_printerr instead of g_warningChristian Persch1-3/+3
2018-03-21daemon: Port to GApplicationChristian Persch1-127/+171
2018-03-21daemon: Use gdbus-codegen for the org.mate.atril.Daemon interfaceChristian Persch3-164/+185