summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+11
2017-05-10release 1.19.0v1.19.0raveit651-0/+13
2017-05-10sync with transifexraveit65104-22322/+23924
2017-04-18update copyright year to 2017monsta1-1/+1
2017-04-18build: properly clean the generated .caja-extension filemonsta1-0/+2
2017-04-13build: require cairo >= 1.10.0 and drop some old codemonsta2-12/+1
2017-04-13shell: remove unused code from utilsmonsta3-224/+0
2017-04-07ev-view: avoid deprecated gtk_drag_beginraveit651-6/+10
use gtk_drag_begin_with_coordinates instead
2017-04-07egg-editable-toolbar: avoid deprecated gtk_drag_beginraveit651-1/+7
use gtk_drag_begin_with_coordinates instead
2017-04-07message-area: replace some GtkStock deprecationsraveit651-14/+14
2017-04-07ev-sidebar: avoid deprecated GTK_STOCK_CLOSE iconraveit651-2/+2
2017-04-07password-view: replace some GtkStock deprecationsraveit651-5/+5
2017-04-07password-view: don't use deprecated GtkAlignmentraveit651-17/+16
2017-04-07toolbar-editor: don't use deprecated GtkAlignmentraveit651-11/+6
2017-04-03Add missing comma.Baurzhan Muftakhidinov1-1/+1
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.0raveit651-2/+2
2017-03-13sync with transifexraveit652-3/+3
2017-03-13update NEWS for 1.18monsta1-38/+24
2017-03-13NEWS: fix typo in package namemonsta1-14/+14
2017-03-12shell: Add guards for org.mate.interface schema not existingMarcus Comstedt1-6/+13
2017-03-12shell: Respect user's toolbar-style settingMarcus Comstedt1-4/+53
2017-03-12toolbar-editor: don't use GTK_POLICY_AUTOMATIC as horz. scrollbar policyraveit651-1/+1
2017-03-10release 1.17.1v1.17.1raveit652-2/+28
2017-03-10sync with transifexraveit65103-26877/+29474
2017-03-07ev-view-accessible: Fix some coding style issuesraveit651-23/+24
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=23048af
2017-03-07ev-view-accessible: Add helper function to get text before, at or after offsetraveit651-94/+68
To avoid duplicated code. Taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=0897a7d
2017-03-07libview: Make EvLinkAccessible implement AtkActionraveit651-1/+53
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=0291193
2017-03-07libview: Implement AtkHypertext interfaceraveit654-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-07libdocument: Add length and nth methods to EvMappingListraveit652-0/+20
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=19db23a
2017-03-07ev-view: Inlcude ev-jobs in ev-view.hraveit651-0/+1
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=751df481af5d6148302c047de948dd514888c578
2017-03-07ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect()raveit651-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-07ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point()raveit651-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-07libview: Rename EvView coordinate transformation functionsraveit652-60/+66
and make them public internally taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=d4e458c
2017-03-07a11y: Do not use AtkFactory to create the EvViewAccessibleraveit654-159/+75
https://bugzilla.gnome.org/show_bug.cgi?id=685828 taken from: https://git.gnome.org/browse/evince/commit/?id=37c58de
2017-03-07eggfindbar: don't use deprecated GtkAlignmentraveit651-6/+13
2017-03-06docs: Add missing EvAnnotation API to sections.txtraveit652-0/+26
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=5a7ad5b
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
2017-03-06avoid deprecated gtk_misc_set_alignmentraveit656-8/+57
2017-03-06sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbufraveit651-7/+14
and avoid to use GtkStock
2017-03-05Previously opened page incorrectly restored if it was the last oneloongson1-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-05Revert "sometimes info->linearized is not a string" andAlexei Sorokin2-20/+3
"crash on g_free the address 0 or 1" These hacks are no longer of need after 1a0f225
2017-02-20First page should not reloadednanxiongchao2-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-25force X11raveit651-0/+2
2017-01-13Update atril NEWS to use consistent, project wide, markdown-like formatting. ↵Martin Wimpress1-163/+145
This will make generating release announcements easier.
2016-11-30comics backend: add support for unarchiver (unar and lsar)ZenWalker1-2/+30
unar is able to extract all supported comics archive format CBR give unar priority over bsdtar, because it works better CBZ CB7 CBT give bsdtar priority over unar, because it is much faster