summaryrefslogtreecommitdiff
path: root/cut-n-paste
AgeCommit message (Collapse)AuthorFilesLines
2017-08-12shell: Ditch gimpcellrenderertoggleJosephMcc5-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-12sidebar-layers: Make it actually usable and fix a runtime warningraveit651-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-08avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-07-19avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2017-04-07egg-editable-toolbar: avoid deprecated gtk_drag_beginraveit651-1/+7
use gtk_drag_begin_with_coordinates instead
2017-04-07toolbar-editor: don't use deprecated GtkAlignmentraveit651-11/+6
2017-03-12toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policyraveit651-1/+1
2017-03-06egg-toolbar-editor.c: don't use deprecated gtk_icon_size_lookup_for_settingsraveit651-5/+2
2017-03-06egg-editable-toolbar: don't use deprecated gtk_icon_size_lookup_for_settingsraveit651-12/+5
2017-03-06zoom-control.c: don't use deprecated gtk_combo_box_set_focus_on_clickraveit651-0/+4
replace it with gtk_widget_set_focus_on_click
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta6-323/+21
and require caja >= 1.17.1
2016-11-23cut-n-paste: set vertical box to be homogeneous in GTK+3 code toomonsta1-4/+5
2016-11-23fix indent a bitmonsta1-1/+1
2016-07-03GTK+-3 gimpcellrenderertoggle: Fix compile warningsraveit651-0/+18
taken from: https://git.gnome.org/browse/evince/commit/?id=f9a8e04
2016-07-03toolbar-editor: Fix compiler warningraveit651-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-29GTK+-3 toolbar-editor: port GtkTable to GtkGridraveit651-5/+87
taken from: https://git.gnome.org/browse/evince/commit/?id=3b0edf9
2016-06-24GTK+-3 cut-n-paste: Update toolbar-editor from libeggraveit653-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-24GTK+-3: fix deprecated gtk_{v/h}separator_newraveit652-0/+8
2016-06-24synctex: update to 1.18raveit657-141/+135
2016-06-24synctex: Fix -Wundef warningraveit651-0/+5
taken from: https://git.gnome.org/browse/evince/commit/?id=0708338
2016-06-24synctex: Update from upstreamraveit653-23/+24
taken from: https://git.gnome.org/browse/evince/commit/?id=d0faf92
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