summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-16avoid deprecated GtkStockPablo Barciela1-68/+68
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-15/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-10WidthOfScreen and HeightOfScreen implementationPablo Barciela1-8/+3
2017-11-27shell: show caret navigation in menuraveit651-0/+7
2017-11-27Some text fixes for caret message arearaveit651-2/+2
2017-11-22shell: remove view_actions_focus_out_cbJosé Aliste1-12/+0
2017-11-22shell: Remove ev_window_set_view_accels_sensitivityJosé Aliste1-36/+0
2017-11-22shell: forward accels to the focused widgetraveit651-36/+24
2017-11-22Use a global array for view accel actionraveit651-15/+23