commit 5a88713d7aa6ace094b75a597554d065e4898668
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   2014-08-15

    Fix make distcheck

M	browser-plugin/Makefile.am
M	previewer/Makefile.am

commit 610cf95973721a563a830e6a65476abb043b652c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    recent-view: Do not show/hide the recent view but open/destroy it

    We can't switch back to recent view anymore, so there's no reason to
    keep the recent view around. This fixes a crash when the document is
    reloaded.

M	shell/ev-window.c

commit 89c9a5985826e9ad624a5a695935eea13bd4ef08
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    shell: Pass NULL to g_app_info_launch_uris() when no uri is given

M	shell/ev-application.c

commit 7dd69b5ffed358aa0777ac237bf2527ecc5d5c3c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    shell: Fix the display comparison by name

    GdkAppLaunchContext uses gdk_screen_make_display_name() when it has a
    name to ruturn the display name, which appens the screen number. Use
    g_str_has_prefix() instead of comparing the whole string.

M	shell/ev-application.c

commit 906f3d2fa4a6f3c2d710eb5116b973e728a83a3f
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-08-15

    shell: Move recent view to the App Menu

    - Present the recent view only for empty new window.
    - Add a "New Window" action to the App Menu to create
    new empty windows.

    https://bugzilla.gnome.org/show_bug.cgi?id=732289

M	shell/ev-application.c
M	shell/ev-toolbar.c
M	shell/ev-window.c
M	shell/evince-menus.ui

commit fb92c6e2d5c18008f282317b331ae94202135837
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-08-15

    Updated Hebrew translation

M	po/he.po

commit 2280b09ec71ee88eeeb7fd8d02adb2985d17a765
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	2014-08-15

    ev-view: Make pan gesture explicitly touch-only

    The default value of this property changed to FALSE in latest
    development
    versions of GTK+, but we do want this gesture to be triggered only by
    touchscreens.

M	libview/ev-view.c

commit 13defb2c083b923b20c5413218309e15d75932f6
Author: Giselle Machado <giselle.mnr@gmail.com>
Date:	2014-06-22

    Refreshing annotations' sidebar upon deletion

    When an annotation is deleted, the sidebar needs to
    be refreshed so that the annotation is removed from
    the list

    See item 3 in this comment:
    https://bugzilla.gnome.org/show_bug.cgi?id=649044#c33

M	libview/ev-view-private.h
M	libview/ev-view.c
M	shell/ev-sidebar-annotations.c
M	shell/ev-sidebar-annotations.h
M	shell/ev-window.c

commit bd5a1a36f8b7e8ccd0ca19af438dd5f42d3aa078
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    libdocument: Make ev_mapping_list_remove void

    There's no reason to return the EvMappingList since it can't be
    modified
    by this function.

M	libdocument/ev-mapping-list.c
M	libdocument/ev-mapping-list.h

commit 20c6b3ba43c4133e0e538ae398b7bbe67ab3d188
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    page-cache: Add flags parameter to ev_page_cache_mark_dirty()

    This allows to specify what is dirty so that it's freed before being
    cached again.

M	libview/ev-page-cache.c
M	libview/ev-page-cache.h
M	libview/ev-view.c

commit 06e91291faef0b0ffd0fd76e55aa56608565da8b
Author: Giselle Machado <gisellemnr@src.gnome.org>
Date:	2014-06-27

    pdf: Reset the annotation mapping when there are no more annotations

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	backend/pdf/ev-poppler.cc

commit 0f19833da90418d76f99c8e1fcf1ebfd67714754
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-15

    Add an option to remove annotations to the view popup menu

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	shell/ev-window.c
M	shell/evince-menus.ui

commit 927e956fef4a33b95c53e57ab6036c422527dbed
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-05-02

    libview: add ev_view_remove_annotation

    Hide annotation windows if necessary and unset selected
    element before removing an annotation.

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	libview/ev-view.c
M	libview/ev-view.h

commit 38ca87184928111f91ef17e8a8f14f3a1cbacb7a
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-05-02

    pdf: Implement remove_annotation virtual func

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	backend/pdf/ev-poppler.cc

commit 5aac9acbe697ace5f238a381cf139dd2e73293f5
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-05-02

    libdocument: add ev_mapping_list_remove

    Needed to remove annotations from a mapping list

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	libdocument/ev-mapping-list.c
M	libdocument/ev-mapping-list.h

commit d0ed4e6903ec8a938bf5d386c2d4e07930a65993
Author: José Aliste <jaliste@gnome.org>
Date:	2012-06-27

    libdocument: Add remove_annotation to DocumentAnnotations.

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	libdocument/ev-document-annotations.c
M	libdocument/ev-document-annotations.h

commit 0f38a2718b572ca862808fe51117862e3435fe57
Author: Giselle Machado <gisellemnr@src.gnome.org>
Date:	2014-06-27

    pdf: Make annotation names unique

    Naming the annotations sequentially by number is
    problematic when they can be removed (see
    https://bugzilla.gnome.org/show_bug.cgi?id=649044#c33).
    This patch changes the annotation names to
    timestamps, guaranteeing that they are indeed
    unique.

    https://bugzilla.gnome.org/show_bug.cgi?id=649044

M	backend/pdf/ev-poppler.cc

commit ae7a5715131613955a37419b5da1d6d9f3c1cb1d
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2014-08-14

    print-operation: Fix centering of documents when printing with a
    manual scale

    When a manual scale is used for printing, the document is not
    correctly
    centered because the cairo context has a scale already applied. We
    need
    to consider the current scale when centering the page and also convert
    the coordinates before the cairo_translate().

    https://bugzilla.gnome.org/show_bug.cgi?id=734788

M	libview/ev-print-operation.c

commit cd6a364a69daec9f7c60a4e8498a27e8c071f721
Author: genodeftest <gnomel10n@genodeftest.de>
Date:	2014-08-14

    Updated German translation

M	po/de.po

commit 67f1a96c5f38b5c3a869ab661e55d1e2e074a385
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:	2014-08-14

    l10n: Update Japanese translation

M	po/ja.po

commit a0a3008d78d5b30d951f25fd90ca0d31402546bf
Author: ngoswami <ngoswami@redhat.com>
Date:	2014-08-13

    Updated Assamese translation

M	po/as.po

commit afc50e7e07c135e22137a33cbf9913713692bf49
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	2014-05-06

    ev-view: Add pan gesture to switch page

    This only applies on non-continuous mode, and the page fits with no
    horizontal scrolling. The gesture is actually connected to the parent
    GtkScrolledWindow (tracked through hierarchy events), so it is able
    to interact with kinetic scrolling gestures there, and cancel those
    if the pan gesture is recognized.

M	libview/ev-view-private.h
M	libview/ev-view.c

commit 6288e4889ed859cfca90e18912270df0b47ffebf
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	2014-08-11

    ev-view: explicitly require a GtkScrolledWindow as the parent widget

    This is implicitly needed in a few places in code, so make the
    requirement
    explicit on ::parent-set.

M	libview/ev-view.c

commit 36c7f21f5c0f96cd5f4761aa5c99c6e9f4bff861
Author: Carlos Garnacho <carlosg@gnome.org>
Date:	2014-03-28

    ev-view: Add pinch/zoom gesture to handle document zooming

    This is delegated on a GtkGestureZoom. When triggered, the document
    will be zoomed based on the distance changes between both fingers.
    When the gesture is not active, regular event handling (text
    selection,
    clicking, etc...) will happen.

M	libview/ev-view-private.h
M	libview/ev-view.c

commit 96e7b9676d485bfa185106c22e18a405a18eb733
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	2014-08-11

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit bd648e54b006252be6c5e9b2ee66d322784078cd
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:	2014-08-11

    Updated Greek translation

M	po/el.po

commit 16b85c841c0a4cf85ef9b007cfafff0c1afa4d9b
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-10

    find-sidebar: Do not use gtk_list_store_clear()

    Set a new model instead. It seems to be more efficient because
    gtk_list_store_clear() ends up emitting row-deleted signal for
    every row
    in the model. We don't want the tree view to relayout, and update
    according to the model for every row since we are going to remove
    all of
    them.

M	shell/ev-find-sidebar.c

commit a0c87e58eb3840a3bf4fca4d43fdb062ca798ebe
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-10

    window: Clear the find job when it finishes

M	shell/ev-window.c

commit 26e52726991f3eb7dac90470ff88dc000348b1f3
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-10

    find-sidebar: Fix memory leak

M	shell/ev-find-sidebar.c

commit 5aef268e09ba81bf34972c342ec9890ff1d3ab7e
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-08-07

    Updated Spanish translation

M	po/es.po

commit eaa411fe01eaab918b484da70ab95d81580612aa
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-08-06

    Updated Hebrew translation

M	po/he.po

commit ab9d0f9d3f2a4e40930500bd31b0aa0cc2aefa3e
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-08-06

    Updated Hebrew translation

M	po/he.po

commit 2806bd5dc451e684b44024ccb5efe22d1e8e5d7e
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2014-05-19

    Add initial implementation of a browser plugin

M	Makefile.am
A	browser-plugin/EvBrowserPlugin.cpp
A	browser-plugin/EvBrowserPlugin.gresource.xml
A	browser-plugin/EvBrowserPlugin.h
A	browser-plugin/EvBrowserPluginMain.cpp
A	browser-plugin/EvBrowserPluginToolbar.cpp
A	browser-plugin/EvBrowserPluginToolbar.h
A	browser-plugin/EvMemoryUtils.h
A	browser-plugin/Makefile.am
A	browser-plugin/evince-browser.css
A	browser-plugin/npapi/npapi.h
A	browser-plugin/npapi/npfunctions.h
A	browser-plugin/npapi/npruntime.h
A	browser-plugin/npapi/nptypes.h
A	browser-plugin/plugin.symbols
A	browser-plugin/tests/data-uri.html
A	browser-plugin/tests/iframe.html
A	browser-plugin/tests/initvalues.html
A	browser-plugin/tests/local.html
A	browser-plugin/tests/multiple.html
A	browser-plugin/tests/remote.html
A	browser-plugin/tests/script.html
A	browser-plugin/tests/test.pdf
M	configure.ac
M	po/POTFILES.in

commit 7fa30cc8c44f2cb1d6d1d8aa197b8c318d65e566
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	2014-08-05

    Updated Basque language

M	po/eu.po

commit bb3f1cc7fe354e47336770ac56f23d2365391fa1
Author: Giselle Machado <gisellemnr@src.gnome.org>
Date:	2014-08-04

    shell: removing function get_num_monitors

M	shell/ev-utils.c
M	shell/ev-utils.h

commit 45990251754225a6f0154624eaa8e5f9e2094357
Author: Joanmarie Diggs <jdiggs@igalia.com>
Date:	2014-07-30

    libview: Emit accessible state-changed signals for form fields

    https://bugzilla.gnome.org/show_bug.cgi?id=733748

M	libview/ev-form-field-accessible.c
M	libview/ev-form-field-accessible.h
M	libview/ev-page-accessible.c
M	libview/ev-page-accessible.h
M	libview/ev-view-accessible.c
M	libview/ev-view-accessible.h
M	libview/ev-view.c

commit 21883321ea13eba97f1222f63a68200951759077
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-08-04

    build: try to fix the build when srcdir != builddir

M	data/Makefile.am
M	previewer/Makefile.am
M	shell/Makefile.am

commit 48110cb41681d8babe94cc8ee3fb26a533d16671
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:	2014-08-04

    previewer: Add CSS file for EvView styling

    EvView CSS used to be shared in adwaita theme, but now that adwaita
    has
    been merged into GTK+ and app specific CSS has been removed, we
    need to
    add the EvView CSS to all of its users.

R100	shell/thumbnail-frame.png	data/thumbnail-frame.png
M	previewer/Makefile.am
M	previewer/ev-previewer-window.c
A	previewer/evince-previewer.css
M	previewer/previewer.gresource.xml
M	shell/Makefile.am

commit f1af2ff883b5fd8f81c0d186c5715f529e653108
Author: MarMav <mavridou@gmail.com>
Date:	2014-08-03

    Updated Greek translation

M	po/el.po

commit 20d0b166d2d2da43e9c55b2a912bee4c6baced28
Author: MarMav <mavridou@gmail.com>
Date:	2014-07-31

    Updated Greek translation

M	po/el.po

commit 11da2316cc04216f22ddc421596781dd506e08b2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2014-07-31

    doap: add <programming-language>

M	evince.doap

commit 4dbda347e095e5963e6b1444ed9befee436d6a54
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-07-31

    Updated Hebrew translation

M	po/he.po

commit f7ebad9d8a2673c408556f61217815d46b485ee9
Author: Olav Vitters <olav@vitters.nl>
Date:	2014-07-30

    doap category core-apps

M	evince.doap

commit 11225b2360cc019c7dea39a50fe74a6e043c6315
Author: Joanmarie Diggs <jdiggs@igalia.com>
Date:	2014-07-30

    libview: Expose an accessible name for form field push buttons

    https://bugzilla.gnome.org/show_bug.cgi?id=733919

M	libview/ev-form-field-accessible.c

commit 5d4fe123d01358bf224b16786f43937746821002
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2014-07-30

    Update Arabic translation

M	po/ar.po

commit 5af0294bf82d0a8a16079f14c35abff2bb86e125
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-07-28

    Updated Spanish translation

M	po/es.po

commit 5e2b909d54e1f859a90373c3169d91e6440cf52b
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:	2014-07-28

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 1af661a44749c145dbbc6273cd094ff93f62288e
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-26

    Show window title also in recent view mode

M	shell/ev-window-title.c
M	shell/ev-window-title.h
M	shell/ev-window.c

commit aaa04be7db421648973116d889316230348453d4
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-26

    window-title: Save the doc title when a new document is set

M	shell/ev-window-title.c

commit 58ae10c68f0100a95ec06dd2335b3e7619b456d1
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-26

    ev-window: Create the window title after the toolbar

    Since window title now uses the toolbar to set the title.

M	shell/ev-window.c

commit 16ba8b8407b237c6a49aac0cb11e1c79b2071f76
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-26

    page-action: Do not show the widget when created

    Let the caller decide whether to show it or not.

M	libmisc/ev-page-action-widget.c

commit acbbaa6d8e3f50e70b2b6f095516217d694a7f8b
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-26

    window-title: Also show title/subtitle in headerbar for password view

M	shell/ev-window-title.c

commit 19ca8fc6b51fa90a151944b3eb4c33d46d8f1020
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-25

    shell: remove tmp_title in window_title_update

    it is not needed and makes the code more confusing.

M	shell/ev-window-title.c

commit c69501361e978c3a437d44c0a80cea7932654497
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-25

    shell: Add subtitle to the headerbar

    Split the title into "PDF Title" in the title of the header bar
    and "filename" on the subtitle of it.

M	shell/ev-window-title.c

commit 3213be229279694fd19a70b917302f2e6340824f
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-25

    shell: Add ev_window_get_toolbar

    We need this to set the title and subtitle of the Toolbar.

    https://bugzilla.gnome.org/show_bug.cgi?id=733746

M	shell/ev-window.c
M	shell/ev-window.h

commit 65711d977a63003e853f497ce00196f69082ec00
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	2014-07-25

    Updated Lithuanian translation

M	po/lt.po

commit 93c88ee25e0cbae636e001451476aaa9ed7eb526
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	2014-07-25

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit f93b9cf77728d05461cc37db47e808bbd8a72967
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-07-25

    ev-toolbar: Fix typo in label

    https://bugzilla.gnome.org/show_bug.cgi?id=73375

M	shell/ev-toolbar.c

commit 32e759ddb9161fed0bdf6f81b356499177ff6527
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    page-action-widget: Reduce the size of the page label for documents
    with special page labels

M	libmisc/ev-page-action-widget.c

commit c85aa7b7be1f790d5299a761becc8ec209e4c3e8
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    Revert "libview: Make the caret cursor movements relative to the
    selection"

    This reverts commit 1141042bd051d0e1ccca349dc0c0c35a2791c775.

M	libview/ev-view.c

commit 1141042bd051d0e1ccca349dc0c0c35a2791c775
Author: Antia Puentes <apuentes@igalia.com>
Date:	2014-07-25

    libview: Make the caret cursor movements relative to the selection

     * Right/left arrow: Position the cursor in the start/end
       boundaries of the selection.
     * Up/Down arrow: Position the cursor one line before/after the
       start/end boundary of the selection.
     * <Ctrl>Right/left arrow: Move by word as it the cursor were in
       the start/end boundaries of the selection.
     * Home/End: Move to the beggining/end of the line containing the
       start/end boundary of the selection.

    Fixed also the equivalent selection commands (+<Shift>)

    https://bugzilla.gnome.org/show_bug.cgi?id=704631

M	libview/ev-view.c

commit ae93d046845f2aac18aef3930de9036929631fc9
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    ev-sidebar-thumbnails: Fix memory leak

    Free the GList returned by gtk_icon_view_get_selected_items().

M	shell/ev-sidebar-thumbnails.c

commit 0f36e46805afb565c1c5d6765e8953abf2ce0c43
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2014-07-25

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 320d10f2bdc757efee275a9ff92d7f4a31e04922
Author: Giselle Machado <gisellemnr@src.gnome.org>
Date:	2014-07-24

    pdf: Add support for adding other types of annotations

    Implementing switch/case to support new annotations as they are
    implemented.

M	backend/pdf/ev-poppler.cc

commit 823741afdebd2bfe01a52bff8e787b707de8dabd
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-07-25

    Updated Hebrew translation

M	po/he.po

commit c44a1dca5332a719fbb4bcf8aadcfb6a8aafa92a
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    comics: Fix a crash when opening a comic document

M	backend/comics/comics-document.c

commit 14195c5f81a41234f08a65e7bf0ddd0a42555fba
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-06-24

    shell: Remove menu for recent items

    Recent menu has been replaced by a bookshelf-like interface.

    https://bugzilla.gnome.org/show_bug.cgi?id=633501

M	shell/Makefile.am
D	shell/ev-recent-menu-model.c
D	shell/ev-recent-menu-model.h
M	shell/ev-toolbar.c
M	shell/ev-window.c
M	shell/evince-menus.ui

commit b0a074da4cd8638a3353518b84009191f5ffadf0
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    recent-view: Remove the scrolled window shadow

M	shell/ev-recent-view.c

commit e02a17a438f4e210b9911ce6a279552097436658
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    Rename ev_application_open_window as ev_application_open_recent_view

M	shell/ev-application.c
M	shell/ev-application.h
M	shell/main.c

commit 7c8a23c554eb898ceaceb3967db4d599e33f5d79
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-07-01

    recent-view: Integrate recent view in the shell

    Given the restrictions of GtkHeaderBar for reparenting, we must
    implement multiple modes for the toolbar, which can be customized
    for Recent View, Full Screen, and Document (normal).

    https://bugzilla.gnome.org/show_bug.cgi?id=633501

M	shell/ev-application.c
M	shell/ev-toolbar.c
M	shell/ev-toolbar.h
M	shell/ev-window.c
M	shell/ev-window.h

commit dd62504bb3febbc52d223a27171951a920625024
Author: Antia Puentes <apuentes@igalia.com>
Date:	2014-07-23

    libview: "<Ctrl>Home/End" move the caret to the start/end of the
    document

    https://bugzilla.gnome.org/show_bug.cgi?id=724273

M	libview/ev-view.c

commit 35c693730221bf990e2245dff2f36399c3d599fa
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-25

    zoom-action: Set the zoom selector size depending on its contents

    Instead of depending on the menu contents, since now we are using a
    popover and we don't need the menu to be the same size as the
    selector.

M	shell/ev-zoom-action.c

commit e92562d263edb08596ee85638b7b88178d1d8355
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-24

    zoom-action: Fix the zoom text when setting 70% or 85%

M	shell/ev-zoom-action.c

commit 738a3df86f23b1e6ff98d17510a48139bcf5d0b9
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-24

    zoom-action: Use a popover instead of a menu for the zoom actions

M	shell/ev-zoom-action.c
M	shell/evince-menus.ui

commit 8246fa2bf0bbcd1114686b4695c75cdfcedf7aba
Author: Joanmarie Diggs <jdiggs@igalia.com>
Date:	2014-07-24

    libview: Emit accessible focused-changed signals for form fields

    https://bugzilla.gnome.org/show_bug.cgi?id=733662

M	libview/ev-form-field-accessible.c
M	libview/ev-form-field-accessible.h
M	libview/ev-page-accessible.c
M	libview/ev-page-accessible.h
M	libview/ev-view-accessible.c
M	libview/ev-view-accessible.h
M	libview/ev-view.c

commit 61d3a03e48fc0aa69b35d424298eee1d314bb074
Author: Antia Puentes <apuentes@igalia.com>
Date:	2014-07-24

    "<Ctrl>Home/End" scroll to the start/end of the document

    Before they scroll to the first/last page. This is now managed
    by the view, instead of the window.

    https://bugzilla.gnome.org/show_bug.cgi?id=724273

M	libview/ev-view.c
M	shell/ev-application.c

commit 5e536e612b88c68a16f1848b43c2a9ef4c6e6d83
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-24

    Remove unused ev_toolbar_create_button and
    ev_toolbar_create_button_group

    https://bugzilla.gnome.org/show_bug.cgi?id=732289

M	shell/ev-toolbar.c

commit 5486942bbeb307eb01575b4f7a024f1999f74d30
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-24

    Remove the	Next-Page and Previous-Page buttons from the toolbar.

    Move the actions to the View menu.
    Also move the Last Page and First Page to the View menu.

    https://bugzilla.gnome.org/show_bug.cgi?id=732289

M	shell/ev-toolbar.c
M	shell/evince-menus.ui

commit 90a2586bd85352d4979553a812fd9ed6b0c4a893
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-24

    libview: Fix g_return condition in set_device_scale_on_surface()

    Fail when device scale is not 1 if hidpi is not available, we
    were doing
    the opposite.

M	libview/ev-pixbuf-cache.c

commit 2d3feb111939ea2cf15d5d749a3d0aa03693e830
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:	2014-02-27

    EvSidebarThumbnails: render thumbnails correctly for hi-dpi displays

    Render thumbnails with resolution from gtk_widget_get_scale_factor()
    and
    recreate them when the scale change. Make the thumbnail-rendering
    helper
    functions create a hi-resolution surface when the widget has a scale
    factor.

    https://bugzilla.gnome.org/show_bug.cgi?id=723431

M	libdocument/ev-document-misc.c
M	shell/ev-sidebar-thumbnails.c

commit 8a7e1cf90155db7073dcf6407c2439e1ac364a7e
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-23

    configure: Don't check for gail anymore

    It's no longer used.

M	configure.ac

commit 37c13b386a89156e616dc24db2cf6a3b64c4c6a7
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:	2014-02-27

    EvPresentationView: Render correctly on hi-dpi displays

    Create rendering jobs with a scale that incorporate the scale
    factor of
    the widget, and then use cairo_surface_set_device_scale() to make the
    resulting surfaces render at the correct size. Handle changes to
    the scale
    factor both for the cached surfaces, and also for the monitor
    dimensions,
    which are reported in scaled coordinates.

    https://bugzilla.gnome.org/show_bug.cgi?id=723431

M	libview/ev-view-presentation.c

commit 1a36427dcaa608edd88016120d3104abd46ee6a3
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-23

    Remove test/Makefile from configure.ac

    We don't need to generate it anymore.

M	configure.ac

commit 86715b088de2ea15ecf9b3cbc40463113945c5d5
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-07-23

    Remove the configure option for tests since we don't have tests
    anymore

M	Makefile.am
M	configure.ac

commit c5a338c00253aeb88901c574ea150b3bd83634e7
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:	2014-03-03

    EvPixbufCache: Handle backends that don't render a selection

    Handle the case where ev_selection_render_selection() doesn't actually
    render a surface - this happens when a backend doesn't implement
    render_selection().

    https://bugzilla.gnome.org/show_bug.cgi?id=723431

M	libview/ev-pixbuf-cache.c

commit 267172418c004ab9f62d6821e0ce9eac2b31ddae
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-23

    Delete test directory.

    Tests have been broken since gtk3, and we are adding updated
    tests soon.

D	test/3-page.pdf
D	test/4-page.pdf
D	test/Makefile.am
D	test/test-encrypt.pdf
D	test/test-links.pdf
D	test/test-mime.bin
D	test/test-page-labels.pdf
D	test/test-print-combinations.py
D	test/test1.py
D	test/test2.py
D	test/test3.py
D	test/test4.py
D	test/test5.py
D	test/test6.py
D	test/test7.py

commit a612f809e4e23d88a661a9604ce84f332189a658
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:	2014-02-27

    EvView: render correctly on hi-dpi displays

    Make EvPixbufCache generate surfaces with extra resolution based on
    gtk_widget_get_scale_factor(). Handle cairo surfaces with a device
    scale in ev_view_draw(). Trigger an update of the pixbuf cache when
    the scale factor changes.

    https://bugzilla.gnome.org/show_bug.cgi?id=723431

M	libview/ev-pixbuf-cache.c
M	libview/ev-view.c

commit d20506bd4eb716c0ed0490a711afa1bd29282033
Author: José Aliste <jaliste@src.gnome.org>
Date:	2014-07-21

    Bump Gtk+ requirements to 3.12

    We are now using gtk_application_set_accels_for_action,
    which was introduced in gtk+-3.12.

    See https://bugzilla.gnome.org/show_bug.cgi?id=733392

M	configure.ac

commit 69b5148db266c35f0da6fffb0ae8cb80d6fb8268
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2014-07-21

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 7f007dfa3ae611268cede405e8a041e084e073b8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2014-07-21

    Updated Norwegian bokmål translation.

M	po/nb.po

commit fb6fdd7b2750bf9fc8e31eb7def1942999176128
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	2014-07-14

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit d031b0c3efa71385d431d8124dc30a8f5eac0ae7
Author: GunChleoc <fios@foramnagaidhlig.net>
Date:	2014-07-11

    Updated Scottish Gaelic translation

M	po/gd.po

commit 146f874c72e4aa14c22b58e561ab77b5c939ab0e
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-07-09

    window: The menu icon name changed to open-menu-symbolic

M	shell/ev-toolbar.c

commit 33ec7fa7237558463f456d90066c6ef29a92249c
Author: MarMav <mavridou@gmail.com>
Date:	2014-07-09

    Updated Greek translation

M	po/el.po

commit cc55d7383cf6be5a54ea457248add091c936e80d
Author: Balázs Úr <urbalazs@gmail.com>
Date:	2014-07-08

    Updated Hungarian translation

M	help/hu/hu.po

commit 20e0c063a56bde59cfdafbf431e04e0869e63a85
Author: David King <amigadave@amigadave.com>
Date:	2014-07-04

    Fix Greek, Finnish and French help translations

M	help/el/el.po
M	help/fi/fi.po
M	help/fr/fr.po

commit 771ef3612fcbf25f2f5f031425555fa7921c9ad9
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-07-03

    Updated Spanish translation

M	help/es/es.po

commit 210d77e4a7e5f274b1412ddfc3bf32a3a4b3918e
Author: Germán Poo-Caamaño <gpoo@gnome.org>
Date:	2014-07-01

    recent-view: Fix build when libgnome-desktop is not available

M	shell/ev-recent-view.c

commit 6c3e1d5f5c297d0158d4bfe027a7e16cec6831bb
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-30

    recent-view: Cache documents metadata and thumbnail

    Use the GVFS metadata to save the title and author and the desktop
    thumbnails
    cache to save the thumbnails if libgnome-desktop is available.

M	configure.ac
M	shell/ev-recent-view.c
M	shell/ev-window.c

commit 097a2d3d8bbc12ccb3599299e7594342fc78584e
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-06-30

    Updated Spanish translation

M	po/es.po

commit 2f083c5a1cded104854a9c522dc068127d74deea
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-29

    ev-zoom-action: Allow the zoom action to be smaller

    Override get_preferred_width to ignore the natural size of the entry.

M	shell/ev-zoom-action.c

commit f98937821439639ca44c2ec3b223a72ac1cbecab
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-29

    ev-zoom-action: Keep a reference of the GMenu

    This used to work because GTK+ was leaking the menu.

M	shell/ev-zoom-action.c

commit 9981e405ea738af587d10a7ae817e4df654c26b7
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-29

    toolbar: Stop creating GtkToolItems to contain toolbar elements

    Since it's no longer a GtkToolbar we can just add the widgets to
    the header
    bar without the tool item container.

M	shell/ev-toolbar.c

commit 1a6c9dfce4fe064d193e0cdd221a0d299a0b54d1
Author: Joanmarie Diggs <jdiggs@igalia.com>
Date:	2014-06-27

    ev-link-accessible: Improve efficiency of methods to get start and
    end indices

    * Store the value to eliminate unnecessary iteration through
      character rects
    * Calculate the end index forward from the start index rather
      than backwards from the last character on the page

    https://bugzilla.gnome.org/show_bug.cgi?id=732340

M	libview/ev-link-accessible.c

commit 36dbbbe6528d7611589762a7092e5e10dee962d3
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:	2014-06-28

    Updated Hebrew translation

M	po/he.po

commit b3823a72c116fa6bbbbf52c15eb39d2155c60f2e
Author: Muhammet Kara <muhammetk@gmail.com>
Date:	2014-06-28

    Updated Turkish translation

M	po/tr.po

commit 54c1c3fa2db61a5c56a02814056d0f0b3e71cf3a
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-28

    shell: Remove the shadow of the main scrolled window

    It doesn't look good with the header bar

M	shell/ev-window.c

commit 74f30f592726fa64534c6e26f66eb7aa5396fd00
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-28

    css: Bring back page borders with current GTK+ and
    gnome-themes-standard

    Adwaita theme has been moved to GTK+ and CSS specific to aplications
    has
    been removed.

M	shell/evince.css

commit 892daabfd9b20f0eeff5168ab496eb2a10f8afca
Author: Andika Triwidada <andika@gmail.com>
Date:	2014-06-28

    Updated Indonesian translation

M	po/id.po

commit 225a09fdc7daa8e69b9ba38c998f0bdf225606cd
Author: Benjamin Steinwender <b@stbe.at>
Date:	2014-06-27

    Updated German translation

M	po/de.po

commit b211de12bd43c04648f15d94ab13a310adc55afb
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:	2014-06-26

    Updated Russian translation

M	po/ru.po

commit 03d62bf56df5860d4df280ecc3932e3cea29ad72
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:	2014-06-25

    release: 3.13.3.1

M	NEWS
M	configure.ac