Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-09 | build: remove legacy variable MATEICONDIR | rbuj | 1 | -1/+0 | |
2020-10-24 | travis: fix make distcheck error on archlinux | raveit65 | 3 | -0/+6 | |
2020-06-23 | sync with transifex | raveit65 | 105 | -321/+647 | |
2020-06-07 | use git submodule for cut-n-paste/smclient | Wu Xiaotian | 1 | -1/+1 | |
2020-02-09 | tx: sync with transifex | raveit65 | 2 | -6/+6 | |
2020-01-19 | tx: sync with transifex | raveit65 | 105 | -463/+664 | |
2020-01-10 | tx: update resource file | raveit65 | 1 | -3/+3 | |
2020-01-10 | Update Copyright year | raveit65 | 1 | -1/+1 | |
2019-11-08 | tx: sync with transifex | Pablo Barciela | 16 | -96/+130 | |
2019-08-26 | tx: fixed greek translation for user guide | raveit65 | 1 | -7/+8 | |
2019-08-23 | tx: sync with transifex | raveit65 | 105 | -697/+1098 | |
2019-07-01 | tx: sync with transifex | raveit65 | 28 | -151/+1624 | |
2019-07-01 | tx: update resource for transifex | raveit65 | 1 | -3/+3 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-02-25 | tx: sync with transifex | raveit65 | 10 | -24/+31 | |
2019-02-08 | Remove generated files | rbuj | 3 | -885/+0 | |
2019-02-05 | Tx: sync with fixed translations from transifex | raveit65 | 17 | -347/+732 | |
2018-11-15 | tx: sync with transfex | raveit65 | 109 | -14261/+138825 | |
2018-11-15 | Use make functions for HELP_LINGUAS | raveit65 | 1 | -1/+5 | |
2018-09-27 | Update atril_start_window.png | rbuj | 1 | -0/+0 | |
2018-09-26 | tx: fix help link to atril user-guide | raveit65 | 2 | -1/+1142 | |
fixes https://github.com/mate-desktop/atril/commit/e6322d0 | |||||
2018-09-18 | tx: add atril-user-guide to transifex config | raveit65 | 1 | -1/+1 | |
2018-09-16 | Update Catalan screenshot | rbuj | 1 | -0/+0 | |
2018-05-10 | ev-sidebar-links: replace deprecated gtk_menu_popup function | raveit65 | 1 | -1/+0 | |
2018-03-22 | fix distcheck | raveit65 | 1 | -3/+2 | |
2017-09-07 | docs: libview: Re-add type builtins section | Christian Persch | 2 | -1/+16 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=1f729d7 | |||||
2017-09-06 | help: Remove references to removed selection mode | Carlos Garcia Campos | 2 | -7/+0 | |
origin commit: https://git.gnome.org/browse/evince/commit/?id=f44ee84 | |||||
2017-08-14 | libdocument: Add EvAnnotation API using GdkRGBA | Christian Persch | 1 | -0/+2 | |
Add new API to EvAnnotation that uses GdkRGBA, and deprecated the GdkColor using one. Part of https://bugzilla.gnome.org/show_bug.cgi?id=677983 taken from: https://git.gnome.org/browse/evince/commit/?id=c477923 https://git.gnome.org/browse/evince/commit/?id=87ca31d | |||||
2017-08-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 1 | -1/+0 | |
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-04-13 | shell: remove unused code from utils | monsta | 1 | -4/+0 | |
2017-03-06 | docs: Add missing EvAnnotation API to sections.txt | raveit65 | 1 | -0/+20 | |
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=5a7ad5b | |||||
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -2/+0 | |
and require caja >= 1.17.1 | |||||
2016-11-11 | shell: remove metadata migration code | monsta | 1 | -2/+1 | |
taken from: https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc this metadata convert tool had been added to Evince back in 2009, and I'm not sure it ever worked in Atril. time to drop it anyway. | |||||
2016-07-29 | get rid of build-dep on libmate-desktop | monsta | 1 | -3/+1 | |
2015-08-05 | Fix gtk-doc build | infirit | 1 | -1/+3 | |
2015-07-10 | help: fix legal page | raveit65 | 1 | -9/+29 | |
2015-07-09 | help: fix merge conflict in slovenian translation | Monsta | 1 | -1/+1 | |
2015-07-09 | help: fix broken link to feedback page | Monsta | 1 | -1/+1 | |
2015-07-02 | help: fix boken NL atril_start_window.png image | infirit | 1 | -0/+0 | |
2014-08-12 | Fixed Makefile to include webkit outside epub | rootavish | 2 | -3/+3 | |
I noticed I had forgotten to move the webkit check outside the epub plugin, did so now, accordingly modified the module names. | |||||
2014-07-01 | More changes to accomodate webview | rootavish | 1 | -0/+2 | |
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version - Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc - Modified ev-document-model to support epub-documents. - Modified ev-window for epub documents. - Modified jobs so epub pages are not rendered. - Modified ev-document, although I'm not sure if this is necessary. Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation. | |||||
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 25 | -98/+92 | |
2013-05-09 | Fixes for make dist | Stefano Karapetsas | 9 | -9/+0 | |
2013-04-01 | Fix documentation buildmate-document-viewer-1.6.0 | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-18 | update screenshot | oz123 | 1 | -0/+0 | |
2012-09-18 | install atril.html to the right place | oz123 | 1 | -0/+9 | |
2012-09-18 | - convert xml to markdown | oz123 | 3 | -0/+885 | |
- convert the markdown to html - add css from geany's own documentation | |||||
2011-11-09 | renaming libevdocument and libevview to prevent file conflicts | Perberos | 3 | -7/+7 | |
2011-11-09 | renaming evince to atril | Perberos | 51 | -6075/+6075 | |
2011-11-09 | inicial | Perberos | 61 | -0/+28339 | |