summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-01Remove compilation warnings and set 'always_show_image' Properties in the UI ...zhuyaliang1-7/+0
2021-11-20Use a blank line at mostrbuj1-9/+0
2021-11-12Preserve compatibility with older GLib versionsValentin Villenave1-0/+13
2021-07-10ev-window.c: only create a EvWebView if neededmbkma1-3/+10
2021-04-01ev-window: missing initializer for a field of ‘GtkActionEntry’rbuj1-6/+6
2021-02-10i18n: use g_dngettext instead of ngettextrbuj1-13/+18
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-08-31ev-window: fix interval (guint milliseconds) in g_timeout_add_fullrbuj1-1/+1
2020-08-16Remove unused macrosPablo Barciela1-3/+0
2020-06-18Make synctex optionalOz Tiram1-0/+5
2020-04-21ev-window: expand the comment on about dialogrbuj1-5/+4
2020-04-14ev-window/epub-document: remove unused functionsPablo Barciela1-14/+0
2020-02-24Use int64_t for g_date_time_to_unix even word size is 32-bit widerbuj1-1/+1
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-18/+20
2020-01-10Update Copyright yearraveit651-1/+1
2019-11-11show SyncTeX version in about dialogPablo Barciela1-2/+2
2019-10-09Added accelerator 'o' for toggling Odd Pages Left.A. Palsson1-1/+1
2019-09-10Added accelerator 't' for toggling visibility of the toolbar.A. Palsson1-1/+1
2019-09-06remove -Wunused-but-set-variable warningrbuj1-2/+1
2019-08-19shell: Use monitor instead of screen to determine window sizeraveit651-5/+31
2019-08-16ev-window: 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-31ev-window: suppress GtkAction warningsraveit651-4/+86
2019-07-01Remove trailing whitespacesLaurent Napias1-195/+195
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 gresourcerbuj1-21/+28
2019-02-14Update Documentersrbuj1-1/+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-09-27moveable (older spelling) -> movablerbuj1-1/+1
2018-05-10shell: replace deprecated gtk_menu_popup functionraveit651-7/+4
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-03-26Disable view presentation if there is no document.Lubos Koudelka1-0/+1
2018-03-22Move custom css to a file compiled as a gresourceCarlos Garcia Campos1-1/+33
2018-03-22shell: Use GResource for data filesChristian Persch1-16/+8
2018-03-22Use GtkOverlay to show the loading messageCarlos Garcia Campos1-6/+72
2018-03-21shell: Use GtkApplication to inhibit the screensaverChristian Persch1-4/+36
2018-03-21shell: Port to GtkApplicationChristian Persch1-21/+5
2018-03-21shell: Use gdbus-codegen for the org.mate.atril.Window interfaceChristian Persch1-148/+54
2018-03-15shell: fix menu-accel for inverted colorsraveit651-1/+1
2018-03-15shell: add keypad accels for zoom_resetraveit651-0/+2
2018-03-15Add zoom resetLars Mueller1-0/+27