| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 5 days | ev-application: Quote user-supplied strings in ev_spawn command line | Victor Kareh | 1 | -7/+13 | |
| When spawning a new atril instance for cross-document links, the destination and search parameters from the document were interpolated directly into the command line without shell quoting. Values containing spaces or special characters could be split into separate arguments by the shell parser, potentially being interpreted as unintended flags by the child process. Apply shell quoting to page label, named destination, and search string values before appending them to the command line, consistent with how other spawn sites in the codebase already handle this. | |||||
| 2025-03-31 | Wayland: stop segfaults on some systems | lukefromdc | 1 | -3/+11 | |
| *Put a missed instance of gdk_x11_screen_get_screen_number behind x11-only selectors | |||||
| 2021-11-20 | Use a blank line at most | rbuj | 1 | -2/+0 | |
| 2020-12-11 | Support non-X11 windowing systems | wb9688 | 1 | -6/+10 | |
| 2018-03-22 | shell: Use GResource for data files | Christian Persch | 1 | -9/+0 | |
| origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=ba06a5e | |||||
| 2018-03-21 | shell: Use GtkApplication to inhibit the screensaver | Christian Persch | 1 | -24/+0 | |
| Remove TotemScrsaver copy, and use GtkApplication inhibition instead. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=612701f | |||||
| 2018-03-21 | shell: Port to GtkApplication | Christian Persch | 1 | -142/+152 | |
| origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=b999bdd | |||||
| 2018-03-21 | shell: Use g_printerr instead of g_warning | Christian Persch | 1 | -3/+3 | |
| These are really runtime errors, not warnings, so just use g_printerr. origin commit: https://git.gnome.org/browse/evince/commit/?id=adbed8b | |||||
| 2018-03-21 | shell: Use gdbus-codegen for the org.mate.atril.Application interface | Christian Persch | 1 | -111/+98 | |
| origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=c9aada8 | |||||
| 2017-08-03 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 1 | -7/+2 | |
| 2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
| 2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -5/+0 | |
| and require caja >= 1.17.1 | |||||
| 2016-07-22 | Add --named-dest command line argument | raveit65 | 1 | -0/+10 | |
| and add spawn and dbus support for named destinations taken from: https://git.gnome.org/browse/evince/commit/?id=a90e764 https://git.gnome.org/browse/evince/commit/?id=26c0109 | |||||
| 2016-05-26 | shell: Do not save file chooser open/save uri | raveit65 | 1 | -36/+0 | |
| It doesn't make sense anymore since we have multiple processes. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-2&id=3df6a61 | |||||
| 2015-12-03 | shell: support the launch of multiple URI arguments | monsta | 1 | -1/+1 | |
| from https://git.gnome.org/browse/evince/commit/?id=28f8be70a6a8c941ef8326cf831238365eae4689 | |||||
| 2015-08-31 | corrected code for --page-index and --page-label command line options | monsta | 1 | -32/+48 | |
| partially taken from https://git.gnome.org/browse/evince/commit/?id=26c0109e67aa02fb0e58b2580a6df41363c78bd5 | |||||
| 2015-08-31 | drop support for win32/osx/hildon, make smclient mandatory | Monsta | 1 | -49/+0 | |
| 2015-01-10 | shell: drop ancient code with support for Glib < 2.6.0 | Monsta | 1 | -5/+1 | |
| 2014-12-10 | Call gdk_notify_startup_complete when acting as remote | infirit | 1 | -0/+4 | |
| The new logic with multiple processes removed the call, causing a hung startup notification when opening a document for the second time. Taken from evince commit: 6935cbce7dce37600abe92eec6344ffde0cc6bae From: David Benjamin <[email protected]> | |||||
| 2014-10-13 | Uses g_app_info_launch_uris instead of g_app_info_launch to spawn other sessions | Stefano Karapetsas | 1 | -3/+9 | |
| Closes https://github.com/mate-desktop/atril/issues/86 Solution comes from evince code | |||||
| 2014-10-05 | Also load the accel file from the new location | infirit | 1 | -1/+1 | |
| 2014-10-05 | Drop more glib compat code for accels file | infirit | 1 | -5/+1 | |
| 2014-10-05 | Move accel file to the proper place. | infirit | 1 | -1/+1 | |
| 2014-10-05 | Drop glib compat code for accels file | infirit | 1 | -5/+1 | |
| 2014-01-21 | libview: gdk_display_get_app_launch_context is available only in GTK3atril-1.7.0 | Stefano Karapetsas | 1 | -0/+5 | |
| Add fix for GTK2 | |||||
| 2014-01-21 | shell: Add GTK3 support | Stefano Karapetsas | 1 | -34/+32 | |
| 2012-01-30 | g_get_user_config_dir() would be better ↵ | Perberos | 1 | -3/+15 | |
| (https://github.com/mate-desktop/mate-panel/issues/8) | |||||
| 2011-11-09 | using ~/.config/ instead of ~/.mate2/ | Perberos | 1 | -48/+51 | |
| 2011-11-09 | renaming evince to atril | Perberos | 1 | -30/+30 | |
| 2011-11-09 | inicial | Perberos | 1 | -0/+1151 | |
