|
Revision 113, 1.5 kB
(checked in by jordi, 3 years ago)
|
|
g_file_set_contents() is from Glib 2.8.x series. I changed that to use g_fopen and fwrite to be compatible with 2.6.x series.
|
| Line | |
|---|
| 1 | epdfview 0.1.3 |
|---|
| 2 | ============== |
|---|
| 3 | |
|---|
| 4 | Interface improvements |
|---|
| 5 | |
|---|
| 6 | * Move the page with the left mouse button. |
|---|
| 7 | * Remember window's size and position. |
|---|
| 8 | * 'Zoom to Width' and 'Zoom to Fit' are toggle actions: when the |
|---|
| 9 | window resizes the document also is resized. |
|---|
| 10 | * Single click to select index item from the sidebar. |
|---|
| 11 | * Mouse scrolling. |
|---|
| 12 | * Reloading doesn't change the page's position. |
|---|
| 13 | * Changed 'Next Page' and 'Previous Page' accelerators to use only a |
|---|
| 14 | single key instead of two. |
|---|
| 15 | * Open file dialog remembers the last used directory and opens it |
|---|
| 16 | the next time. |
|---|
| 17 | |
|---|
| 18 | Bug fixes |
|---|
| 19 | |
|---|
| 20 | * The file name from the command line doesn't need to be a full |
|---|
| 21 | path. |
|---|
| 22 | |
|---|
| 23 | Translation updates |
|---|
| 24 | |
|---|
| 25 | * de (Moritz Heiber) |
|---|
| 26 | * fr (Mr_Moustache) |
|---|
| 27 | * vi (VnPenguin) |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | epdfview 0.1.2 |
|---|
| 31 | ============== |
|---|
| 32 | |
|---|
| 33 | Code changes |
|---|
| 34 | |
|---|
| 35 | * All calls to Poppler function have been changed to Poppler's glib |
|---|
| 36 | wrapper, as Poppler is dropping support for Xpdf headers. |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | epdfview 0.1.1 |
|---|
| 40 | ============== |
|---|
| 41 | |
|---|
| 42 | News features |
|---|
| 43 | |
|---|
| 44 | * Show the document's outline. |
|---|
| 45 | * Can open a PDF file directly from the command line. |
|---|
| 46 | * Can reload the same file. |
|---|
| 47 | |
|---|
| 48 | Inteface improvements |
|---|
| 49 | |
|---|
| 50 | * The status, tool and side bars can be shown or hidden from |
|---|
| 51 | the view menu. |
|---|
| 52 | * When the page changed the scroll goes to the top of the page. |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | epdfview 0.1.0 |
|---|
| 56 | ============== |
|---|
| 57 | |
|---|
| 58 | Initial release. |
|---|