Commit graph

3349 commits

Author SHA1 Message Date
Jaex
47899781d9 Activate curve drawing only when center node dragged once that way if center node is not dragged then it will work same as before 2016-10-11 14:52:08 +03:00
Jaex
c43ccd9ac5 Adding curve drawing support to line and arrow tools 2016-10-11 14:28:22 +03:00
Jaex
981cf14c91 Update README.md 2016-10-08 02:07:00 +03:00
Jaex
7bddebac1c Update README.md 2016-10-07 21:51:57 +03:00
Jaex
6b6b54fc18 Update README.md 2016-10-07 21:48:54 +03:00
Jaex
b3261335f9 Added fade in animation support to TextAnimation 2016-10-07 01:20:35 +03:00
Jaex
8809174267 fixed #1976: Added cuntuku.com 2016-10-06 02:08:27 +03:00
Jaex
6e2107a4b4 Don't use round edges in main window toolstrip 2016-10-06 01:33:47 +03:00
Jaex
4146e52be2 Use non unicode inno setup in appveyor 2016-10-06 00:10:22 +03:00
Jaex
7fee1f3da5 No need to override render border when RoundedEdges false 2016-10-05 23:35:13 +03:00
Jaex
610e5d5791 Make grip spacing equal 2016-10-05 23:30:03 +03:00
Jaex
83f1909eef Fix visual problem of toolstrip drop down menus and corners 2016-10-05 23:22:57 +03:00
Jaex
48f4ec9056 In menu form handle esc press 2016-10-05 22:32:01 +03:00
Jaex
407b8e231c Added remember menu position setting 2016-10-05 18:37:11 +03:00
Jaex
640a4b67d0 Right clicking menu grip will collapse menu 2016-10-05 16:00:33 +03:00
Permik
6e0b5c9e7d Fixes the error message in debug screen when pressing loaded assemblies button, by not trying to include dynamic assemblies. Fixes https://github.com/ShareX/ShareX/issues/706 and https://github.com/ShareX/ShareX/issues/1860 (#1913) 2016-10-05 15:05:13 +03:00
Jaex
d1d6ef0513 Fix weird incorrect menu position problem 2016-10-05 01:40:22 +03:00
Jaex
3f5f01804e Move highlight color to menu too 2016-10-05 01:05:55 +03:00
Jaex
cdd85e2354 Move color options to menu 2016-10-04 20:38:30 +03:00
Jaex
825d46f69b Show size cursor when hovered menu drag labels 2016-10-04 19:24:29 +03:00
Jaex
463a705f93 Remove custom crosshair drawing because it not working properly in high DPI and with new menu it is less useful anyway 2016-10-04 19:08:50 +03:00
Jaex
2041cbb62c Make child form TopMost 2016-10-03 17:24:12 +03:00
Jaex
ed7a5e2abe Delete OpenOptionsMenu method 2016-10-03 16:50:43 +03:00
Jaex
4e66c387b2 ToolStrip high DPI support 2016-10-03 16:10:30 +03:00
Jaex
c5a1426853 Capture button not exists in editor mode 2016-10-03 15:21:59 +03:00
Jaex
ce51a63586 Added capture region button if multi region is enabled and there is regions on screen 2016-10-03 15:13:53 +03:00
Jaex
e32d8d6fc4 Move capture buttons to sub menu to save space because capture buttons not frequently used 2016-10-03 14:56:30 +03:00
Jaex
e1efffa9a5 Fix multi monitor menu location 2016-10-03 14:31:23 +03:00
Jaex
892deb11fa fixed #1969: In freehand region if there is only two points then use AddLine instead of AddPolygon 2016-10-03 00:50:51 +03:00
Jaex
d71c2c62e5 Make sure tooltips close when button become disabled 2016-10-02 21:58:37 +03:00
Jaex
0a6cdb3f27 Show tooltip for all ToolStripItems which have text 2016-10-02 19:08:45 +03:00
Jaex
e9f5ea2694 Added custom tooltips for tool menu 2016-10-02 19:01:55 +03:00
Jaex
75cd1e5d20 UpdateMenu on shape delete 2016-10-02 16:47:26 +03:00
Jaex
5f25be3e2c Replace delete current object button with undo object button because user can delete object using right click anyway 2016-10-02 16:29:37 +03:00
Jaex
5600d69936 Only limit menu position if menu width smaller than screen width 2016-10-01 19:08:08 +03:00
Jaex
df9a99b264 Don't allow menu to be moved outside screen bounds 2016-10-01 18:55:59 +03:00
Jaex
2a28884d8a Don't show region separator in editor mode 2016-10-01 16:41:17 +03:00
Jaex
67e1c69631 Change default mouse actions 2016-10-01 15:33:38 +03:00
Jaex
f39c309664 Removed close button from menu because right click more easier 2016-10-01 15:21:48 +03:00
Jaex
8473342778 Edit polygon icon to look more similar to other region icons 2016-10-01 14:41:55 +03:00
Jaex
b7bdd40115 Add separator between region and drawing tools 2016-10-01 14:19:53 +03:00
Jaex
56cf767ab7 If screen smaller than toolbar width then move menu to top left corner 2016-10-01 14:13:54 +03:00
Jaex
b243116c75 Don't show region capture tips by default 2016-10-01 14:01:27 +03:00
Jaex
10227b3aca On startup activate parent form so key input won't go to menu 2016-10-01 14:00:15 +03:00
Jaex
c4725ec668 Remove tool text animations because not necessary anymore 2016-10-01 12:51:16 +03:00
Jaex
e62634a5e8 Position toolbar to active monitor top center 2016-10-01 12:28:37 +03:00
Jaex
43d5c78ae2 Added ShapeManagerMenu partial class to separate menu logic from ShapeManager 2016-10-01 10:58:59 +03:00
Jaex
d73e6beffb Remove unused RegionCaptureMenuForm 2016-10-01 10:52:14 +03:00
Jaex
d3d8e2dd1c Change Enabled of controls instead of Visible, so menu size won't change 2016-10-01 10:51:11 +03:00
Jaex
3b9122b326 Auto hide shape options menu when not needed 2016-10-01 10:05:39 +03:00