ePDFView Version History


  1. Version 0.1.6 (2007-02-26)
  2. Version 0.1.5 (2006-05-15)
  3. Version 0.1.4 (2006-05-13)
  4. Version 0.1.3 (2006-04-24)
  5. Version 0.1.2 (2006-04-17)
  6. Version 0.1.1 (2006-04-16)
  7. Version 0.1.0 (2006-04-13)


Version 0.1.6 (2007-02-26)

New features

  • Support for printer's instances (#42).
  • Support for stdint (i.e, '-') as filename from command line (#59).

Interface improvements

  • About box's link is now clickable (#45).
  • "Open" and "Save As" dialogs now use extension patterns in addition to mime types filters (#50).
  • Full screen support (#33).
  • "Save As" dialog sets the current file's name as the default save name (#72).

Bug fixes

  • Prevent showing the menu entry twice (#40).
  • Fixed typo that check for Poppler version 0.5.2 or higher in order to show the index (#28).
  • The cache is emptied between file loads, so the previous file's page are displayed (#43).
  • Changed the "Save As" dialog's button from "Open" to "Save" (#58).
  • Prevent crashes in FreeBSD when searching in a document (#57).
  • Fixed some bugs rendering pages under some systems (#32)
  • Fixed problems printing documents under some systems, specially 64-bit systems (probably related to #41, though)

Translations updates

  • Added Polish translation by Wojciech Myrda.
  • Added Greek translation by Stavros Giannouris.
  • Added Russian translation by Igor Vagulin.
  • Added Traditional Chinese translation by Wei-Lun Chao.

Version 0.1.5 (2006-05-15)

New features

  • Support for Internet hyperlinks (part of #13).
  • Support for printing using CUPS (#4).
  • Saving document copies (#30).

Interface improvements

  • "/" is now a shortcup for find (#24).
  • The index bar can be shown and hidden using the F9 key, following GNOME's HIG (#26).
  • Better support for keyboard navigation (patch by LoneFox, see #10).
  • Shows the current zoom level on the tool bar (#11).
  • Only the current page number is editable on the tool bar (#37).
  • Zoom to Fit and Zoom to Width remains checked when they are activated and the user clicks on them again (#35).
  • Filters for PDF files in the open file dialog (#25).

Code changes

  • Support for named links in Poppler version 0.5.2 and higher (#28).

Bug fixes

  • Prevent segmentation faults opening some files (#22).
  • Now don't try to add non-existent pages in the page's cache while opening.
  • It's now possible to compile ePDFView using custom flags (#23 and #36).
  • No horizontal scroll bar is show when Zoom to Width is activated (#27).
  • Links works correctly even when the page's size is less than the display size (#34).

Version 0.1.4 (2006-05-13)

New features

  • Support for cross-references links (part of #13).
  • Find text in document (#9).

Interfaces improvements

  • Dialogs can have an alternative button order (#18).
  • Show a wait cursor while loading the document.
  • Show a wait label while rendering a page.
  • Resize the page while waiting for the updated rendered page on changing zoom.
  • Add a shortcut for Show Outline and renamed to Show Index (#16).
  • Remove the help icon on the menu bar (#12).

Code changes

  • The presenters are now IDocument's observers and waits for notifications from it.
  • Most time expensive operations are handled in a separate thread.
  • Rendered page cache to speed up the interface.

Bug fixes

  • The Zoom to Width and Zoom to Fit options works correctly even if the document's pages have different sizes (#21).

Version 0.1.3 (2006-04-24)

Interface improvements

  • Drags the page with the left mouse button.
  • Remembers the window's position and size.
  • The open dialog remembers the last used directory and opens it the next time.
  • Single click to select an outline index (#5).
  • Mouse scrolling (#8).
  • Reloading doesn't change the page position.
  • Zoom to Width and Zoom to Fit are toggle actions and its status is saved bettween sessions (#1).

Bug fixes

  • The file name specified on command line doesn't need to be an absolute path (#3).

Translations updates

  • Added French translation by Mr_Moustache.
  • Added German translation by Moritz Heiber (#6).
  • Added Vietnamesse translation by VnPenguin.

Version 0.1.2 (2006-04-17)

Code changes

  • All function calls to Poppler's functions that used the old Xpdf headers have been changed to function calls to Poppler's glib wrapper functions.

Version 0.1.1 (2006-04-16)

New features

  • Shows the document's outline.
  • Accepts a PDF file name as a command line parameter.
  • Is possible to reload the file.

Interface improvements

  • The status bar, tool bar and outline can be shown and hidden from the view menu.
  • When the page changes, the scrolled view goes to the top of the new page.

Version 0.1.0 (2006-04-13)

  • First public version.