summaryrefslogtreecommitdiff
path: root/cut-n-paste
AgeCommit message (Collapse)AuthorFilesLines
2019-08-16egg-editable-toolbar: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16egg-toolbar-editor: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16egg-toolbars-model: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-01Fix build warning on marshallingraveit651-1/+1
Replace deprecated --header --body options inspired by: https://gitlab.gnome.org/GNOME/evince/commit/f6952c2
2019-07-31egg-toolbar-editor: suppress GtkAction warningsraveit651-0/+2
2019-07-31egg-editable-toolbar: suppress GtkAction warningsraveit651-0/+10
2019-07-31egg-toolbar-editor{c/h}: tabs to spacesraveit652-75/+75
2019-07-31egg-editable-toolbar{c/h}: tabs to spacesraveit652-232/+232
2019-07-31ephy-zoom-action: suppress GtkAction warningsraveit651-1/+8
2019-07-01Remove trailing whitespacesLaurent Napias15-74/+74
2019-02-04[ephy-zoom-control] Avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+2
2019-02-04[ephy-zoom-action] Avoid deprecated g_type_class_add_privateWu Xiaotian1-6/+2
2019-01-22eggsmclient: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-6/+2
2018-05-10editable-toolbar: replace deprecated gtk_menu_popup functionraveit651-2/+2
2018-03-22toolbar-editor: Add methods to load from GResourceChristian Persch2-4/+69
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=8c240d9
2018-03-21shell: Use GtkApplication to inhibit the screensaverChristian Persch5-621/+1
Remove TotemScrsaver copy, and use GtkApplication inhibition instead. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=612701f
2018-02-16avoid deprecated GtkStockPablo Barciela2-4/+4
2018-01-31require GTK+ 3.22 and GLib 2.50monsta2-6/+0
2017-08-31Rename Fit Page Width as Fit WidthWilliam Jon McCann1-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-31Rename Best Fit mode as Fit PageWilliam Jon McCann2-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-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