Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-02-09 | Fix duplicated string (#65) | bl0ckeduser | 1 | -1/+1 | |
2014-02-08 | Implement window expand functionality (#53) | bl0ckeduser | 2 | -3/+7 | |
2014-01-23 | toolbar-editor: Fix a crash when dropping an item to the toolbar | Stefano Karapetsas | 1 | -1/+11 | |
https://git.gnome.org/browse/evince/commit/?h=gnome-3-4&id=c528881454c18ab29e300c3e3f2726409806eed3 | |||||
2014-01-22 | toolbar-editor: Fix dragging items out of the toolbar | Stefano Karapetsas | 1 | -0/+38 | |
When 'window-dragging' is True, GtkToolbar starts a drag in the 'button-press-event'. By connecting a callback to 'button-press-event' after setting gtk_drag_source_set that return TRUE we prevent GtkToolbar handler to be called. https://git.gnome.org/browse/evince/commit/?h=gnome-3-0&id=c48141968a2b374fe7a666feaf2635a82a528dac | |||||
2014-01-22 | smclient: Add missing includes | Stefano Karapetsas | 1 | -0/+1 | |
Closes #57 https://github.com/mate-desktop/atril/issues/57 | |||||
2014-01-21 | Merge pull request #56 from infirit/master | Stefano Karapetsas | 1 | -1/+0 | |
Fixes for building with gtk3 | |||||
2014-01-21 | Fix gdk_set_sm_client_id deprecation | Stefano Karapetsas | 1 | -0/+4 | |
2014-01-21 | Remove unneeded gdconfig.h include | infirit | 1 | -1/+0 | |
2013-10-28 | cut-n-paste: Fix GTK3 support | Stefano Karapetsas | 2 | -3/+118 | |
2012-03-14 | /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO ↵ | Perberos | 1 | -1/+2 | |
/usr/lib/libICE.so.6 so try adding it to the linker command line (https://github.com/mate-desktop/mate-document-viewer/issues/3) | |||||
2011-11-09 | renaming evince to atril | Perberos | 3 | -3/+3 | |
2011-11-09 | inicial | Perberos | 38 | -0/+15693 | |