~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to help/reference/libview/html/ch01.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 10:30:12 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602103012-liwypsthciko6ae9
Tags: 2.27.1-0ubuntu1
* New upstream version:
  New Features and UI Improvements:
  - Use GtkPrintOperation when printing for the backends that
    support rendering into a cairo context 
  - Recover previous session when running evince after a crash
  - Preliminary annotations support
  - Rename Print Setup menu entry as Page Setup for consistency with
    the GTK+ dialog title 
  - Added F3 as a find-next accelerator key 
  - Support the free Gna! unrar tool in comics backend
  - Add evince-previewer as a separate applicaton that implements
    the printing preview 
  Bug fixes:
  - Fix handling of the tmp folder 
  - Abort dnd operations originated in the same Evince window  
  - Disable bouncing during scrolling 
  - Fix build without gconftool-2 
  - Fix documentation build 
  - Fix error handling of broken documents 
  - Fix several memory leaks in comics backend 
  - Escape URIs for display 
  - Resync with libegg to remove deprecated GTK+ symbols
  - Correct check for exit status of commands in comics backend
  - Add -no-undefined flag for Cygwin build 
  - Use g_file_make_symbolic_link to create symlinks 
  - Delete the temp symlink created when opening a copy
  - Don't redraw again when zoom is set more than once to the same
    scale factor 
  - Fix print preview of empty selection 
  - Don't prevent unmounting in case the initial cwd is on an external device 
  - Create and load the document based on the mime-type provided by
    nautilus instead of using our own documents factory.
  - Fix endianess issues in dvi and tiff backends 
  - Fix memory leak in tiff backend 
  - Fix path where accels file is saved 
  - Fix fading animations 
  - Translate the categories in the nautilus properties tab
* debian/control.in:
  - updated libpoppler and gtk requirements
* debian/patches/01_launchpad.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
</tr></table>
23
23
<div class="chapter" lang="en">
24
24
<div class="titlepage"><div><div><h2 class="title">
25
 
<a name="id2785008"></a>Evince View</h2></div></div></div>
 
25
<a name="id2940997"></a>Evince View</h2></div></div></div>
26
26
<div class="toc"><dl>
27
27
<dt>
28
28
<span class="refentrytitle"><a href="EvJobExport.html">EvJobExport</a></span><span class="refpurpose"></span>
452
452
        EV_RENDER_INCLUDE_SELECTION = 1 &lt;&lt; 2,
453
453
        EV_RENDER_INCLUDE_IMAGES    = 1 &lt;&lt; 3,
454
454
        EV_RENDER_INCLUDE_FORMS     = 1 &lt;&lt; 4,
455
 
        EV_RENDER_INCLUDE_ALL       = (1 &lt;&lt; 5) - 1
 
455
        EV_RENDER_INCLUDE_ANNOTS    = 1 &lt;&lt; 5,
 
456
        EV_RENDER_INCLUDE_ALL       = (1 &lt;&lt; 6) - 1
456
457
} EvRenderFlags;
457
458
 
458
459
 
1037
1038
gboolean            ev_view_previous_page               (EvView *view);
1038
1039
gchar*              ev_view_page_label_from_dest        (EvView *view,
1039
1040
                                                         EvLinkDest *dest);
1040
 
void                ev_view_update_view_size            (EvView *view,
1041
 
                                                         GtkScrolledWindow *scrolled_window);
1042
1041
void                ev_view_autoscroll_start            (EvView *view);
1043
1042
void                ev_view_autoscroll_stop             (EvView *view);
1044
1043
Object Hierarchy
1359
1358
Returns :
1360
1359
 
1361
1360
 
1362
 
ev_view_update_view_size ()ev_view_update_view_sizevoid                ev_view_update_view_size            (EvView *view,
1363
 
                                                         GtkScrolledWindow *scrolled_window);
1364
 
 
1365
 
view :
1366
 
scrolled_window :
1367
 
 
1368
 
 
1369
1361
ev_view_autoscroll_start ()ev_view_autoscroll_startvoid                ev_view_autoscroll_start            (EvView *view);
1370
1362
 
1371
1363
view :