Commit graph

46 commits

Author SHA1 Message Date
Jaex 99cc700c7d Added WindowsStoreDebug configuration 2017-04-21 18:22:15 +03:00
Jaex 602c756a2c Added WindowsStore build configuration 2017-04-21 01:59:19 +03:00
campbeb 0a422ac35c AutoSize Greenshot forms
Set AutoSize to true to ensure forms are properly displayed.
Fixes #2406.
2017-04-09 19:35:52 -04:00
Cereal Killa 9fe52492a5 White copy icon. 2017-02-27 12:57:34 -03:00
Cereal Killa 179cbe0ab5 A better copy icon from the same icon set.
Taken from the same icon set to match the design (Fugue), actually looks
like a copy icon.
2017-02-27 12:50:55 -03:00
Cereal Killa 2580f7732c A better copy icon
A copy icon that doesn't look like a clipboard which is used for paste
instead. The icon is free for commercial use
(https://www.iconfinder.com/icons/173951/copy_icon).
2017-02-27 12:29:17 -03:00
campbeb 1eecd36f2a Don't update font every Draw
Fixes #2016
2016-10-19 22:14:35 -04:00
Jaex 0a78019274 CodeMaid cleanup 2016-07-30 04:21:18 +03:00
Jaex f37753b72a Merge pull request #1702 from campbeb/greenshotMinSizeFix
Scale Greenshot editor window size when icons larger than default
2016-07-10 00:19:31 +03:00
Jaex 6e94fb9158 Merge pull request #1701 from campbeb/greenshotIconSize
Fix Greenshot editor icon size restraint
2016-07-10 00:18:36 +03:00
campbeb e5086a9609 Scale Greenshot editor window size when icons larger than default
Scales based on approximate number of icons displayed and size of icon
over 16 pixels
2016-07-09 16:37:02 -04:00
campbeb 6c226b756b Fix Greenshot editor icon size restraint
Size allowed to be multiple of 8 not 16
2016-07-09 16:17:10 -04:00
campbeb c4f32505ab Size and position Greenshot editor window to be on screen
When Automatically resize window is set:
1. Fixes #1640 which was caused by mixing screen and working area
coordinates
2. Moves window up and left to try and fit it in the working area
3. Adds option to maximize the editor window when it is larger than
working area (such as when capturing full desktop or multi-monitor).
2016-07-09 15:53:28 -04:00
campbeb 6177248a48 Lock Greenshot icon size changes to multiples of 8
Change to allow any icon size that is a multiple of 8 and don't let user
choose an invalid size.
2016-06-21 19:01:57 -04:00
campbeb e4a7bf62d6 Default and last drawing modes in Greenshot
Adds setting to allow user to save the last drawing mode used in Greenshot
so that it will be selected next time image editor is opened.
Also adds setting to config file to allow user to change the default
drawing mode.
Closes #1609
2016-06-11 00:31:26 -04:00
Jaex f8d4eb2220 resx updates 2016-05-30 10:04:07 +03:00
campbeb 80b4b8abbc Make rect default selection in Greenshot
Fixes error introduced in last Greenshot merge
2016-05-22 14:22:05 -04:00
campbeb 2c35af0592 Merge Greenshot changes through 22 May 2016
Merge commits from Greenshot up through
bd71f47e95a46642fe6a83bdd76cc4d2a7eed7c2.

Some bug fixes, but mostly structural cleanup.
2016-05-22 11:17:02 -04:00
Jaex 133b5c3fe9 Change default blur and pixelization values in Greenshot image editor 2016-05-06 19:52:18 +03:00
Jaex e5acd09038 Fix image editor icon size 2016-03-27 08:36:03 +03:00
Jaex 670cfc2963 fixed #1455: Added simple Greenshot image editor settings form 2016-03-27 04:12:23 +03:00
Jaex 398724031b Fix Greenshot image editor designer error 2016-03-25 21:53:38 +02:00
Jaex f476958a40 Added missing translations, Turkish translation 100%, quick task menu continue button moved to top 2016-03-23 23:51:38 +02:00
Jaex 8f02ec41dc Base uploaders and services moved to their own folders, removed unused references, renamed HelperClasses to Helpers 2016-03-23 21:05:31 +02:00
Jaex cbb0d69991 Merge pull request #1408 from campbeb/nodispose
Don't dispose the surface
2016-03-14 04:42:49 +02:00
Jaex 105d99786d Few small changes in image editor 2016-03-14 00:34:39 +02:00
Jaex a051856b3a Small image editor changes 2016-03-14 00:14:01 +02:00
Jaex 84964e5c52 Greenshot image editor drawing changes 2016-03-13 22:37:22 +02:00
Brian 02a787ce70 Don't dispose the surface 2016-03-13 15:57:59 -04:00
Brian ee88e25b2f Update Greenshot to latest version
Greenshot updated from 1.2 branch at commit
e9ab99c5acc99785cc5045b4b5493c9b6504d016

This solves #1341 and #1079 for allowing support high DPI monitors.
Additionally, the following were implemented:
- #748 - Objects can be saved to file and loaded from file via menu
- #676 - Keyboard shortcuts added for 'Save and close' (Alt+S), 'Close'
(Alt+W), and 'Close and cancel tasks' (Alt+C)
- #1189 - Editor opens sized to image. Can be disabled via Greenshot ini
with `MatchSizeToCapture=False`
2016-03-13 12:07:53 -04:00
uppi 58a4226264 Fix a null check for newParent at SwitchParent
It was checked before the first dereference and was not checked before the
second one
2015-10-30 15:45:54 +03:00
Artem Borzilov 00f0e10ee8 Fix possible null dereference at ChangeText
text == null and newText == null leads to "null.Equals(null)" check
2015-10-30 02:09:26 +03:00
Jaex 6951e97025 Added Steam configuration 2015-09-06 11:19:09 +03:00
Jaex c3f101b4b9 Revert "Remove TDMaker hint paths"
This reverts commit f2ca2f5b88.
2015-08-07 11:59:52 +03:00
Michael Delpach f2ca2f5b88 Remove TDMaker hint paths 2015-08-07 09:39:59 +08:00
Jaex e2746e47e3 fixed #834: Indexer catch unauthorized access exception 2015-08-03 10:23:32 +03:00
Jaex 6d6e338bf1 fixed #849: Shadow problem in Windows 10 2015-08-03 10:11:34 +03:00
Jaex 35f835c2bf Merging @DanielMcAssey resx case fixes 2015-07-23 09:08:39 +03:00
Jaex 44f58e32ba csproj fixes 2015-07-23 09:00:51 +03:00
Jaex e80383968d CodeMaid cleanup 2015-07-21 09:34:43 +03:00
Jaex 2b0277c90f resx updates 2015-07-02 04:50:49 +03:00
Jaex 7f1daa2480 Added Portuguese-Brazil to languages list 2015-06-03 08:21:14 +03:00
Jaex bbe105607f Greenshot merge 2015-02-11 08:56:02 +02:00
Jaex 9fa6e759d7 Greenshot image editor 1.2 merged 2014-12-23 00:54:20 +02:00
Jaex a1ac901852 Interim Greenshot image editor merge 2014-12-22 23:42:56 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00