Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-21 | comics: make the files containing "--checkpoint-action=" unsupported | ZenWalker | 1 | -0/+6 | |
Fixes #257 | |||||
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -2/+2 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+13 | |
2017-05-10 | sync with transifex | raveit65 | 104 | -22322/+23924 | |
2017-04-18 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-04-18 | build: properly clean the generated .caja-extension file | monsta | 1 | -0/+2 | |
2017-04-13 | build: require cairo >= 1.10.0 and drop some old code | monsta | 2 | -12/+1 | |
2017-04-13 | shell: remove unused code from utils | monsta | 3 | -224/+0 | |
2017-04-07 | ev-view: avoid deprecated gtk_drag_begin | raveit65 | 1 | -6/+10 | |
use gtk_drag_begin_with_coordinates instead | |||||
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 | message-area: replace some GtkStock deprecations | raveit65 | 1 | -14/+14 | |
2017-04-07 | ev-sidebar: avoid deprecated GTK_STOCK_CLOSE icon | raveit65 | 1 | -2/+2 | |
2017-04-07 | password-view: replace some GtkStock deprecations | raveit65 | 1 | -5/+5 | |
2017-04-07 | password-view: don't use deprecated GtkAlignment | raveit65 | 1 | -17/+16 | |
2017-04-07 | toolbar-editor: don't use deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-04-03 | Add missing comma. | Baurzhan Muftakhidinov | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-03-13 | sync with transifex | raveit65 | 2 | -3/+3 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -38/+24 | |
2017-03-13 | NEWS: fix typo in package name | monsta | 1 | -14/+14 | |
2017-03-12 | shell: Add guards for org.mate.interface schema not existing | Marcus Comstedt | 1 | -6/+13 | |
2017-03-12 | shell: Respect user's toolbar-style setting | Marcus Comstedt | 1 | -4/+53 | |
2017-03-12 | toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policy | raveit65 | 1 | -1/+1 | |
2017-03-10 | release 1.17.1v1.17.1 | raveit65 | 2 | -2/+28 | |
2017-03-10 | sync with transifex | raveit65 | 103 | -26877/+29474 | |
2017-03-07 | ev-view-accessible: Fix some coding style issues | raveit65 | 1 | -23/+24 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=23048af | |||||
2017-03-07 | ev-view-accessible: Add helper function to get text before, at or after offset | raveit65 | 1 | -94/+68 | |
To avoid duplicated code. Taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=0897a7d | |||||
2017-03-07 | libview: Make EvLinkAccessible implement AtkAction | raveit65 | 1 | -1/+53 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=0291193 | |||||
2017-03-07 | libview: Implement AtkHypertext interface | raveit65 | 4 | -9/+450 | |
https://bugzilla.gnome.org/show_bug.cgi?id=639403 taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=6c1d1a2 | |||||
2017-03-07 | libdocument: Add length and nth methods to EvMappingList | raveit65 | 2 | -0/+20 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=19db23a | |||||
2017-03-07 | ev-view: Inlcude ev-jobs in ev-view.h | raveit65 | 1 | -0/+1 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=751df481af5d6148302c047de948dd514888c578 | |||||
2017-03-07 | ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() | raveit65 | 1 | -32/+22 | |
In ev_view_accessible_get_character_extents(). taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=ae1ace1 | |||||
2017-03-07 | ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() | raveit65 | 1 | -29/+21 | |
In ev_view_accessible_get_offset_at_point(). taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=28bd405 | |||||
2017-03-07 | libview: Rename EvView coordinate transformation functions | raveit65 | 2 | -60/+66 | |
and make them public internally taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=d4e458c | |||||
2017-03-07 | a11y: Do not use AtkFactory to create the EvViewAccessible | raveit65 | 4 | -159/+75 | |
https://bugzilla.gnome.org/show_bug.cgi?id=685828 taken from: https://git.gnome.org/browse/evince/commit/?id=37c58de | |||||
2017-03-07 | eggfindbar: don't use deprecated GtkAlignment | raveit65 | 1 | -6/+13 | |
2017-03-06 | docs: Add missing EvAnnotation API to sections.txt | raveit65 | 2 | -0/+26 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=5a7ad5b | |||||
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 | |||||
2017-03-06 | avoid deprecated gtk_misc_set_alignment | raveit65 | 6 | -8/+57 | |
2017-03-06 | sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbuf | raveit65 | 1 | -7/+14 | |
and avoid to use GtkStock | |||||
2017-03-05 | Previously opened page incorrectly restored if it was the last one | loongson | 1 | -2/+0 | |
If you stay on the last page when you close it, reopen it will not be positioned until you visited it (reset to the first). In the changed code: Judgment only works on the last page. This function explicitly introduces this problem, so it can be removed directly. I have been tested successfully. | |||||
2017-03-05 | Revert "sometimes info->linearized is not a string" and | Alexei Sorokin | 2 | -20/+3 | |
"crash on g_free the address 0 or 1" These hacks are no longer of need after 1a0f225 | |||||
2017-02-20 | First page should not reloaded | nanxiongchao | 2 | -5/+6 | |
For the displayed page, do not reload every time, should be displayed immediately Tested successfully on Loongson 3A2000 with fedora25(mips64el distribution). | |||||
2017-01-25 | force X11 | raveit65 | 1 | -0/+2 | |