commit d73ba192af4b61d795715dd3cc0e64c7e85469a1 Author: José Aliste Date: 2013-01-11 djvu: Use dpi of pages to compute scaling factor https://bugzilla.gnome.org/show_bug.cgi?id=580891 M backend/djvu/djvu-document.c commit 08dbb3dc25f761ab7f1f2ca905842823c90feed3 Author: Brennan Shacklett Date: 2013-02-02 shell: Fix a crash when failed to connect to D-BUS daemon The patch checks for a null pointer in the code that was causing the segfault and instead of just returning from the dbus enabled open uri code falls back to the function that opens documents with dbus support when the program doesn't have a connection to dbus. https://bugzilla.gnome.org/show_bug.cgi?id=691672 M shell/ev-application.c M shell/ev-window.c commit 792d8787051fd51b63dfdbd4f22ab324d1c8d34b Author: Carlos Garcia Campos Date: 2013-02-02 libview: Don't change the font color of the annotation window We were using the annotation color, but it should only be used for the background of the annotation window. https://bugzilla.gnome.org/show_bug.cgi?id=677471 M libview/ev-annotation-window.c commit 160f7f50e9cbfc31bde402e3cfbe08ac5ad624c3 Author: Quentin Glidic Date: 2013-01-26 configure.ac: Move x11 dependency to xsmp support totem-screensaver is gone and egg_smclient is used for xsmp support only https://bugzilla.gnome.org/show_bug.cgi?id=692591 M configure.ac commit 3ff1c245d9cd3e3e91815dc6a25da4b5cb642c06 Author: Carlos Garcia Campos Date: 2013-02-02 Show accelerators in action menu https://bugzilla.gnome.org/show_bug.cgi?id=692960 M shell/evince-ui.xml commit 98511ff3e7ed9ed38ea7c65e9a5a7d798dec788b Author: Carlos Garcia Campos Date: 2013-02-02 Show the action menu when F10 is pressed https://bugzilla.gnome.org/show_bug.cgi?id=692909 M shell/ev-toolbar.c M shell/ev-toolbar.h M shell/ev-window.c M shell/evince-ui.xml commit 17859243df98bcd9698c67081f2443a08e60caeb Author: Cosimo Cecchi Date: 2013-02-01 ev-view: call gtk_style_context_set_background() Even if we now render a background in _draw() with gtk_render_background, using gtk_style_context_set_background() in realize makes the backing GdkWindow not being completely transparent, which enables GTK to apply optimizations during the paint cycle. The result is, especially in clutter-gtk applications such as Documents, scrolling in a document page is much smoother. https://bugzilla.gnome.org/show_bug.cgi?id=692988 M libview/ev-view.c commit f56669af10f09046e6e8f32d95335e58deef7498 Author: Gheyret Kenji Date: 2013-02-02 Updated Uyghur translation Signed-off-by: Gheyret Kenji M po/ug.po commit c664d30d2cf27a30adc52918b700e2fad616bcf8 Author: Wouter Bolsterlee Date: 2013-02-01 Updated Dutch translation M po/nl.po commit 0d3e88dafa5ed832d26aa62bfc3a6fb670874b3e Author: Piotr Drąg Date: 2013-01-31 Updated Polish translation M po/pl.po commit 8f1a0e0d6802c4dad56165b549ffafc8aaa9fbca Author: Inaki Larranaga Murgoitio Date: 2013-01-31 Updated Basque language M po/eu.po commit da7296f4f4878fc1d4443fe5988d8a01ae01f510 Author: William Jon McCann Date: 2013-01-29 Add include for document-text https://bugzilla.gnome.org/show_bug.cgi?id=692778 M evince-document.h commit 7d9c9ded46eaaa4779455cadf9a53fdfa49163d2 Author: Cosimo Cecchi Date: 2013-01-07 ev-job-find: mark two methods as skip Methods that use a double pointer to a GList cannot be annotated properly, so skip them until we have a better introspectable API. https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libview/ev-jobs.c M libview/ev-view.c commit 1d87fc535bbe6c2fbb7ec875ec5b1573d6f932f0 Author: Cosimo Cecchi Date: 2013-01-07 ev-jobs: have ev_job_failed_from_error shadow ev_job_failed Since the latter uses varargs and will never be introspectable. https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libview/ev-jobs.c commit 4bc744c4070dbbadc489090506be584137586d73 Author: Cosimo Cecchi Date: 2013-01-07 libview: add missing transfer and element-type annotations https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libview/ev-job-scheduler.c M libview/ev-print-operation.c commit d6f7e03dd53639e2a3470f128d3b327636cf3dea Author: Cosimo Cecchi Date: 2013-01-07 ev-mapping-list: make a boxed type And fix a number of introspection warnings. https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-mapping-list.c M libdocument/ev-mapping-list.h commit 7917b62ddf8a345bb0af435d13f50601366d51d1 Author: Cosimo Cecchi Date: 2013-01-07 libdocument: add missing transfer and element-type annotations https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-annotation.c M libdocument/ev-document-attachments.c M libdocument/ev-document-factory.c M libdocument/ev-document-find.c M libdocument/ev-document-images.c M libdocument/ev-document-layers.c M libdocument/ev-document-links.c M libdocument/ev-document-misc.c M libdocument/ev-document-transition.c M libdocument/ev-document.c M libdocument/ev-file-helpers.c M libdocument/ev-image.c M libdocument/ev-link-action.c M libdocument/ev-link.c commit f4fbfcaad6831e9dc569087d6cbdebe1be47bb3b Author: Khaled Hosny Date: 2013-01-26 Update Arabic translation M po/ar.po commit 23048af917d324325544b0d8757ad2c417e1b0d3 Author: Carlos Garcia Campos Date: 2013-01-24 ev-view-accessible: Fix some coding style issues M libview/ev-view-accessible.c commit 0897a7d75c2a2f75ac4509e5bd0cbba1b5109c96 Author: Carlos Garcia Campos Date: 2013-01-24 ev-view-accessible: Add helper function to get text before, at or after offset To avoid duplicated code. M libview/ev-view-accessible.c commit 71eff679d27194f826e11ed5fae4caa258157940 Author: Kjartan Maraas Date: 2013-01-21 Updated Norwegian bokmål translation M po/nb.po commit 1b873f302e572a021ee0255d696ba64169c7e18a Author: Alban Browaeys Date: 2012-11-08 libview: introspection - build against internal libevdocument https://bugzilla.gnome.org/show_bug.cgi?id=692136 M libview/Makefile.am commit 0291193fc38f22f3022c79599d8e7b9c3eb98886 Author: Carlos Garcia Campos Date: 2013-01-17 libview: Make EvLinkAccessible implement AtkAction M libview/ev-link-accessible.c commit 6c1d1a25c45e102cabb121a0df2254b2b04aba4c Author: Carlos Garcia Campos Date: 2013-01-18 libview: Implement AtkHypertext interface https://bugzilla.gnome.org/show_bug.cgi?id=639403 M libview/Makefile.am A libview/ev-link-accessible.c A libview/ev-link-accessible.h M libview/ev-view-accessible.c commit b645f0f0b29405a196913fecba0e6c2992b5f7c7 Author: Мирослав Николић Date: 2013-01-18 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 19db23aaf53f0c740212d2b764773d91404d8528 Author: Carlos Garcia Campos Date: 2013-01-17 libdocument: Add length and nth methods to EvMappingList M libdocument/ev-mapping-list.c M libdocument/ev-mapping-list.h commit 751df481af5d6148302c047de948dd514888c578 Author: Carlos Garcia Campos Date: 2013-01-17 ev-view: Inlcude ev-jobs in ev-view.h M libview/ev-view.h commit ae1ace1ec4168674a57f0479282d22bc10f8f228 Author: Carlos Garcia Campos Date: 2013-01-16 ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() In ev_view_accessible_get_character_extents(). M libview/ev-view-accessible.c commit 28bd4056de6d6edcf1869375f4ba4eec05a2b2b1 Author: Carlos Garcia Campos Date: 2013-01-16 ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() In ev_view_accessible_get_offset_at_point(). M libview/ev-view-accessible.c commit d4e458c3c083f5fb0099cdacd0114ce31793bb38 Author: Carlos Garcia Campos Date: 2013-01-15 libview: Rename EvView coordinate transformation functions and make them public internally So that they can be used from other files. M libview/ev-view-private.h M libview/ev-view.c commit 8ee8b7e3595125bf7270ea16b3253e2312d00a91 Author: Cosimo Cecchi Date: 2013-01-07 ev-view: add missing semicolon to gtk-doc comment g-ir-scanner will emit a warning otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libview/ev-view.c commit d37cbf313563f671aef878ab457235dc0b77d60b Author: Cosimo Cecchi Date: 2013-01-07 ev-file-helpers: use same parameter name between header and function https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-file-helpers.c M libdocument/ev-file-helpers.h commit 87ca31d567c70b2ab655d33888b9b5b2be85defa Author: Cosimo Cecchi Date: 2013-01-07 ev-annotation: use correct variable names in function prototype https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-annotation.h commit 376852b5b15d80836bc6c4d63694f3a5ceee6939 Author: Cosimo Cecchi Date: 2013-01-07 ev-document: use right parameters name in gtk-doc comment https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-document.c commit bc66ce25982f3310503f32588183cf3a19c95b00 Author: Cosimo Cecchi Date: 2013-01-07 ev-file-helpers: use correct syntax for gtk-doc comment If it's a gtk-doc comment, it must start with the name of the function, or the parser will complain. https://bugzilla.gnome.org/show_bug.cgi?id=691354 M libdocument/ev-file-helpers.c commit 00c4a358b1d1689b0e14eb83eebd2e9323d68a7e Author: Cosimo Cecchi Date: 2013-01-07 Mark un-namespaced define as private https://bugzilla.gnome.org/show_bug.cgi?id=691354 M help/reference/libdocument/libevdocument-sections.txt M libdocument/ev-document-info.h commit 66bf94d5ea4d5dd1fa8ad735ef8209b122807afe Author: Theppitak Karoonboonyanan Date: 2013-01-14 Updated Thai translation M po/th.po commit 6c669792df02b2a9e6e14f7db099317cb4cf33f3 Author: Fran Diéguez Date: 2013-01-13 Updated Galician translations M po/gl.po commit cd5691154e6bd302a4bbc031f99bc94139edd384 Author: Gheyret Kenji Date: 2013-01-13 Updated Uyghur translation Signed-off-by: Gheyret Kenji M po/ug.po commit 6e11cf4281c4968b366101af73b6a53842aa24b4 Author: Matej Urbančič Date: 2013-01-12 Updated Slovenian translation M po/sl.po commit 04018eed83a094ae4d3f6fc4027962015745349c Author: Carlos Garcia Campos Date: 2013-01-12 release: 3.7.4 M NEWS M configure.ac