Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-26 | check return value of xmlDocGetRootElement call if is NULL | lvtao-sec | 1 | -1/+16 | |
2020-07-10 | update mate-submodules | raveit65 | 1 | -0/+0 | |
2020-06-22 | update submodule | raveit65 | 1 | -0/+0 | |
2020-06-07 | use git submodule for cut-n-paste/smclient | Wu Xiaotian | 8 | -3744/+0 | |
2019-11-28 | avoid redundant redeclarations | Pablo Barciela | 3 | -7/+0 | |
2019-09-08 | remove 'synctex' internally, work with external library instead | Pablo Barciela | 12 | -11051/+0 | |
2019-09-06 | remove -Wunused-but-set-variable warning | rbuj | 1 | -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-08-29 | End the va_list before returning from _synctex_merge_strings | Quipyowert2 | 1 | -0/+2 | |
This adds a va_end() call to _synctex_merge_strings in two places where it would return without ending the va_list first. https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718 | |||||
2019-08-29 | build: Use synctex system library if available | rbuj | 1 | -1/+5 | |
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91 | |||||
2019-08-29 | Remove synctex warning | rbuj | 1 | -0/+2 | |
To compile TeX with SyncTeX: $ pdflatex -synctex=1 file.tex | |||||
2019-08-29 | Bump synctex to 1.21 | rbuj | 11 | -4362/+9886 | |
$ cd cut-n-paste/synctex $ rm synctex_* $ ./update-synctex-from-TL.sh Test on Fedora: 1. Install required packages $ sudo dnf install texlive-scheme-basic texlive-lipsum -y 2. Build a pdf with synctex enabled $ cat <<EOF >> file.tex \documentclass[12pt]{report} \usepackage{lipsum} \begin{document} \chapter{Introduction} \lipsum[2-4] \end{document} EOF $ pdflatex -synctex=1 file.tex 3. Open file.pdf using atril 4. Search any text string | |||||
2019-08-16 | egg-editable-toolbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | egg-toolbar-editor: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | egg-toolbars-model: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-01 | Fix build warning on marshalling | raveit65 | 1 | -1/+1 | |
Replace deprecated --header --body options inspired by: https://gitlab.gnome.org/GNOME/evince/commit/f6952c2 | |||||
2019-07-31 | egg-toolbar-editor: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-31 | egg-editable-toolbar: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-07-31 | egg-toolbar-editor{c/h}: tabs to spaces | raveit65 | 2 | -75/+75 | |
2019-07-31 | egg-editable-toolbar{c/h}: tabs to spaces | raveit65 | 2 | -232/+232 | |
2019-07-31 | ephy-zoom-action: suppress GtkAction warnings | raveit65 | 1 | -1/+8 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 15 | -74/+74 | |
2019-02-04 | [ephy-zoom-control] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 | |
2019-02-04 | [ephy-zoom-action] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -6/+2 | |
2019-01-22 | eggsmclient: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2018-05-10 | editable-toolbar: replace deprecated gtk_menu_popup function | raveit65 | 1 | -2/+2 | |
2018-03-22 | toolbar-editor: Add methods to load from GResource | Christian Persch | 2 | -4/+69 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=8c240d9 | |||||
2018-03-21 | shell: Use GtkApplication to inhibit the screensaver | Christian Persch | 5 | -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-16 | avoid deprecated GtkStock | Pablo Barciela | 2 | -4/+4 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -6/+0 | |
2017-08-31 | Rename Fit Page Width as Fit Width | William Jon McCann | 1 | -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-31 | Rename Best Fit mode as Fit Page | William Jon McCann | 2 | -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-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 5 | -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-12 | sidebar-layers: Make it actually usable and fix a runtime warning | raveit65 | 1 | -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-08 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
2017-04-07 | egg-editable-toolbar: avoid deprecated gtk_drag_begin | raveit65 | 1 | -1/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2017-04-07 | toolbar-editor: don't use deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-03-12 | toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policy | raveit65 | 1 | -1/+1 | |
2017-03-06 | egg-toolbar-editor.c: don't use deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -5/+2 | |
2017-03-06 | egg-editable-toolbar: don't use deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -12/+5 | |
2017-03-06 | zoom-control.c: don't use deprecated gtk_combo_box_set_focus_on_click | raveit65 | 1 | -0/+4 | |
replace it with gtk_widget_set_focus_on_click | |||||
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 6 | -323/+21 | |
and require caja >= 1.17.1 | |||||
2016-11-23 | cut-n-paste: set vertical box to be homogeneous in GTK+3 code too | monsta | 1 | -4/+5 | |
2016-11-23 | fix indent a bit | monsta | 1 | -1/+1 | |
2016-07-03 | GTK+-3 gimpcellrenderertoggle: Fix compile warnings | raveit65 | 1 | -0/+18 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=f9a8e04 | |||||
2016-07-03 | toolbar-editor: Fix compiler warning | raveit65 | 1 | -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-29 | GTK+-3 toolbar-editor: port GtkTable to GtkGrid | raveit65 | 1 | -5/+87 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=3b0edf9 | |||||
2016-06-24 | GTK+-3 cut-n-paste: Update toolbar-editor from libegg | raveit65 | 3 | -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-24 | GTK+-3: fix deprecated gtk_{v/h}separator_new | raveit65 | 2 | -0/+8 | |
2016-06-24 | synctex: update to 1.18 | raveit65 | 7 | -141/+135 | |