-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 7.4.2 - June 3, 2020 - **Improved:** FileManager will generate higher quality thumbnails (without artifacts) for image files containing an EXIF thumbnail in "Large icons", "Medium icons" and "Tiles" view layouts. Note that this does not effect "Extra large icons" view layout or images without an EXIF thumbnail, because in those cases, higher quality thumbnails were already generated. - **Added:** Better child window management. Minimized windows will be stacked neatly at the bottom like a taskbar (no more on top of each other). Ensured position and size for minimized, restored, maximized states are always correct (e.g. when parent component is resized). Tooltips for long titles on minimized windows. - **Fixed:** An empty window was displayed with component.DisplayMode = DisplayMode.Window (or DisplayMode.Panel) when Hidden = false. - **Improved:** Document Viewer: - **Fixed:** Auto exif orientation for multi-page TIFFs, only first frame was being rotated. - **Improved:** Stability, performance for conversion of raster image files to Portable formats.
- Loading branch information
Showing
10 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Common" version="4.1.5" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.7" /> | ||
<package id="GleamTech.ImageUltimate" version="4.1.5" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.2.5" /> | ||
<package id="GleamTech.FileUltimate" version="7.4.0" /> | ||
<package id="GleamTech.Common" version="4.1.8" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.8" /> | ||
<package id="GleamTech.ImageUltimate" version="4.1.8" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.2.8" /> | ||
<package id="GleamTech.FileUltimate" version="7.4.2" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Common" version="4.1.5" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.7" /> | ||
<package id="GleamTech.ImageUltimate" version="4.1.5" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.2.5" /> | ||
<package id="GleamTech.FileUltimate" version="7.4.0" /> | ||
<package id="GleamTech.Common" version="4.1.8" /> | ||
<package id="GleamTech.VideoUltimate" version="2.1.8" /> | ||
<package id="GleamTech.ImageUltimate" version="4.1.8" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.2.8" /> | ||
<package id="GleamTech.FileUltimate" version="7.4.2" /> | ||
</packages> |