Commit graph

8 commits

Author SHA1 Message Date
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
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
Robin Krom
b94d9139f2
I found some research about using the DIB format on the clipboard, which suggests to do it differently.
This implements that change, and potentially solves #348, BUG-2892 and more (maybe SUPPORT-135, #172, #365)
2022-02-01 22:36:16 +01:00
Robin Krom
46a302f5e8
This adds a workaround for #348, removing the usage of the DIB format and replace it with BITMAP. This might break transparency for some applications, but it's not used much in Windows 11 yet. 2022-01-25 10:45:38 +01:00
Robin Krom
a7c3b8579b
Dependency updates 2021-10-04 20:38:45 +02:00
Robin Krom
f084d0e95e
Refactored the editor to be in it's own project, this is a step up to improve maintainability. 2021-04-14 23:19:31 +02:00
Robin Krom
12942c6853
Renamed language files to be more consistent, reduced the memory footprint & IO while creating the list of available languages, changed all URLs to "https". 2021-03-29 11:37:04 +02:00
Robin Krom
79cdca03eb
Renamed the GreenshotPlugin to Greenshot.Base 2021-03-28 21:01:29 +02:00
Renamed from src/GreenshotPlugin/Core/CoreConfiguration.cs (Browse further)