Changeset 176
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r113 r176 1 epdfview 0.1.4 2 ============== 3 4 New features 5 6 * Support cross-references links. 7 * Search text. 8 9 Interface improvements 10 11 * Dialogs can have an alternative button order (LoneFox). 12 * Show a wait cursor while loading the document. 13 * Show a wait label while rendering a page. 14 * Resize the page while waiting for the updated rendered page on 15 changing zoom. 16 * Add a shortcut for "Show Outline" and renamed to "Show Index". 17 * Remove help menu icon. 18 19 Code changes 20 21 * The presenters are now IDocument's observers and waits for 22 notifications messages from it. 23 * Most time expensive operations are now handled in a separate 24 thread. 25 * Implemented a rendered page cache to speed up the interface. 26 27 Bug fixes 28 29 * The Zoom to Width and Zoom to Fit options works correctly even 30 if the document's pages have different sizes. 31 32 1 33 epdfview 0.1.3 2 34 ============== … … 46 78 * Can reload the same file. 47 79 48 Inte face improvements80 Interface improvements 49 81 50 82 * The status, tool and side bars can be shown or hidden from -
trunk/README
r51 r176 9 9 This software is licensed under the GNU General Public License (GPL). 10 10 11 Parts of the code have been based on Poppler's glib interface, which is12 copyright (C) 2004, Red Hat, Inc.13 14 11 15 12 Requirements … … 17 14 18 15 GTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) 19 Poppler version 0.5.0 with Cairo support( http://poppler.freedesktop.org/ )16 Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ ) 20 17 CppUnit to run the test suite ( http://cppunit.sourceforge.net/ ) 18 Doxygen to build the documentation ( http://www.stack.nl/~dimitri/doxygen/ )
