summaryrefslogtreecommitdiff
path: root/cut-n-paste
AgeCommit message (Collapse)AuthorFilesLines
2016-06-24synctex: fix compile warningsraveit651-2/+2
taken from: https://git.gnome.org/browse/evince/commit/?id=8262397
2016-06-24synctex: update to version 1.17raveit656-393/+619
taken from: https://git.gnome.org/browse/evince/commit/?id=6179f51
2016-06-24cut-n-paste: Update synctex parser to version 1.16raveit657-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-22egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit ↵raveit651-2/+0
versions
2016-06-22Do not use deprecated GTK_TYPE_VBOX definitionsraveit654-6/+12
2016-06-22GTK+-3: do not use deprecated gtk_{h/v}box_newraveit653-0/+6
2016-06-22GTK3 egg: don't use deprecated gdk_threads_{enter/leave} ()raveit651-0/+12
2016-04-05check for GTK+3 stable release, not development onemonsta1-1/+1
2016-02-25add css name EggToolbarEditorraveit651-0/+5
2016-02-09totem-screensaver: use org.gnome.SessionManager to inhibit screensavermonsta1-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-09totem-screensaver: don't use old API and add ref to TotemScrsavermonsta1-34/+8
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5
2016-02-09totem-screensaver: fix assertions on entry to TotemScrsaver methodsmonsta1-3/+3
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88
2016-02-09totem-screensaver: fix indent and typosmonsta1-15/+16
2016-02-09totem-screensaver: copy from eom to use the same base for patchesmonsta1-30/+30
as of https://github.com/mate-desktop/eom/commit/8615744bde57e487ab2a662811929b889499f4fd
2015-08-31drop support for win32/osx/hildon, make smclient mandatoryMonsta5-640/+4
2014-12-10fix some more leaks and stuffMonsta1-0/+2
2014-12-10Gtk3: Use gtk_widget_render_icon_pixbuf()infirit3-0/+3
2014-12-10Gtk3: Don't use gdk_cursor_unref()infirit2-0/+8
2014-12-10Gtk3: gimpcellrenderertoggle: Port to GtkStyleContextinfirit1-4/+54
Taken from evince commit: cd0d12ac77f030caf9b073f60c51539d9b8394ef From: Carlos Garcia Campos <[email protected]>
2014-12-10Gtk3: Convert another gtk_paint_ callinfirit1-5/+2
Taken from evince commit: 1383dfb59b35d2d4576691ad3d9778de344c8e15 From: Matthias Clasen <[email protected]>
2014-12-10Gtk3: [gimpcellrenderertoggle] Paint a shadow when the mouse is over the ↵infirit1-1/+21
cell renderer Taken from evince commit: 0a2d3c2d9dd1158dfb8cacd72abb498acd0e6fef From: Carlos Garcia Campos <[email protected]>
2014-12-09[totem-scrsaver] Cut down on ifdef hellinfirit1-66/+0
We have GDK_DISPLAY_XDISPLAY in Gtk+2 as well.
2014-12-08va_start should be paired with va_endmonsta1-0/+1
2014-12-08zero-init all signals arraysMonsta2-2/+2
2014-09-23Drop support for gtk+ < 2.24infirit3-33/+0
2014-02-25smclient: Add missing declarationStefano Karapetsas1-0/+4
Closes https://github.com/mate-desktop/atril/issues/72
2014-02-24Add missing includeStefano Karapetsas1-0/+1
2014-02-09Fix duplicated string (#65)bl0ckeduser1-1/+1
2014-02-08Implement window expand functionality (#53)bl0ckeduser2-3/+7
2014-01-23toolbar-editor: Fix a crash when dropping an item to the toolbarStefano Karapetsas1-1/+11
https://git.gnome.org/browse/evince/commit/?h=gnome-3-4&id=c528881454c18ab29e300c3e3f2726409806eed3
2014-01-22toolbar-editor: Fix dragging items out of the toolbarStefano Karapetsas1-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-22smclient: Add missing includesStefano Karapetsas1-0/+1
Closes #57 https://github.com/mate-desktop/atril/issues/57
2014-01-21Merge pull request #56 from infirit/masterStefano Karapetsas1-1/+0
Fixes for building with gtk3
2014-01-21Fix gdk_set_sm_client_id deprecationStefano Karapetsas1-0/+4
2014-01-21Remove unneeded gdconfig.h includeinfirit1-1/+0
2013-10-28cut-n-paste: Fix GTK3 supportStefano Karapetsas2-3/+118
2012-03-14/usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO ↵Perberos1-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-09renaming evince to atrilPerberos3-3/+3
2011-11-09inicialPerberos38-0/+15693