Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-31 | Rename Fit Page Width as Fit Width | William Jon McCann | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=689468 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=88d7a4a | |||||
2017-08-31 | Rename Best Fit mode as Fit Page | William Jon McCann | 2 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=689468 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=ffd3853 | |||||
2017-08-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 5 | -638/+1 | |
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-08 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
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 | toolbar-editor: don't use deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-03-12 | toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policy | raveit65 | 1 | -1/+1 | |
2017-03-06 | egg-toolbar-editor.c: don't use deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -5/+2 | |
2017-03-06 | egg-editable-toolbar: don't use deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -12/+5 | |
2017-03-06 | zoom-control.c: don't use deprecated gtk_combo_box_set_focus_on_click | raveit65 | 1 | -0/+4 | |
replace it with gtk_widget_set_focus_on_click | |||||
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 6 | -323/+21 | |
and require caja >= 1.17.1 | |||||
2016-11-23 | cut-n-paste: set vertical box to be homogeneous in GTK+3 code too | monsta | 1 | -4/+5 | |
2016-11-23 | fix indent a bit | monsta | 1 | -1/+1 | |
2016-07-03 | GTK+-3 gimpcellrenderertoggle: Fix compile warnings | raveit65 | 1 | -0/+18 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=f9a8e04 | |||||
2016-07-03 | toolbar-editor: Fix compiler warning | raveit65 | 1 | -2/+1 | |
Use g_type_ensure() instead of the volatile GType hack. taken from: https://git.gnome.org/browse/evince/commit/?id=bba4526 | |||||
2016-06-29 | GTK+-3 toolbar-editor: port GtkTable to GtkGrid | raveit65 | 1 | -5/+87 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=3b0edf9 | |||||
2016-06-24 | GTK+-3 cut-n-paste: Update toolbar-editor from libegg | raveit65 | 3 | -5/+138 | |
partial taken from https://git.gnome.org/browse/evince/commit/?id=8c45255 Note: for some reasons parts of this commit was already applied | |||||
2016-06-24 | GTK+-3: fix deprecated gtk_{v/h}separator_new | raveit65 | 2 | -0/+8 | |
2016-06-24 | synctex: update to 1.18 | raveit65 | 7 | -141/+135 | |
2016-06-24 | synctex: Fix -Wundef warning | raveit65 | 1 | -0/+5 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=0708338 | |||||
2016-06-24 | synctex: Update from upstream | raveit65 | 3 | -23/+24 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=d0faf92 | |||||
2016-06-24 | synctex: fix compile warnings | raveit65 | 1 | -2/+2 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=8262397 | |||||
2016-06-24 | synctex: update to version 1.17 | raveit65 | 6 | -393/+619 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=6179f51 | |||||
2016-06-24 | cut-n-paste: Update synctex parser to version 1.16 | raveit65 | 7 | -651/+827 | |
and add missing files from gnome git for better sync to higher version Fixes bug 651263.https://bugzilla.gnome.org/show_bug.cgi?id=651263 Taken from: https://git.gnome.org/browse/evince/commit/?id=05a78e3 | |||||
2016-06-22 | egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit ↵ | raveit65 | 1 | -2/+0 | |
versions | |||||
2016-06-22 | Do not use deprecated GTK_TYPE_VBOX definitions | raveit65 | 4 | -6/+12 | |
2016-06-22 | GTK+-3: do not use deprecated gtk_{h/v}box_new | raveit65 | 3 | -0/+6 | |
2016-06-22 | GTK3 egg: don't use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+12 | |
2016-04-05 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-02-25 | add css name EggToolbarEditor | raveit65 | 1 | -0/+5 | |
2016-02-09 | totem-screensaver: use org.gnome.SessionManager to inhibit screensaver | monsta | 1 | -12/+15 | |
adapted from: https://git.gnome.org/browse/totem/commit/?id=c6fc9c4785904cda4b648dbdbd24958d1010c4a1 https://github.com/linuxmint/xreader/commit/feca69fe519d4c24457d17c0287704aa47688e22 https://github.com/linuxmint/xreader/commit/af897180ec8fb30afb2f96dab23a2f2ae022f087 | |||||
2016-02-09 | totem-screensaver: don't use old API and add ref to TotemScrsaver | monsta | 1 | -34/+8 | |
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5 | |||||
2016-02-09 | totem-screensaver: fix assertions on entry to TotemScrsaver methods | monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88 | |||||
2016-02-09 | totem-screensaver: fix indent and typos | monsta | 1 | -15/+16 | |
2016-02-09 | totem-screensaver: copy from eom to use the same base for patches | monsta | 1 | -30/+30 | |
as of https://github.com/mate-desktop/eom/commit/8615744bde57e487ab2a662811929b889499f4fd | |||||
2015-08-31 | drop support for win32/osx/hildon, make smclient mandatory | Monsta | 5 | -640/+4 | |
2014-12-10 | fix some more leaks and stuff | Monsta | 1 | -0/+2 | |
2014-12-10 | Gtk3: Use gtk_widget_render_icon_pixbuf() | infirit | 3 | -0/+3 | |
2014-12-10 | Gtk3: Don't use gdk_cursor_unref() | infirit | 2 | -0/+8 | |
2014-12-10 | Gtk3: gimpcellrenderertoggle: Port to GtkStyleContext | infirit | 1 | -4/+54 | |
Taken from evince commit: cd0d12ac77f030caf9b073f60c51539d9b8394ef From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-10 | Gtk3: Convert another gtk_paint_ call | infirit | 1 | -5/+2 | |
Taken from evince commit: 1383dfb59b35d2d4576691ad3d9778de344c8e15 From: Matthias Clasen <[email protected]> | |||||
2014-12-10 | Gtk3: [gimpcellrenderertoggle] Paint a shadow when the mouse is over the ↵ | infirit | 1 | -1/+21 | |
cell renderer Taken from evince commit: 0a2d3c2d9dd1158dfb8cacd72abb498acd0e6fef From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-09 | [totem-scrsaver] Cut down on ifdef hell | infirit | 1 | -66/+0 | |
We have GDK_DISPLAY_XDISPLAY in Gtk+2 as well. | |||||
2014-12-08 | va_start should be paired with va_end | monsta | 1 | -0/+1 | |
2014-12-08 | zero-init all signals arrays | Monsta | 2 | -2/+2 | |
2014-09-23 | Drop support for gtk+ < 2.24 | infirit | 3 | -33/+0 | |
2014-02-25 | smclient: Add missing declaration | Stefano Karapetsas | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/atril/issues/72 | |||||
2014-02-24 | Add missing include | Stefano Karapetsas | 1 | -0/+1 | |