Nathan_B
8e98cdbfb5
Add Hotkey for Resize Button in Editor ( #480 )
2025-05-23 15:02:44 +02:00
Jens Glathe
789a569706
fix: handle picky Win11 ToastNotificationService ( #487 )
2025-05-23 14:55:54 +02:00
Julien Richard
6400b08a8c
Fix scaling with fixed ratio ( #514 )
2025-05-23 14:43:28 +02:00
Nathan_B
1f0ae08a52
#572 Fix Error when Opening .greenshot File with Arrows
2025-05-22 18:42:02 +02:00
jklingen
95d4c1c2d1
Publish Unsigned Release on Commit and Purge CloudFlare Cache on Pages Build ( #583 )
2025-05-21 12:53:32 +02:00
Christian Schulz
cc063b6426
Calculate optimal font size for StepLabel #457 ( #460 )
2025-05-21 07:40:19 +02:00
Thomas Braun
ff260bae52
Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3
2025-05-16 15:53:24 +02:00
Thomas Braun
15d5888090
changed token
2025-05-16 15:52:31 +02:00
jklingen
c8f424b72e
Fix Reference to Token
2025-05-16 15:49:26 +02:00
Thomas Braun
262307e61e
fixed branch changes
2025-05-16 15:34:51 +02:00
jklingen
cac566c70a
Add Release Script ( #581 )
2025-05-16 15:17:26 +02:00
jklingen
245f6f261b
Enhance Readme with Link to Releases ( #549 )
2024-08-18 11:22:45 +02:00
jklingen
bb7a374390
Create SECURITY.md
2023-10-03 16:11:09 +02:00
Jens Glathe
a3e65fee6f
add install option to disable the default win11 prtscr tool ( #484 )
...
Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
2023-04-16 19:25:14 +02:00
Robin Krom
f862e79485
Fixed SvgContainer support for the .greenshot file
2023-03-27 22:43:03 +02:00
Robin Krom
099e656963
Brought back IconContainer support to the .greenshot format, Svg is still causing issue.
2023-03-27 22:27:02 +02:00
Robin Krom
a152e2883f
This should improve the backwards compatibility for the .greenshot file from earlier versions. This was also addressed in #375
2023-03-27 21:51:01 +02:00
Robin Krom
7e005f741a
Fixed #441 , swapped left & top.
2022-10-05 22:29:01 +02:00
Robin Krom
4c6707b468
Fixed #432 , inflate is not the best way of increasing a rectangle size.
2022-09-28 20:53:57 +02:00
Robin Krom
9634f8abbc
Updated dependencies.
2022-09-04 15:35:38 +02:00
Robin Krom
029d47f479
Added some NPE protections for BUG-2991
2022-09-03 15:11:16 +02:00
Robin Krom
511034a34b
Fixed the return value of the GetOfficeExePath, this should be null so it's clear the file hasn't been found.
2022-08-17 23:12:55 +02:00
Robin Krom
296dc9f340
Formatting
2022-08-17 23:09:44 +02:00
Robin Krom
af3c22c38c
Optimized the code to find the office executable even more.
2022-08-17 23:08:59 +02:00
Robin Krom
3e88093846
Some aftercare for #431 , moved the code to find the path for the office executables to the office plugin, as this is where it's needed. Also optimized the code a bit, using modern features.
2022-08-17 23:01:24 +02:00
jdavila71
ba8ed074c8
Fix of BUG-2951, issues with finding Office installations ( #431 )
2022-08-17 22:01:01 +02:00
Robin Krom
2b5e45e33e
Fixed a log error, and made the ClipboardHotkey optional.
2022-06-30 23:47:38 +02:00
Robin Krom
bfa8e2444e
This should hopefully fix an overflow exception while decoding the dib format.
2022-06-30 23:34:51 +02:00
Robin Krom
48675b01f0
Modified the configuration handling, added code to remove tokens when upgrading from 1.2 as these no longer work. See #421
2022-06-30 22:57:55 +02:00
Robin Krom
36a285ebd4
Fix capturing Maximised windows.
2022-06-28 22:17:56 +02:00
Robin Krom
f50f205b70
Removed old Windows 8 logic, which caused #403 (which is a very 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.
2022-06-28 16:28:26 +02:00
Robin Krom
4c7494dd74
Some left over fixes for the move to Dapplo.Windows, also updated dependencies.
2022-06-26 01:40:53 +02:00
Robin Krom
3f6f9863f8
Removed copying all the dependencies for every plugin, this should fix #413 .
2022-06-03 11:23:27 +02:00
Christian Schulz
bd03e18ddc
Bugfix crop selection scaling #404 ( #407 )
...
Disable scaling for horizontal and vertical crop modes.
2022-05-21 22:57:20 +02:00
Robin Krom
94591e5b14
Small fixes to the VectorGraphicsContainer, to align it with the possible coming EmojiContainer. Still having issues with Scaling code, this needs to be fixed. [skip ci]
2022-04-14 11:58:52 +02:00
Robin Krom
8880578f77
Fixed an issue with the adorner size, which stayed on 0, so it wasn't visible.
2022-04-13 20:42:33 +02:00
Robin Krom
acdbdeca3c
Fix drawing (dragging) a new element on the surface, which happened after the previous larger PR. Note: the adorners are somehow not visible yet. [skip ci]
2022-04-13 15:32:36 +02:00
Robin Krom
13e2e67e7c
Refactoring to use Dapplo.Windows ( #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.
2022-04-13 09:56:00 +02:00
Christian Schulz
8aca1c8282
DrawableContainer extended to indicate if confirm/cancel is available. #397 ( #399 )
2022-04-13 09:53:46 +02:00
bovirus
15db5a1a3f
Update Italian language ( #394 )
2022-04-02 21:15:15 +02:00
Robin Krom
64c77ea8d9
Some code improvements which make some later features possible (maybe having a bezier for a line) [skip ci]
2022-03-29 22:38:28 +02:00
Robin Krom
78cbb055cb
Added better error handling for reading the bitmap [skip ci]
2022-03-29 20:35:43 +02:00
Robin Krom
9ae5598ab8
Solved the clipboard loading for the DIB file format too, this is related to #396
2022-03-29 09:05:25 +02:00
Robin Krom
83b308cb4b
Boolean logic fix to help with #396 , this at least should solve the issue for .PNG, other formats are pending. [skip ci]
2022-03-28 16:00:51 +02:00
Robin Krom
d6055416c8
Enhanced the adorner interface and the drawing to make it easier to configure with different colors. [skip ci]
2022-03-28 14:53:17 +02:00
Robin Krom
2721ee06a2
Fix #392 , The DibFileFormatHandler wasn't registered with the name which is stored in DataFormats.Dib
2022-03-23 21:59:18 +01:00
Robin Krom
5bc52e4d55
Validate the FreehandSensitivity as was reported in BUG-2923. [skip ci]
2022-03-23 09:46:14 +01:00
Christian Schulz
56c26ac038
Enhanced ability to crop an image vertically and horizontally. #249 ( #388 )
...
Co-authored-by: Robin Krom <robin@getgreenshot.org>
2022-03-22 11:57:01 +01:00
Robin Krom
4a66a4dbe2
Removed some chattiness in the log. [skip ci]
2022-03-22 11:42:52 +01:00
Robin Krom
8014199bb6
Fix for #390 by limiting the length of the displayed title.
2022-03-22 11:32:30 +01:00