Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-24 | cut-n-paste: Update synctex parser to version 1.16 | raveit65 | 7 | -651/+827 | |
and add missing files from gnome git for better sync to higher version Fixes bug 651263.https://bugzilla.gnome.org/show_bug.cgi?id=651263 Taken from: https://git.gnome.org/browse/evince/commit/?id=05a78e3 | |||||
2016-06-23 | schema: some corrections and a typo fix | monsta | 1 | -4/+4 | |
2016-06-22 | use symbolic arrows only for gtk+-3 | raveit65 | 2 | -0/+12 | |
2016-06-22 | egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit ↵ | raveit65 | 1 | -2/+0 | |
versions | |||||
2016-06-22 | GTK+-3.0: avoid deprecated usage of GtkArrow | raveit65 | 2 | -3/+3 | |
2016-06-22 | Do not use deprecated GTK_TYPE_VBOX definitions | raveit65 | 21 | -36/+59 | |
2016-06-22 | GTK3 ev-timeline: don't use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+5 | |
2016-06-22 | GTK+-3: do not use deprecated gtk_{h/v}box_new | raveit65 | 16 | -0/+55 | |
2016-06-22 | GTK3 egg: don't use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+12 | |
2016-06-21 | po: actually add a new language from Transifex | monsta | 1 | -0/+1 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -2/+18 | |
2016-06-08 | sync with Transiflex | raveit65 | 5 | -44/+46 | |
2016-06-03 | removed old gnome files | monsta | 2 | -2813/+0 | |
2016-06-02 | Merge branch 'master' of github.com:mate-desktop/atril | raveit65 | 7 | -139/+5 | |
2016-06-01 | fix minor build warning | monsta | 1 | -1/+2 | |
2016-06-01 | backend: drop some win32-specific stuff | monsta | 6 | -138/+3 | |
2016-05-26 | ev-window: add new gsetting to set the page cache size | raveit65 | 2 | -3/+32 | |
https://bugzilla.gnome.org/show_bug.cgi?id=642683 inspired from: https://git.gnome.org/browse/evince/commit/?id=392d8e3 https://git.gnome.org/browse/evince/commit/?id=e656398 | |||||
2016-05-26 | shell: Create metadata object even for temp files | raveit65 | 2 | -5/+10 | |
Metadata won't be saved in those cases, but default settings will applied. https://bugzilla.gnome.org/show_bug.cgi?id=680145 taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=6d25b93 | |||||
2016-05-26 | shell: Store and restore current folder when opening or saving file | raveit65 | 2 | -32/+120 | |
Remember the folder last used to open or save a document, attachment or image. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=f6137df22503d88a76cc69f622919ec7bd3582d7 shell: Fix potential read-after-free in gsettings use It's not valid to use '&' with g_settings_get(). https://bugzilla.gnome.org/show_bug.cgi?id=723737 taken from: https://git.gnome.org/browse/evince/commit/?id=41ce0e1 ev-window: Don't crash when trying to save a copy We can not free both folder_uri and parent_uri. If parent_uri is non-NULL then it will point to the same location as folder_uri. Also, parent_uri is now unused so we can just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=727536 taken from: https://git.gnome.org/browse/evince/commit/?id=3850ff5 | |||||
2016-05-26 | shell: Don't set the current folder while saving a file | raveit65 | 1 | -5/+0 | |
Fixes bug 655514. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-8&id=55c1f8231bdab143a1d90f4bd598852d746b08e0 | |||||
2016-05-26 | shell: Do not save file chooser open/save uri | raveit65 | 3 | -76/+6 | |
It doesn't make sense anymore since we have multiple processes. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-2&id=3df6a61 | |||||
2016-05-26 | Add a setting to disable auto-reload | raveit65 | 2 | -1/+9 | |
https://bugzilla.gnome.org/show_bug.cgi?id=669265 taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=a5a0f6 | |||||
2016-05-25 | backend, libdocument: reorganize some includes | monsta | 8 | -8/+3 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 2 | -1/+7 | |
2016-05-21 | sync with transiflex | raveit65 | 12 | -89/+1830 | |
2016-05-17 | Remove the check for a parent, more intuitive conditions | rootavish | 1 | -4/+4 | |
2016-04-26 | window: fix another random webview-related crash | monsta | 1 | -0/+1 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+4 | |
2016-04-06 | release 1.14.0 | raveit65 | 2 | -2/+3 | |
2016-04-06 | Fix Changelog generation | raveit65 | 1 | -13/+9 | |
2016-04-06 | add new languages and sync with transiflex | raveit65 | 86 | -232/+7203 | |
2016-04-05 | update NEWS and pack 1.13.x changes into single 1.14.0 entry | monsta | 1 | -11/+7 | |
2016-04-05 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-02-25 | add css name EggToolbarEditor | raveit65 | 1 | -0/+5 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 2 | -1/+10 | |
2016-02-19 | Sync with Transifex. | Martin Wimpress | 93 | -7345/+7272 | |
2016-02-09 | totem-screensaver: use org.gnome.SessionManager to inhibit screensaver | monsta | 1 | -12/+15 | |
adapted from: https://git.gnome.org/browse/totem/commit/?id=c6fc9c4785904cda4b648dbdbd24958d1010c4a1 https://github.com/linuxmint/xreader/commit/feca69fe519d4c24457d17c0287704aa47688e22 https://github.com/linuxmint/xreader/commit/af897180ec8fb30afb2f96dab23a2f2ae022f087 | |||||
2016-02-09 | totem-screensaver: don't use old API and add ref to TotemScrsaver | monsta | 1 | -34/+8 | |
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5 | |||||
2016-02-09 | totem-screensaver: fix assertions on entry to TotemScrsaver methods | monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88 | |||||
2016-02-09 | totem-screensaver: fix indent and typos | monsta | 1 | -15/+16 | |
2016-02-09 | totem-screensaver: copy from eom to use the same base for patches | monsta | 1 | -30/+30 | |
as of https://github.com/mate-desktop/eom/commit/8615744bde57e487ab2a662811929b889499f4fd | |||||
2016-02-06 | GTK+3: add atril-window style class to top level | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-02-01 | fix some build warnings | monsta | 6 | -12/+1 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+3 | |
2016-01-07 | update copyrights, mention MATE team in caja extension | monsta | 2 | -2/+2 | |
it can be made more detailed of course, but for now it will do. closes https://github.com/mate-desktop/atril/issues/120 | |||||
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -2/+5 | |
2016-01-02 | drop some win32-specific leftovers | Monsta | 4 | -4/+1 | |
2016-01-02 | drop MateConf migration script | Monsta | 2 | -7/+0 | |
2016-01-02 | libdocument: fix typo | Monsta | 1 | -2/+2 | |
closes https://github.com/mate-desktop/atril/issues/182 | |||||
2015-12-18 | Release 1.12.2 | monsta | 2 | -1/+6 | |