~ubuntu-branches/ubuntu/hardy/evince/hardy-security

« back to all changes in this revision

Viewing changes to shell/ev-pixbuf-cache.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                                                     gint           page);
66
66
GdkRegion     *ev_pixbuf_cache_get_text_mapping     (EvPixbufCache *pixbuf_cache,
67
67
                                                     gint           page);
 
68
GList         *ev_pixbuf_cache_get_form_field_mapping (EvPixbufCache *pixbuf_cache,
 
69
                                                       gint         page);
68
70
void           ev_pixbuf_cache_clear                (EvPixbufCache *pixbuf_cache);
69
71
void           ev_pixbuf_cache_style_changed        (EvPixbufCache *pixbuf_cache);
70
 
 
 
72
void           ev_pixbuf_cache_reload_page          (EvPixbufCache *pixbuf_cache,
 
73
                                                     GdkRegion     *region,
 
74
                                                     gint           page,
 
75
                                                     gint           rotation,
 
76
                                                     gdouble         scale);
71
77
/* Selection */
72
78
cairo_surface_t *ev_pixbuf_cache_get_selection_surface (EvPixbufCache *pixbuf_cache,
73
79
                                                        gint           page,