Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sicay1/greenshot

Tags

v1.3.270

Toggle v1.3.270's commit message

Unverified

This user has not yet uploaded their public signing key.
Fixed the return value of the GetOfficeExePath, this should be null s…

…o it's clear the file hasn't been found.

v1.3.265

Toggle v1.3.265's commit message

Unverified

This user has not yet uploaded their public signing key.
Fixed a log error, and made the ClipboardHotkey optional.

v1.3.262

Toggle v1.3.262's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix capturing Maximised windows.

v1.3.261

Toggle v1.3.261's commit message

Unverified

This user has not yet uploaded their public signing key.
Removed old Windows 8 logic, which caused greenshot#403 (which is a v…

…ery unlucky issue number LOL)

This should actually make Greenshot a tiny bit faster and use less resources, but I am not 100% sure about the effects as some windows still seem to have the window class for Windows 8.

v1.3.260

Toggle v1.3.260's commit message

Unverified

This user has not yet uploaded their public signing key.
Some left over fixes for the move to Dapplo.Windows, also updated dep…

…endencies.

v1.3.259

Toggle v1.3.259's commit message

Unverified

This user has not yet uploaded their public signing key.
Removed copying all the dependencies for every plugin, this should fix 

…greenshot#413.

v1.3.258

Toggle v1.3.258's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix crop selection scaling greenshot#404 (greenshot#407)

Disable scaling for horizontal and vertical crop modes.

v1.3.256

Toggle v1.3.256's commit message

Unverified

This user has not yet uploaded their public signing key.
Fixed an issue with the adorner size, which stayed on 0, so it wasn't…

… visible.

v1.3.254

Toggle v1.3.254's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactoring to use Dapplo.Windows (greenshot#398)

* Removed a LOT of the native "Win32" invokes in favor of Dapplo.Windows which was created mainly for Greenshot.
* Changed all usages of Point, Rectangle, RectangleF, Size to the Native versions of those from Dapplo.Windows.Common.
* Small fix for the OCR text feature.

v1.3.249

Toggle v1.3.249's commit message

Unverified

This user has not yet uploaded their public signing key.
Solved the clipboard loading for the DIB file format too, this is rel…

…ated to greenshot#396