~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to shell/ev-view-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-28 00:52:00 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20070828005200-rlvppnjnsbthtc1l
Tags: 2.19.4-0ubuntu1
* New upstream version:
  Bug fixes:
  - Find works when findbar is hidden
  - Use directly cairo_surface_get_content
  - Great speedup by using CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32
    (LP: #122786)
  - Fix for embedded thumbnails dimension and rotation
  - Avoid ifdefs inside macros
  - Memory leak fixes
  - New icon sizes
  - Invalid read fix
  - Fix multihead problems in toolbar editor
  - Use the same cairo context for every page in the same expose event
* debian/patches/02_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        char *find_status;
82
82
        int find_result;
83
83
        gboolean jump_to_find_result;
 
84
        gboolean highlight_find_results;
84
85
        
85
86
        EvPageCache *page_cache;
86
87
        EvPixbufCache *pixbuf_cache;