Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-14 | ev-annotation-window: Fix setting the color of the window border | JosephMcc | 1 | -16/+8 | |
We need to actually connect to a change in the correct property to update this. In this case "rgba", not "color". We also need to prevent the system theme from affecting the color of the annotation window. taken from: https://github.com/linuxmint/xreader/commit/1236d4b | |||||
2017-08-14 | libview: fix annotation window focus change after creation | Nelson Benitez Leon | 1 | -9/+13 | |
Be able to start entering text right after selecting or creating an annotation, also hide text cursor when window goes unfocused (backdrop state). https://bugzilla.gnome.org/show_bug.cgi?id=668446 taken from: https://git.gnome.org/browse/evince/commit/?id=fc8fe57 | |||||
2017-08-14 | libview: Fix focus on ev_annotation_window | José Aliste | 1 | -21/+0 | |
Make annotation windows always accept input focus. Based on patch by Florian Echtler. https://bugzilla.gnome.org/show_bug.cgi?id=668446 Taken from: https://git.gnome.org/browse/evince/commit/?id=24c1029 | |||||
2017-08-14 | libview: Don't change the font color of the annotation window | Carlos Garcia Campos | 1 | -1/+0 | |
We were using the annotation color, but it should only be used for the background of the annotation window. https://bugzilla.gnome.org/show_bug.cgi?id=677471 taken from: https://git.gnome.org/browse/evince/commit/?id=792d878 | |||||
2017-08-14 | shell: Use GdkRGBA for annotations | Christian Persch | 3 | -13/+13 | |
Use the GdkRGBA API on EvAnnotation, and on GtkColorChooser. taken from: https://git.gnome.org/browse/evince/commit/?id=c523ef8 | |||||
2017-08-14 | libdocument: Add EvAnnotation API using GdkRGBA | Christian Persch | 3 | -20/+121 | |
Add new API to EvAnnotation that uses GdkRGBA, and deprecated the GdkColor using one. Part of https://bugzilla.gnome.org/show_bug.cgi?id=677983 taken from: https://git.gnome.org/browse/evince/commit/?id=c477923 https://git.gnome.org/browse/evince/commit/?id=87ca31d | |||||
2017-08-14 | libdocument: Use the new deprecation macros | Christian Persch | 1 | -0/+6 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=4e762b4 | |||||
2017-08-14 | Add deprecation macros | Christian Persch | 3 | -0/+34 | |
Add deprecation macros similar to GLIB_DEPRECATED[_FOR]. taken from: https://git.gnome.org/browse/evince/commit/?id=86f3e1b | |||||
2017-08-12 | fix runtime warnings caused by previous HDPI commit | raveit65 | 3 | -3/+3 | |
2017-08-12 | Take monitor scale factor into account when calculating zoom. | Matthew Petroff | 5 | -5/+15 | |
https://github.com/linuxmint/xreader/commit/c47a1f4 | |||||
2017-08-12 | Add hi-dpi support for main view. | Matthew Petroff | 3 | -22/+91 | |
Based on Evince commits 8b965e769808815df9c75a10a0e4972c0904d26a and a612f809e4e23d88a661a9604ce84f332189a658. https://github.com/linuxmint/xreader/commit/4eccf6b | |||||
2017-08-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 9 | -645/+3 | |
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 | 2 | -0/+2 | |
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-11 | libview: setting annotation window icons sizes | raveit65 | 1 | -16/+13 | |
After a gtk update, the sizes of the icons on the annotation window (close and resize handles) are 48x48. This patch fixes this by using GtkIconTheme to force the loading of the icon on a different size than the file taken from: https://git.gnome.org/browse/evince/commit/?id=63d0b4b | |||||
2017-08-11 | libview: save changes to a dropdown in an embedded form | raveit65 | 1 | -2/+2 | |
This is a regression from commit https://github.com/mate-desktop/atril/commit/f8aec90 see: https://github.com/linuxmint/xreader/commit/46298df https://github.com/linuxmint/xreader/issues/12 | |||||
2017-08-11 | libdocument: adjust rendering of shadow for active and inactive pages | raveit65 | 1 | -24/+17 | |
and fix usage of deprecated gtk_symbolic_color https://github.com/linuxmint/xreader/commit/c171041 https://github.com/linuxmint/xreader/commit/68f365a | |||||
2017-08-08 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
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-22 | sync with transifex | raveit65 | 14 | -292/+299 | |
2017-07-21 | comics: make the files containing "--checkpoint-action=" unsupported | ZenWalker | 1 | -0/+6 | |
Fixes #257 | |||||
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -2/+2 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+13 | |
2017-05-10 | sync with transifex | raveit65 | 104 | -22322/+23924 | |
2017-04-18 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-04-18 | build: properly clean the generated .caja-extension file | monsta | 1 | -0/+2 | |
2017-04-13 | build: require cairo >= 1.10.0 and drop some old code | monsta | 2 | -12/+1 | |
2017-04-13 | shell: remove unused code from utils | monsta | 3 | -224/+0 | |
2017-04-07 | ev-view: avoid deprecated gtk_drag_begin | raveit65 | 1 | -6/+10 | |
use gtk_drag_begin_with_coordinates instead | |||||
2017-04-07 | egg-editable-toolbar: avoid deprecated gtk_drag_begin | raveit65 | 1 | -1/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
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-07 | toolbar-editor: don't use deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-04-03 | Add missing comma. | Baurzhan Muftakhidinov | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-03-13 | sync with transifex | raveit65 | 2 | -3/+3 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -38/+24 | |
2017-03-13 | NEWS: fix typo in package name | monsta | 1 | -14/+14 | |
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-12 | toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policy | raveit65 | 1 | -1/+1 | |
2017-03-10 | release 1.17.1v1.17.1 | raveit65 | 2 | -2/+28 | |