Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-12 | fix runtime warnings caused by previous HDPI commit | raveit65 | 1 | -1/+1 | |
2017-08-12 | Take monitor scale factor into account when calculating zoom. | Matthew Petroff | 1 | -1/+3 | |
https://github.com/linuxmint/xreader/commit/c47a1f4 | |||||
2017-08-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 2 | -5/+2 | |
This is full of deprecated code and wasn't displaying properly. Replace it with a gtk_cell_renderer_toggle_new() which uses a standard themed checkbox widget and should display properly in HiDPI. | |||||
2017-08-12 | sidebar-layers: Make it actually usable and fix a runtime warning | raveit65 | 1 | -0/+1 | |
Expand the scrolled window vertical so that you can actually see the content of the widget. This also turned up a missing gtk_style_context_save () in gimpcellrenderertoggle.c. So fix that as well. partial inspired from: https://github.com/linuxmint/xreader/commit/6b6ae7f | |||||
2017-08-07 | ev-window: remove deprecated GtkToolbar-shadow-type | raveit65 | 1 | -19/+2 | |
Whole the function fullscreen_toolbar_remove_shadow isn't needed without that deprecation. Setting instead the widget name to make theming possible. GtkToolbar-shadow-type is deprecated since gtk+-3.6 | |||||
2017-08-07 | annotation-properties-dialog: don't use a headerbar | raveit65 | 1 | -0/+2 | |
Fixes https://github.com/mate-desktop/atril/issues/264 | |||||
2017-08-03 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 1 | -7/+2 | |
2017-07-22 | ev-window: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
2017-04-18 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-04-13 | shell: remove unused code from utils | monsta | 2 | -220/+0 | |
2017-04-07 | message-area: replace some GtkStock deprecations | raveit65 | 1 | -14/+14 | |
2017-04-07 | ev-sidebar: avoid deprecated GTK_STOCK_CLOSE icon | raveit65 | 1 | -2/+2 | |
2017-04-07 | password-view: replace some GtkStock deprecations | raveit65 | 1 | -5/+5 | |
2017-04-07 | password-view: don't use deprecated GtkAlignment | raveit65 | 1 | -17/+16 | |
2017-04-03 | Add missing comma. | Baurzhan Muftakhidinov | 1 | -1/+1 | |
2017-03-12 | shell: Add guards for org.mate.interface schema not existing | Marcus Comstedt | 1 | -6/+13 | |
2017-03-12 | shell: Respect user's toolbar-style setting | Marcus Comstedt | 1 | -4/+53 | |
2017-03-07 | eggfindbar: don't use deprecated GtkAlignment | raveit65 | 1 | -6/+13 | |
2017-03-06 | avoid deprecated gtk_misc_set_alignment | raveit65 | 6 | -8/+57 | |
2017-03-06 | sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbuf | raveit65 | 1 | -7/+14 | |
and avoid to use GtkStock | |||||
2017-03-05 | Previously opened page incorrectly restored if it was the last one | loongson | 1 | -2/+0 | |
If you stay on the last page when you close it, reopen it will not be positioned until you visited it (reset to the first). In the changed code: Judgment only works on the last page. This function explicitly introduces this problem, so it can be removed directly. I have been tested successfully. | |||||
2017-01-25 | force X11 | raveit65 | 1 | -0/+2 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 15 | -459/+24 | |
and require caja >= 1.17.1 | |||||
2016-11-23 | shell: use modern function inside GTK+3 code block (and drop #define) | monsta | 1 | -5/+1 | |
2016-11-23 | shell: replace deprecated function call inside GTK+3 code block | monsta | 1 | -1/+1 | |
2016-11-23 | fix indent a bit | monsta | 1 | -1/+1 | |
2016-11-11 | shell: remove metadata migration code | monsta | 3 | -409/+2 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc this metadata convert tool had been added to Evince back in 2009, and I'm not sure it ever worked in Atril. time to drop it anyway. | |||||
2016-07-29 | get rid of build-dep on libmate-desktop | monsta | 2 | -11/+2 | |
2016-07-29 | use GtkAbout instead of MateAbout | raveit65 | 1 | -5/+0 | |
2016-07-26 | fix sendto with non-latin filenames or filenames with spaces | monsta | 1 | -1/+4 | |
adapted from: https://git.gnome.org/browse/evince/commit/?id=00acd7274797fe3576be92f21faa32fd8692c95d | |||||
2016-07-22 | Split dual mode option into dual mode with odd and even pages on the left | raveit65 | 1 | -16/+74 | |
2016-07-22 | Allow to use Send To action from the toolbar | raveit65 | 1 | -0/+2 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=a8d6329 | |||||
2016-07-22 | Use document-send icon for Send To action | raveit65 | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=fff0e69 | |||||
2016-07-22 | Add Send To action to file menu | raveit65 | 1 | -0/+50 | |
It uses caja-sendto to allow you to send the current document by email, to a removable device, etc. If caja-sendto command is not present in path, the menu item is hidden. https://bugzilla.gnome.org/show_bug.cgi?id=569913 Taken from: https://git.gnome.org/browse/evince/commit/?id=c9ce578 | |||||
2016-07-22 | Add --named-dest command line argument | raveit65 | 2 | -0/+14 | |
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-07-03 | shell: Fix -Wformat-nonliteral warning | raveit65 | 1 | -5/+6 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=bbaeca0 | |||||
2016-07-03 | Setting parent for annotation properties dialog | raveit65 | 1 | -0/+1 | |
After the last gtk+ update, the warning: "Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged." was shown whenever the annotation properties dialog was opened. The commit fixes this issue by setting this dialog transient for the main window. As a plus, the dialog is now shown always on the center of the main window. https://bugzilla.gnome.org/show_bug.cgi?id=732114 taken from: https://git.gnome.org/browse/evince/commit/?id=9533c68 | |||||
2016-06-29 | eggfindbar: Find next/previous with control + Up/Down | raveit65 | 1 | -2/+7 | |
https://bugzilla.gnome.org/show_bug.cgi?id=653910 taken from: https://git.gnome.org/browse/evince/commit/?id=0d6afe8 | |||||
2016-06-29 | Refresh thumbnail only when window has a document | raveit65 | 1 | -1/+1 | |
This prevents a critical warning when opening a document that was rotated in a previous Evince session. taken from: https://git.gnome.org/browse/evince/commit/?id=1b5cf70 | |||||
2016-06-29 | GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated ↵ | raveit65 | 2 | -0/+11 | |
gtk_widget_get_pointer() | |||||
2016-06-24 | GTK+-3: do not use deprecated gtk_dialog_set_alternative_button_order | raveit65 | 2 | -0/+12 | |
2016-06-24 | GTK+-3: do not use gdk_app_launch_context_new() | raveit65 | 1 | -0/+32 | |
Use gdk_display_get_app_launch_context() instead. taken from: https://git.gnome.org/browse/evince/commit/?id=987f7d9 | |||||
2016-06-24 | shell: add plural form for "cancel print jobs before closing" dialog | raveit65 | 1 | -2/+8 | |
The use of ngettext is adviced even if the singular form is not used as languages other than english may have more than one plural form. taken from: https://git.gnome.org/browse/evince/commit/?id=29a368d | |||||
2016-06-24 | GTK+-3: Use GtkGrid instead of GtkTable | raveit65 | 2 | -0/+115 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=da8f31e | |||||
2016-06-24 | GTK+-3 ev-sidebar-annotations: replace deprecated gtk_widget_render_icon | raveit65 | 1 | -0/+4 | |
2016-06-24 | GTK+-3 ev-password-view: Do not use deprecate composite-child API | raveit65 | 1 | -1/+5 | |
2016-06-22 | use symbolic arrows only for gtk+-3 | raveit65 | 2 | -0/+12 | |
2016-06-22 | GTK+-3.0: avoid deprecated usage of GtkArrow | raveit65 | 2 | -3/+3 | |
2016-06-22 | Do not use deprecated GTK_TYPE_VBOX definitions | raveit65 | 16 | -27/+43 | |