summaryrefslogtreecommitdiff
path: root/cut-n-paste/zoom-control
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09Fix the type for the signal identifier which is gulongrbuj1-1/+1
2021-11-20Use a blank line at mostrbuj1-1/+0
2019-11-28avoid redundant redeclarationsPablo Barciela1-4/+0
2019-09-06remove -Wunused-but-set-variable warningrbuj1-2/+0
ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-variable] 274 | GtkToolItemClass *tool_item_class; | ^~~~~~~~~~~~~~~ -- ev-window.c:1390:10: warning: variable ‘page’ set but not used [-Wunused-but-set-variable] 1390 | gint page, n_pages; | ^~~~
2019-07-31ephy-zoom-action: suppress GtkAction warningsraveit651-1/+8
2019-07-01Remove trailing whitespacesLaurent Napias3-12/+12
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
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+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-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 optionmonsta1-4/+0
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-06-22GTK+-3: do not use deprecated gtk_{h/v}box_newraveit651-0/+4
2014-12-08zero-init all signals arraysMonsta1-1/+1
2014-02-09Fix duplicated string (#65)bl0ckeduser1-1/+1
2014-02-08Implement window expand functionality (#53)bl0ckeduser2-3/+7
2011-11-09renaming evince to atrilPerberos3-3/+3
2011-11-09inicialPerberos7-0/+977