Commit Graph

  • 245f6f261b
    Enhance Readme with Link to Releases (#549) release/1.3 jklingen 2024-08-18 11:22:45 +02:00
  • 9a74a3e7f2
    Add FAQ Entry about Reporting Ads (#549) gh-pages jklingen 2024-08-18 11:13:02 +02:00
  • 39aa5a64fc
    Rename 2024-02-11-current-status-greenshot to 2024-02-11-current-status-greenshot.markdown jklingen 2024-02-11 17:59:05 +01:00
  • d45e266ef4
    Add Tags to Blog Post jklingen 2024-02-11 17:14:54 +01:00
  • ff8dc680e5
    Add Blog Post about Current Status jklingen 2024-02-11 16:41:36 +01:00
  • bb7a374390
    Create SECURITY.md jklingen 2023-10-03 16:11:09 +02:00
  • a3e65fee6f
    add install option to disable the default win11 prtscr tool (#484) Jens Glathe 2023-04-16 19:25:14 +02:00
  • f862e79485 Fixed SvgContainer support for the .greenshot file v1.3.277 Robin Krom 2023-03-27 22:43:03 +02:00
  • 099e656963 Brought back IconContainer support to the .greenshot format, Svg is still causing issue. Robin Krom 2023-03-27 22:27:02 +02:00
  • a152e2883f This should improve the backwards compatibility for the .greenshot file from earlier versions. This was also addressed in #375 v1.3.275 Robin Krom 2023-03-27 21:51:01 +02:00
  • 7e005f741a
    Fixed #441, swapped left & top. v1.3.274 Robin Krom 2022-10-05 22:29:01 +02:00
  • 4c6707b468
    Fixed #432, inflate is not the best way of increasing a rectangle size. v1.3.273 Robin Krom 2022-09-28 20:53:57 +02:00
  • 58df30ea6e
    Why did this happen? Fixed the URL for our blog as it was point to some fork which jens made of our repo. Robin Krom 2022-09-12 21:20:53 +02:00
  • 9634f8abbc
    Updated dependencies. Robin Krom 2022-09-04 15:35:38 +02:00
  • 029d47f479
    Added some NPE protections for BUG-2991 Robin Krom 2022-09-03 15:11:16 +02:00
  • 511034a34b
    Fixed the return value of the GetOfficeExePath, this should be null so it's clear the file hasn't been found. v1.3.270 Robin Krom 2022-08-17 23:12:55 +02:00
  • 296dc9f340
    Formatting Robin Krom 2022-08-17 23:09:44 +02:00
  • af3c22c38c
    Optimized the code to find the office executable even more. Robin Krom 2022-08-17 23:08:59 +02:00
  • 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. Robin Krom 2022-08-17 23:01:24 +02:00
  • ba8ed074c8
    Fix of BUG-2951, issues with finding Office installations (#431) jdavila71 2022-08-17 16:01:01 -04:00
  • 2b5e45e33e
    Fixed a log error, and made the ClipboardHotkey optional. v1.3.265 Robin Krom 2022-06-30 23:47:38 +02:00
  • bfa8e2444e
    This should hopefully fix an overflow exception while decoding the dib format. Robin Krom 2022-06-30 23:34:51 +02:00
  • 48675b01f0
    Modified the configuration handling, added code to remove tokens when upgrading from 1.2 as these no longer work. See #421 Robin Krom 2022-06-30 22:57:55 +02:00
  • 36a285ebd4
    Fix capturing Maximised windows. v1.3.262 Robin Krom 2022-06-28 22:17:56 +02:00
  • 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. v1.3.261 Robin Krom 2022-06-28 16:28:26 +02:00
  • 4c7494dd74
    Some left over fixes for the move to Dapplo.Windows, also updated dependencies. v1.3.260 Robin Krom 2022-06-26 01:40:53 +02:00
  • 3f6f9863f8
    Removed copying all the dependencies for every plugin, this should fix #413. v1.3.259 Robin Krom 2022-06-03 11:23:27 +02:00
  • bd03e18ddc
    Bugfix crop selection scaling #404 (#407) v1.3.258 Christian Schulz 2022-05-21 22:57:20 +02:00
  • 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] Robin Krom 2022-04-14 11:58:52 +02:00
  • 8880578f77
    Fixed an issue with the adorner size, which stayed on 0, so it wasn't visible. v1.3.256 Robin Krom 2022-04-13 20:42:33 +02:00
  • 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] Robin Krom 2022-04-13 15:32:36 +02:00
  • 13e2e67e7c
    Refactoring to use Dapplo.Windows (#398) v1.3.254 Robin Krom 2022-04-13 09:56:00 +02:00
  • 8aca1c8282
    DrawableContainer extended to indicate if confirm/cancel is available. #397 (#399) Christian Schulz 2022-04-13 09:53:46 +02:00
  • 9dccb16042 Merge branch 'gh-pages' of https://github.com/greenshot/greenshot into gh-pages Thomas Braun 2022-04-12 07:56:50 +02:00
  • 4f87822e15 added cookie consent Thomas Braun 2022-04-12 07:56:40 +02:00
  • 15db5a1a3f
    Update Italian language (#394) bovirus 2022-04-02 21:15:15 +02:00
  • 64c77ea8d9
    Some code improvements which make some later features possible (maybe having a bezier for a line) [skip ci] Robin Krom 2022-03-29 22:38:28 +02:00
  • 78cbb055cb
    Added better error handling for reading the bitmap [skip ci] Robin Krom 2022-03-29 20:35:43 +02:00
  • 9ae5598ab8
    Solved the clipboard loading for the DIB file format too, this is related to #396 v1.3.249 Robin Krom 2022-03-29 09:05:25 +02:00
  • 83b308cb4b
    Boolean logic fix to help with #396, this at least should solve the issue for .PNG, other formats are pending. [skip ci] Robin Krom 2022-03-28 16:00:51 +02:00
  • d6055416c8
    Enhanced the adorner interface and the drawing to make it easier to configure with different colors. [skip ci] Robin Krom 2022-03-28 14:53:17 +02:00
  • 2721ee06a2
    Fix #392 , The DibFileFormatHandler wasn't registered with the name which is stored in DataFormats.Dib v1.3.246 Robin Krom 2022-03-23 21:59:18 +01:00
  • 5bc52e4d55
    Validate the FreehandSensitivity as was reported in BUG-2923. [skip ci] Robin Krom 2022-03-23 09:45:28 +01:00
  • 56c26ac038
    Enhanced ability to crop an image vertically and horizontally. #249 (#388) v1.3.244 Christian Schulz 2022-03-22 11:57:01 +01:00
  • 4a66a4dbe2
    Removed some chattiness in the log. [skip ci] Robin Krom 2022-03-22 11:42:52 +01:00
  • 8014199bb6
    Fix for #390 by limiting the length of the displayed title. Robin Krom 2022-03-22 11:32:30 +01:00
  • 60956771c8
    Feature Improve file format support (#385) Robin Krom 2022-02-20 13:21:32 +01:00
  • a32cc1888b
    Fix exception when rotating when counter are used, by prevent negative fontsize (#382) Christian Schulz 2022-02-19 01:25:07 +01:00
  • 2e13c57e2d
    Doing a bit of cleanup on the code, and fixing #374 v1.3.239 Robin Krom 2022-02-08 14:00:49 +01:00
  • 4f3920d61a
    Changed the default window capture for Windows 11 to use User32.PrintWindow (called GDI internally), which should solve #326. The background for this can be read in #373 v1.3.238 Robin Krom 2022-02-06 21:21:40 +01:00
  • 6b90f2c3ff
    Better documentation for the DibHelper [skip ci] Robin Krom 2022-02-03 09:10:05 +01:00
  • 9ac6d22c96
    Made the DIB code easier to work with, saving memory allocations where possible. Robin Krom 2022-02-03 00:09:08 +01:00
  • 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) v1.3.235 Robin Krom 2022-02-01 22:36:16 +01:00
  • 8ce4735aad
    This should keep the slack workaround but fix #367 v1.3.234 Robin Krom 2022-01-31 13:24:25 +01:00
  • c701aad58c
    Update language-de-DE.xml (#316) Mr-Update 2022-01-29 22:57:37 +01:00
  • fdbaca6c3f
    Fixed the field changing for #338, this should trigger undo and also changes to the default field values (meaning storing in the configuration)- Added the CTRL modifier for the feature for now. Robin Krom 2022-01-29 21:49:20 +01:00
  • f98cbd1c44
    Add shortcuts (0-9, +/-) for foreground color, background color, line thickness, bold and shadow (#338) (#366) v1.3.231 Robin Krom 2022-01-28 22:15:45 +01:00
  • 8985eb58fa
    Update language-zh-TW.xml (#345) SiderealArt 2022-01-29 00:18:28 +08:00
  • ff8fb5655a
    Another formatting fix Robin Krom 2022-01-28 11:49:11 +01:00
  • 6eada72a99
    Fix missing paragraph tag (#340) Milton Howe 2022-01-28 03:21:03 -05:00
  • 82fa94f566
    Fixed some more DPI issues, this time in the settings. v1.3.229 Robin Krom 2022-01-25 12:33:06 +01:00
  • 09d310da78
    Improvement on the DPI issue in the AboutForm and hopefully fixed a drawing issue where something is animating while the form is being closed. Robin Krom 2022-01-25 12:12:03 +01:00
  • 10e3049087
    Optimized the GreenshotForm by removing the designer support in release mode. Robin Krom 2022-01-25 11:37:13 +01:00
  • ac8545c848
    Dependency updates Robin Krom 2022-01-25 11:22:11 +01:00
  • 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. Robin Krom 2022-01-25 10:45:38 +01:00
  • fda0cd9555
    Added a way to test for Windows 11. Robin Krom 2022-01-25 10:40:36 +01:00
  • d57fe900e5
    Trying out a workaround for the Slack issue, the capture form will be resized back to the desired size. v1.3.223 Robin Krom 2022-01-24 23:32:30 +01:00
  • 37b42aaadb
    Merge branch 'release/1.3' of https://github.com/greenshot/greenshot into release/1.3 Robin Krom 2022-01-23 01:04:00 +01:00
  • a498a80fb8
    Small stability improvemnt [skip ci] Robin Krom 2022-01-23 01:03:31 +01:00
  • 6622bec158
    Update README.md (#351) Laurent Eriksen 2022-01-16 16:17:50 +01:00
  • feb75d527b changed width Thomas Braun 2021-12-21 15:37:20 +01:00
  • 8bf02d04f4 added with for image Thomas Braun 2021-12-21 15:34:17 +01:00
  • 183b158aab removed ":" Thomas Braun 2021-12-21 15:18:08 +01:00
  • a4490fceb1
    test Thomas Braun 2021-12-21 15:14:24 +01:00
  • 3106a92c2d dummy commit Thomas Braun 2021-12-21 15:11:58 +01:00
  • 8ff43522e3 removed flattr, added fahrrad-geschenke.de Thomas Braun 2021-12-21 15:00:00 +01:00
  • 82b37bcaa4
    Updated dependencies and added a log entry to help troubleshooting #320 v1.3.220 Robin Krom 2021-12-16 10:59:20 +01:00
  • 24d4e926ad
    Fix for BUG-2851, Windows 7 doesn't have the used API yet. v1.3.219 Robin Krom 2021-11-01 19:02:18 +01:00
  • ce56ee1cb6
    With #321 it as reported that the reload functionality didn't work, there was actually a bug in the code replacing the values. v1.3.218 Robin Krom 2021-10-16 23:07:22 +02:00
  • b37b123e8e
    Fixed an issue which was introduced by renaming the assemblies, the confluence icon could not be found. Robin Krom 2021-10-16 23:06:25 +02:00
  • 5ba390abf0
    Fixed #335 Robin Krom 2021-10-16 22:32:38 +02:00
  • 8958401a7c
    fix typo (#344) SiderealArt 2021-10-17 04:11:24 +08:00
  • caeaf12d1f
    Add Traditional Chinese to website and installer (#343) SiderealArt 2021-10-17 04:11:02 +08:00
  • 7557041fe6
    Fixed a small build warning, about the license url. v1.3.213 Robin Krom 2021-10-13 09:47:32 +02:00
  • e06c3e8510
    FEATURE-1196 (#339) Eric Cogen 2021-10-13 02:18:13 -04:00
  • 7839fe5e2f
    Security fix for SUPPORT-407, used quotes for the path v1.3.211 Robin Krom 2021-10-04 21:07:05 +02:00
  • a7c3b8579b
    Dependency updates Robin Krom 2021-10-04 20:38:45 +02:00
  • 26e4aee892
    Update of Czech language file (#332) Svatopluk Vít 2021-10-02 20:59:40 +02:00
  • 77d4db59c1
    Corrected czech translation (#330) Masv-MiR 2021-10-02 20:58:22 +02:00
  • f71499c9c6
    Fix Ellipse and Highlight duplication bug (#322). (#331) Ishmaeel 2021-10-02 21:56:46 +03:00
  • 946b27d400
    Merge branch 'gh-pages' into gh-pages jklingen 2021-06-27 15:20:44 +02:00
  • 07bf5d66a2 added ads.txt Thomas Braun 2021-06-06 12:16:25 +02:00
  • e9d1e278e6
    Small update of GitVersioning [skip ci] Robin Krom 2021-06-05 22:27:23 +02:00
  • 7e17a24913
    Improved the documentation on having more control of the configuration for issue #285 Robin Krom 2021-06-04 10:01:41 +02:00
  • 3350120b55
    BUG-2792: Fixed the issue that PowerToys is interacting with our region selection window. v1.3.205 Robin Krom 2021-06-04 01:00:55 +02:00
  • 973cf871c8
    Additional improvements for the ClickActions, now possible to open a file directly in the editor. Inspired by FEATURE-1321 v1.3.204 Robin Krom 2021-05-29 16:06:58 +02:00
  • 99fb245537
    BUG-2786 Fixing a startup issue with Windows 7 v1.3.203 Robin Krom 2021-05-28 00:20:26 +02:00
  • 2330d6af57
    #258 In the settings form there was DPI scaling done on the icon size, this seems to have unfortunate side effects, so I removed this. v1.3.202 Robin Krom 2021-05-27 09:12:28 +02:00
  • fa0ed4a53b
    #315 made sure that with a small capture the canvas is enlarged so OCR can still work. v1.3.201 Robin Krom 2021-05-26 12:04:20 +02:00
  • 5935a435b5
    Solving the build order by making Greenshot depending on all other projects. Robin Krom 2021-05-19 16:35:55 +02:00