Commit Graph

  • cf2d9d4148
    #314 Added additional click actions to support capture region, not satisfied with the empty editor option though Robin Krom 2021-05-19 16:24:29 +02:00
  • d429e4f6af
    Removed the plugin attribute, and changed the way the plugins are copied to their destination. This should simplify the packaging, for InnoSetup but also the .zip & protable (which are still missing at this moment) Robin Krom 2021-05-18 13:51:00 +02:00
  • 8e121f25f0
    Fix for clipboard issues #307, this caused all kind of problems throughout the editor whenever the clipboard contents where checked. [skip ci] Robin Krom 2021-05-18 10:56:39 +02:00
  • 95c4ea5cbe
    This simple workaround fixes that the animations are not at the right speed (it's a workaround as it would be much nicer if the number of frames is correctly calculated.) Robin Krom 2021-04-15 11:13:34 +02:00
  • f084d0e95e
    Refactored the editor to be in it's own project, this is a step up to improve maintainability. Robin Krom 2021-04-14 23:19:31 +02:00
  • 5e9f7fca45
    Merge pull request #257 from Mr-Update/patch-3 jklingen 2021-04-04 16:10:44 +02:00
  • 87b96b2bc2
    Merge branch 'gh-pages' into patch-3 jklingen 2021-04-04 16:06:26 +02:00
  • 355371e277 Remove (Outdated) Translate Section from Help Pages jklingen 2021-04-04 16:02:43 +02:00
  • 54038a3cbe
    Fixed typo, updated dependencies and fixed an issue with the notifications. v1.3.194 Robin Krom 2021-04-03 21:58:14 +02:00
  • 18e817e490
    Revert of #283, the solution was worse than the initial issue. [skip ci] Robin Krom 2021-04-03 20:51:58 +02:00
  • 42d8fdd15e
    Fix for #303 where the combobox is editable, it does change the drawing a bit. [skip ci] Robin Krom 2021-03-29 22:57:10 +02:00
  • c1886da940
    Small fixes for the README.md and readme.txt, and a bugfix in the language information. Robin Krom 2021-03-29 11:53:12 +02:00
  • 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". Robin Krom 2021-03-29 11:37:04 +02:00
  • b4d682dc11
    Fixing latest project renames Robin Krom 2021-03-28 21:42:10 +02:00
  • 7f8e7ce056
    Fixing the devops build Robin Krom 2021-03-28 21:33:36 +02:00
  • 790c389c4c
    Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3 Robin Krom 2021-03-28 21:28:42 +02:00
  • 6dfe7fe849
    Project cleanup (#302) Robin Krom 2021-03-28 21:04:09 +02:00
  • 79cdca03eb
    Renamed the GreenshotPlugin to Greenshot.Base Robin Krom 2021-03-28 21:01:29 +02:00
  • e8c0b307ee
    Code formatting (indents etc.) to get it consistent, simplify it for contributors. Robin Krom 2021-03-28 19:24:26 +02:00
  • 726644de99
    Moving the Inno-Setup files away from the application project. Robin Krom 2021-03-28 19:17:35 +02:00
  • 900f7be376
    Force Pages Refresh jklingen 2021-03-28 16:11:48 +02:00
  • 62bd0fe256
    Refactoring of the namespaces Robin Krom 2021-03-28 12:53:01 +02:00
  • c6bdaa8a87
    More file renaming for a more clear project structure. Robin Krom 2021-03-28 11:31:05 +02:00
  • 2467be8c94
    Merge remote-tracking branch 'remotes/origin/release/1.3' into release/1.3 Robin Krom 2021-03-28 11:21:57 +02:00
  • b51fa38313
    Fix typos (#301) [skip ci] TotalCaesar659 2021-03-28 12:19:43 +03:00
  • d25993f91e
    Renamed the projects Robin Krom 2021-03-27 22:36:03 +01:00
  • 11f586ab36
    Restructuring the project, first steps. Robin Krom 2021-03-27 22:30:25 +01:00
  • 2fdb667d70
    Fix for build error v1.3.178 Robin Krom 2021-03-27 20:11:14 +01:00
  • 4a959621ff
    Fix Inconsistent Scale Behavior when Scaling Objects with Shift Modifier (#300) jklingen 2021-03-27 19:54:31 +01:00
  • 0110c74fc2 Rename getNewSizeForRationalScale to GetNewSizeForRationalScale for Consistency bug/overflow-exception-on-scale jklingen 2021-03-27 18:13:48 +01:00
  • 20096720e8 Merge remote-tracking branch 'origin/release/1.3' into bug/overflow-exception-on-scale jklingen 2021-03-27 18:11:04 +01:00
  • 13e91104e1 Refactor adjustCoordsForRationalScale to Get Rid of Code Duplication and Improve Comprehensibility jklingen 2021-03-27 17:39:31 +01:00
  • 8b928a1290 Merge branch 'release/1.3' into bug/overflow-exception-on-scale jklingen 2021-03-27 16:40:26 +01:00
  • 56df0dbca5
    Added a missing file in the installer for the windows 10 plugin. [skip ci] Robin Krom 2021-03-27 00:34:50 +01:00
  • 19fb98ae55
    Get rid of embedded browser (#255) Robin Krom 2021-03-27 00:11:06 +01:00
  • ecb1b91ae7
    Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3 Robin Krom 2021-03-26 22:31:08 +01:00
  • 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] Robin Krom 2021-03-26 22:30:28 +01:00
  • e9d12dbe4e
    When moving from graphics.DrawString to TextRenderer.DrawText, to fix #283, the line wrapping was broken. This should fix it. (#297) Robin Krom 2021-03-23 09:05:46 +01:00
  • d637efbb70
    BUG-2748 and fixed #295 - Do not remove the default constructor on a destination... Robin Krom 2021-03-22 00:09:16 +01:00
  • 2bbaa4a9a7
    Removed more dead code Robin Krom 2021-03-21 23:44:25 +01:00
  • 601236833b
    Fixed #279, all ExternalCommands where duplicated due to creating them in the wrong place. Robin Krom 2021-03-21 23:10:05 +01:00
  • 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) Robin Krom 2021-03-21 22:34:17 +01:00
  • 90cab1e8a3
    Added CODE_OF_CONDUCT.md, CONTRIBUTING.md, .editorconfig and the LICENSE [skip ci] Robin Krom 2021-03-21 17:48:54 +01:00
  • 1aae00a26a Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained jklingen 2021-03-21 17:12:54 +01:00
  • 18794fb4ce Revert "Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained" jklingen 2021-03-21 17:31:17 +01:00
  • fb843fb414 Fix Objects Growing near Infinity when Scaling w Aspect Ratio Maintained jklingen 2021-03-21 17:12:54 +01:00
  • d54a1a66b3
    Merge pull request #292 from TotalCaesar659/update-urls-to-https [skip ci] Robin Krom 2021-03-20 22:42:20 +01:00
  • 6c0ff83009
    Added the oauth services which we currently might support. Robin Krom 2021-03-20 19:37:13 +01:00
  • 93ddd56b8b
    Update README.md TotalCaesar659 2021-03-20 17:51:20 +03:00
  • 96f26f68c2
    Update URLs to HTTPS TotalCaesar659 2021-03-20 17:50:52 +03:00
  • 6e2638794c
    Merge pull request #291 from bovirus/patch-4 [skip ci] Robin Krom 2021-03-20 12:03:43 +01:00
  • 33defa6165
    Update Help (IT) bovirus 2021-03-20 11:55:39 +01:00
  • c303c07320
    Updated Microsoft.Toolkit.Uwp.Notifications which brings a lot more to Greenshot [skip ci] Robin Krom 2021-03-19 22:53:19 +01:00
  • 06be93f738
    Merge pull request #290 from bovirus/patch-4 [skip ci] Robin Krom 2021-03-19 22:49:03 +01:00
  • a21abb1c7e
    Update Italian language bovirus 2021-03-19 19:43:16 +01:00
  • 96d04334ef
    BUG-2745: Fixed registering issue when a hotkey is not or wrongly configured. v1.3.157 Robin Krom 2021-03-19 08:42:40 +01:00
  • 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> Robin Krom 2021-03-18 21:53:25 +01:00
  • 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. Robin Krom 2021-03-18 19:25:54 +01:00
  • 492150837a
    Force Pages Re-build jklingen 2021-03-17 16:30:27 +01:00
  • 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. v1.3.154 Robin Krom 2021-03-16 15:56:03 +01:00
  • eae8f173d0 Fixed a copyright statement [skip ci] Robin Krom 2021-03-10 13:55:21 +01:00
  • da2db5eae8 BUG-2739: Bugfix for error handling. [skip ci] Robin Krom 2021-03-09 22:05:26 +01:00
  • b4bec996f3
    Merge pull request #287 from greenshot/feature/UnicodeText v1.3.151 Robin Krom 2021-03-08 23:24:21 +01:00
  • 4c509618af In #283 it was reported that Greenshot doesn't draw unicode icons correctly. this should solve it. Robin Krom 2021-03-08 23:19:34 +01:00
  • 92a550591c
    Merge pull request #286 from greenshot/feature/codecleanup2021 Robin Krom 2021-03-08 22:35:26 +01:00
  • 473de792ad BUG-2736: Fixed an issue where there Speechbubble tail is not moved when it's transformed. Robin Krom 2021-03-08 22:32:29 +01:00
  • aff8ba2109 Fixed copyright, fixed some spelling and updated some of the code to a newer syntax. Robin Krom 2021-03-08 22:08:12 +01:00
  • f116e5db54 Place the funding and templates in the 1.3 as this seems to be taken from the default branch. [skip ci] Robin Krom 2021-03-01 20:11:00 +01:00
  • cd5605d8ab
    Merge pull request #282 from k41c/release/1.3 Robin Krom 2021-02-19 23:13:08 +01:00
  • c8ade4258b
    Fixed formatting Robin Krom 2021-02-19 23:12:15 +01:00
  • ee9d1325b5
    Formatting fix Robin Krom 2021-02-19 23:06:41 +01:00
  • a3e4f2f92e
    Update NonJumpingPanel.cs k41c 2021-02-19 13:58:39 +01:00
  • d9a6922310
    Update ImageEditorForm.cs k41c 2021-02-19 13:57:38 +01:00
  • e5019bbb9d A fix for a bug reported in #258, there still was a DLL missing. [skip ci] Robin Krom 2021-01-31 20:34:56 +01:00
  • 5899d97ec2 Another try to fix the build. Robin Krom 2021-01-28 21:49:02 +01:00
  • 6831505ead Added Directory.Build.targets, this seems to help to import the target correctly. Removed chocolatey package again, as this seems to be the more stable approach (let's see if the build runs...) Robin Krom 2021-01-28 09:12:55 +01:00
  • 5f242a79c8 Changed the order of the installation of the MSBuild Tasks, otherwise this will certainly not work. Robin Krom 2021-01-28 08:23:31 +01:00
  • 5103cb5da6 Trying to get MSBuild.Community.Tasks working in the CI Pipeline, also removed "mixed" as a target platform. Robin Krom 2021-01-28 08:20:13 +01:00
  • 57f87751c5
    Merge pull request #266 from greenshot/BUG/BUG-2693 Robin Krom 2021-01-27 23:54:58 +01:00
  • 2733c6cf26 Fixed an issue with the build, where MSBuild.Community.Tasks.Targets wasn't found. Also improved the registry reading for the MAPI control. Robin Krom 2021-01-27 23:50:22 +01:00
  • 328e7e569d BUG-2693: This should fix an issue where Greenshot doesn't detect a MAPI client, we weren't looking at the 32 bit location. Robin Krom 2021-01-23 23:41:22 +01:00
  • 604426b723
    Merge pull request #265 from greenshot/feature/lower_maintenance_toast Robin Krom 2021-01-10 10:36:12 +01:00
  • 24c9b8fb36 This reduces the native code in favor of another library so there is less to maintain. Robin Krom 2021-01-10 10:33:53 +01:00
  • 37b596d236 Updating dependencies and removed my own Murmur3.cs implementation in favor of XXHash [skip ci] develop Robin Krom 2021-01-08 01:26:51 +01:00
  • e174a9a36b Update of dependencies. Robin Krom 2021-01-02 21:54:48 +01:00
  • 633b31ec29 THis fixes an exception when Greenshot is used via wine. Robin Krom 2021-01-02 21:53:47 +01:00
  • 90f5be703f
    Update de-de.markdown Mr-Update 2020-11-24 22:31:11 +01:00
  • 67e829add9 Added property "IncludeAllContentForSelfExtract" to try to make the exe work. Robin 2020-11-18 10:34:08 +01:00
  • a6bbd16d20 Trying without dotnet restore Robin 2020-11-17 21:19:40 +01:00
  • 5decaa9586 <another try commit message> Robin 2020-11-17 21:12:54 +01:00
  • e4fbd8070e <this is getting boring> Robin 2020-11-17 21:01:18 +01:00
  • 174f26ad74 <insert typical build and deployment commit message for a possible fix here> Robin 2020-11-17 20:55:50 +01:00
  • 4542433b0d Added NuGet.Config to control the nuget package sources. Robin 2020-11-17 15:41:14 +01:00
  • a87d6a8fb2 Changed nuget restore to use the dotnet cli. Robin 2020-11-17 15:34:08 +01:00
  • cad432a899 Fixed the used Azure DevOps vmImage Robin 2020-11-17 14:59:35 +01:00
  • f001a42a00 Fixing .NET 5.0 and some DPI issues and updating the dependencies. Robin 2020-11-17 14:52:05 +01:00
  • 5b29eebd37
    Merge pull request #242 from bovirus/patch-6 jklingen 2020-11-01 16:58:20 +01:00
  • ffdc685e80
    Add Explaining Comment for about_translation String jklingen 2020-11-01 16:57:28 +01:00
  • dfda8d561f Fix for handling the Dropbox authorization redirect. Robin Krom 2020-10-27 10:35:12 +01:00
  • 0b09885a1a Small fix for the oauth code which might enable dropbox to work too. Robin Krom 2020-10-26 23:24:21 +01:00