Commit graph

2098 commits

Author SHA1 Message Date
Robin Krom
42d8fdd15e
Fix for #303 where the combobox is editable, it does change the drawing a bit. [skip ci] 2021-03-29 22:57:10 +02:00
Robin Krom
c1886da940
Small fixes for the README.md and readme.txt, and a bugfix in the language information. 2021-03-29 11:53:12 +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
b4d682dc11
Fixing latest project renames 2021-03-28 21:42:10 +02:00
Robin Krom
7f8e7ce056
Fixing the devops build 2021-03-28 21:33:36 +02:00
Robin Krom
790c389c4c
Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3 2021-03-28 21:28:42 +02:00
Robin Krom
6dfe7fe849
Project cleanup (#302)
* Renamed the projects
* Refactoring of the namespaces
* Moving the Inno-Setup files away from the application project.
* Code formatting (indents etc.) to get it consistent, simplify it for contributors.
* Renamed the GreenshotPlugin to Greenshot.Base
2021-03-28 21:04:09 +02:00
Robin Krom
79cdca03eb
Renamed the GreenshotPlugin to Greenshot.Base 2021-03-28 21:01:29 +02:00
Robin Krom
e8c0b307ee
Code formatting (indents etc.) to get it consistent, simplify it for contributors. 2021-03-28 19:24:26 +02:00
Robin Krom
726644de99
Moving the Inno-Setup files away from the application project. 2021-03-28 19:17:35 +02:00
Robin Krom
62bd0fe256
Refactoring of the namespaces 2021-03-28 12:53:01 +02:00
Robin Krom
c6bdaa8a87
More file renaming for a more clear project structure. 2021-03-28 11:31:05 +02:00
Robin Krom
2467be8c94
Merge remote-tracking branch 'remotes/origin/release/1.3' into release/1.3 2021-03-28 11:21:57 +02:00
TotalCaesar659
b51fa38313
Fix typos (#301) [skip ci]
* Fix typos
* Update URL to HTTPS
2021-03-28 11:19:43 +02:00
Robin Krom
d25993f91e
Renamed the projects 2021-03-27 22:36:03 +01:00
Robin Krom
11f586ab36
Restructuring the project, first steps. 2021-03-27 22:30:25 +01:00
Robin Krom
2fdb667d70
Fix for build error 2021-03-27 20:11:14 +01:00
jklingen
4a959621ff
Fix Inconsistent Scale Behavior when Scaling Objects with Shift Modifier (#300)
* Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained
* Refactor adjustCoordsForRationalScale to Get Rid of Code Duplication and Improve Comprehensibility
* Rename getNewSizeForRationalScale to GetNewSizeForRationalScale for Consistency
2021-03-27 19:54:31 +01:00
Robin Krom
56df0dbca5
Added a missing file in the installer for the windows 10 plugin. [skip ci] 2021-03-27 00:34:50 +01:00
Robin Krom
19fb98ae55
Get rid of embedded browser (#255)
This change makes it possible to use Box, DropBox and Imgur with the default browser, instead of the embedded which causes many issues. Other plugins need to follow.
2021-03-27 00:11:06 +01:00
Robin Krom
ecb1b91ae7
Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3 2021-03-26 22:31:08 +01:00
Robin Krom
b22d982f36
Revert of the change to the DWMWINDOWATTRIBUTE, as the enum values were not fixed we lost some functionality. Also fixed some potential issues with the ThumbnailForm, and aligned a bit of code with Dapplo.Window [skip ci] 2021-03-26 22:30:28 +01:00
Robin Krom
e9d12dbe4e
When moving from graphics.DrawString to TextRenderer.DrawText, to fix #283, the line wrapping was broken. This should fix it. (#297) 2021-03-23 09:05:46 +01:00
Robin Krom
d637efbb70
BUG-2748 and fixed #295 - Do not remove the default constructor on a destination... 2021-03-22 00:09:16 +01:00
Robin Krom
2bbaa4a9a7
Removed more dead code 2021-03-21 23:44:25 +01:00
Robin Krom
601236833b
Fixed #279, all ExternalCommands where duplicated due to creating them in the wrong place. 2021-03-21 23:10:05 +01:00
Robin Krom
26fe579d31
Improved the support for dragging and dropping images from a website, now also parsing HTML img src information, to be able to download that image. For this we need the HtmlAgilityPack.dll (#294)
Removed a lot of dead code, and remove the old OCR code as we don't even know if it still works.
2021-03-21 22:34:17 +01:00
Robin Krom
90cab1e8a3
Added CODE_OF_CONDUCT.md, CONTRIBUTING.md, .editorconfig and the LICENSE [skip ci] 2021-03-21 17:48:54 +01:00
jklingen
18794fb4ce Revert "Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained"
This reverts commit fb843fb, committed to this branch uninentionally
2021-03-21 17:31:17 +01:00
jklingen
fb843fb414 Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained 2021-03-21 17:25:25 +01:00
Robin Krom
d54a1a66b3
Merge pull request #292 from TotalCaesar659/update-urls-to-https [skip ci]
Update URLs to HTTPS
2021-03-20 22:42:20 +01:00
TotalCaesar659
93ddd56b8b
Update README.md 2021-03-20 17:51:20 +03:00
TotalCaesar659
96f26f68c2
Update URLs to HTTPS 2021-03-20 17:50:52 +03:00
Robin Krom
6e2638794c
Merge pull request #291 from bovirus/patch-4 [skip ci]
Update Help (IT)
2021-03-20 12:03:43 +01:00
bovirus
33defa6165
Update Help (IT)
@Lakritzator 

Please check and merge. Thanks.
2021-03-20 11:55:39 +01:00
Robin Krom
c303c07320
Updated Microsoft.Toolkit.Uwp.Notifications which brings a lot more to Greenshot [skip ci] 2021-03-19 22:53:19 +01:00
Robin Krom
06be93f738
Merge pull request #290 from bovirus/patch-4 [skip ci]
Update Italian language
2021-03-19 22:49:03 +01:00
bovirus
a21abb1c7e
Update Italian language
@Lakritzator 

Please check and merge. Thanks.
2021-03-19 19:43:16 +01:00
Robin Krom
96d04334ef
BUG-2745: Fixed registering issue when a hotkey is not or wrongly configured. 2021-03-19 08:42:40 +01:00
Robin Krom
20e59ddd1c
FEATURE-1110: A first step in enabling a hotkey for opening the clipboard contents in the editor. This is not visible nor configurable in the UI, but needs to be configured in the greenshot.ini, by specifying ClipboardHotkey=<hotkey> 2021-03-18 21:53:25 +01:00
Robin Krom
3adf9e9a51
BUG-2743: Cleanup of MAPI & Outlook logic, removed the check on "HKEY_LOCAL_MACHINE\SOFTWARE(\WOW6432Node)\Microsoft\Windows Messaging Subsystem" with the MAPI value in favor of the HKEY_LOCAL_MACHINE\SOFTWARE(\WOW6432Node)\Clients\Mail where the default value contains the name, this should hopefully solve some issues. 2021-03-18 19:25:54 +01:00
Robin Krom
eadd1a7cac BUG-2743: Made sure for the registry access that the default value not requested in the registry access itself, but returned if there is no value, as it will break the logic. Also there was a bug for 32 bit Windows versions. 2021-03-16 15:56:03 +01:00
Robin Krom
eae8f173d0 Fixed a copyright statement [skip ci] 2021-03-10 13:55:21 +01:00
Robin Krom
da2db5eae8 BUG-2739: Bugfix for error handling. [skip ci] 2021-03-09 22:05:26 +01:00
Robin Krom
b4bec996f3
Merge pull request #287 from greenshot/feature/UnicodeText
Fix Unicode text drawing
2021-03-08 23:24:21 +01:00
Robin Krom
4c509618af In #283 it was reported that Greenshot doesn't draw unicode icons correctly. this should solve it. 2021-03-08 23:19:34 +01:00
Robin Krom
92a550591c
Merge pull request #286 from greenshot/feature/codecleanup2021
Code cleanup for the copyright and fixed BUG-2736
2021-03-08 22:35:26 +01:00
Robin Krom
473de792ad BUG-2736: Fixed an issue where there Speechbubble tail is not moved when it's transformed. 2021-03-08 22:32:29 +01:00
Robin Krom
aff8ba2109 Fixed copyright, fixed some spelling and updated some of the code to a newer syntax. 2021-03-08 22:26:10 +01:00
Robin Krom
f116e5db54 Place the funding and templates in the 1.3 as this seems to be taken from the default branch. [skip ci] 2021-03-01 20:11:00 +01:00