Commit graph

2882 commits

Author SHA1 Message Date
Jaex 5a87688005 Added automatic email send option to specific email address 2016-05-24 21:50:26 +03:00
Jaex cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Jaex add923d914 Use int instead of float for nodes 2016-05-24 20:31:40 +03:00
Jaex 13bde6b875 Snap line to every 45 degrees 2016-05-24 01:30:23 +03:00
Jaex 9f7f66d56e Use checked bold renderer in region capture menu 2016-05-24 00:49:27 +03:00
Jaex 3201c05643 Arrow will inherit Line, Text will inherit Rectangle 2016-05-23 19:34:41 +03:00
Jaex e98ef03b9e Line and arrow IsValidShape override 2016-05-23 19:18:09 +03:00
Jaex 8af49b0a51 Added default colors for step tool 2016-05-23 18:31:22 +03:00
Jaex ebdcc7273d Fit two digit numbers to step label 2016-05-23 02:53:10 +03:00
Jaex c7a7a45fe4 Don't show hover with line, arrow, step tools 2016-05-23 02:30:25 +03:00
Jaex 6fdf5eee97 Move shape rectangle validation to BaseShape 2016-05-23 02:18:29 +03:00
Jaex 5271a82b3f EndRegionSelection improvements to fix hover issues 2016-05-23 01:42:52 +03:00
Jaex eb8a9e5a90 Order step shapes before draw 2016-05-22 23:43:19 +03:00
Jaex b131585a9d Step label create with default size and move it 2016-05-22 23:19:13 +03:00
Jaex 70300cdd8f Adding step drawing 2016-05-22 22:19:25 +03:00
Jaex 63c685bf1d Use anti aliasing for text drawing 2016-05-22 22:11:34 +03:00
Jaex 9ab94c9fec Merge pull request #1568 from campbeb/fixGreenshotRectDefault
Make rect default selection in Greenshot
2016-05-22 21:25:17 +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
Jaex 0342bb3314 Merge branch 'master' of github.com:ShareX/ShareX 2016-05-22 19:52:34 +03:00
Jaex a8770e001b Added ToolStripCheckedBoldRenderer to make checked items bold so it will be more easier to see image checked items also in high contrast theme 2016-05-22 19:52:19 +03:00
Jaex c224117fe2 Merge pull request #1567 from campbeb/greenshotmerge21May
Merge Greenshot changes through 22 May 2016
2016-05-22 18:36:30 +03: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 f1ea237774 Merge pull request #1566 from lithium720/master
Made lithiio instructions more clear
2016-05-22 17:26:07 +03:00
lithium_ 2b9f629cf0 Made lithiio Instructions More Clear 2016-05-21 21:38:07 -07:00
lithium_ 01e3cd8bdc Made lithiio instructions more clear 2016-05-21 21:37:24 -07:00
lithium_ d9ef870c1b Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-05-21 21:25:03 -07:00
Jaex 97bb0908b9 Use task icons also in task settings and quick task menu editor 2016-05-21 21:33:25 +03:00
Jaex f2a7af584a Increase after capture form size to fit all tasks 2016-05-21 19:23:47 +03:00
Jaex 20c0ecab0b Added icons for after upload tasks menu 2016-05-21 19:08:45 +03:00
Jaex 1c2c443e2e Added icons for after capture tasks menu 2016-05-21 18:58:41 +03:00
Jaex 1a7379cc03 Add mouse wheel tip 2016-05-21 17:23:02 +03:00
Jaex c3ce5da6b8 Show cancel capture tip when creating region too 2016-05-21 16:30:29 +03:00
Jaex 1233a7e29c Removed DrawFinal from BaseDrawing, renamed Draw to OnDraw 2016-05-21 15:26:49 +03:00
Jaex ea9f3f2312 Change default text colors 2016-05-21 01:20:56 +03:00
Jaex d4aadafd58 Text color settings independent from other shapes now 2016-05-21 00:56:18 +03:00
Jaex ec18026d9c Added UpdateContextMenu method 2016-05-21 00:31:16 +03:00
Jaex c6aa3c2ce1 Show border color, border size, fill color options for text drawing 2016-05-21 00:13:00 +03:00
Jaex 50a715daba Fix text drawing 2016-05-21 00:09:31 +03:00
Jaex de14669306 In context menu updated selected control options properly 2016-05-21 00:09:09 +03:00
Jaex fa2c5c73c3 Adding border color, border size, fill color specific to text drawing 2016-05-20 23:19:07 +03:00
Jaex 67f69559fc Don't draw text if rectangle is too small 2016-05-20 21:34:20 +03:00
Jaex fec6e8429a TextDrawingInputBox localizable 2016-05-20 20:56:04 +03:00
Jaex 6cf94d9cf8 base.UpdateShapeConfig needed in RoundedRectangleDrawingShape 2016-05-20 20:41:49 +03:00
Jaex 9e35ee9591 Created AnnotationOptions class 2016-05-20 20:34:45 +03:00
Jaex 55c3087892 Added UpdateShapeConfig method so shapes can update their own config 2016-05-20 20:01:00 +03:00
Jaex 428dabe972 Clone text options for each new text drawing and when text options changed apply it to main options 2016-05-20 19:07:29 +03:00
Jaex 110d1eede0 Allow border size 0 for fill color only shapes 2016-05-20 18:49:38 +03:00
Jaex c52eb0cdc8 Don't save text inside options 2016-05-20 18:45:55 +03:00
Jaex e0dc853c6f Trigger shape created on hover creation 2016-05-20 18:33:23 +03:00
Jaex 26f2b99d71 Save text drawing options 2016-05-20 18:20:43 +03:00