summaryrefslogtreecommitdiff
path: root/cut-n-paste/toolbar-editor
AgeCommit message (Collapse)AuthorFilesLines
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
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-167/+8
and require caja >= 1.17.1
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-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_newraveit652-0/+2
2016-04-05check for GTK+3 stable release, not development onemonsta1-1/+1
2016-02-25add css name EggToolbarEditorraveit651-0/+5
2014-12-10Gtk3: Use gtk_widget_render_icon_pixbuf()infirit2-0/+2
2014-12-10Gtk3: Don't use gdk_cursor_unref()infirit2-0/+8
2014-09-23Drop support for gtk+ < 2.24infirit1-21/+0
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
2011-11-09inicialPerberos8-0/+3940