This repository was archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Changelog
Patrick edited this page Jun 29, 2021
·
6 revisions
- Added Possibility to change the quality of the rendered image via dpi (MinimalViewer)
- Added ImageTools
- Updated PDFBox version to 2.0.24
- Changed Zoom: The viewer scales now the image and do not render it again if the scaleFactor has changed which is slower than just scale the image
- Changed Renamed several methods
- Changed Project structure
- Changed SplitPane Divider Color
- Added MinimalViewer
- Added SampleViewer
- Added PDFContent
- Added ZoomTool
- Added Parameter for the ViewerEvent
- Added Launcher for the jar executable
- Added Drag'n'Drop to open new PDF
- Renamed CustomEvent, etc. to ViewerEvent, ViewerActionEvent and ViewerEventHandler
- Changed Dark Theme
- Changed ViewerActionEvent for better synchronization between the nodes
- Removed Viewer (replaced by MinimalViewer)
- Removed PDFViewer (Replaced by SampleViewer)
- Removed PagePreview due performance issues
- Updated to Java 11
- Updated project to JavaFX 11
- Updated project to Maven project