Commit graph

3184 commits

Author SHA1 Message Date
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
Jaex 48aaa5f56e Fix toolstrip visual artifact in right side 2016-09-30 22:05:26 +03:00
Jaex 81a124453f Added custom drag grips to each side 2016-09-30 21:57:16 +03:00
Jaex eff05bc15c Rename NativeConstants class 2016-09-30 21:21:48 +03:00
Jaex 4d515d2a9e Allow dragging menu using toolstrip grip 2016-09-30 21:18:30 +03:00
Jaex ca1d2b6e38 Removed right click menu from region capture and moved all buttons to toolbar 2016-09-30 20:37:01 +03:00
Jaex a9eca34158 Added editor mode and capture buttons 2016-09-30 19:31:59 +03:00
Jaex f0f8d0711c Adding menu form inside ShapeManager 2016-09-30 19:11:59 +03:00
Jaex 9badbe7fdb Menu designer update 2016-09-30 18:14:50 +03:00
Jaex 5f9ad5ad3b Adding region capture menu form 2016-09-30 17:48:31 +03:00
Jaex 4fd322b031 fixed #1951: After screen recording support loading animated gif from file path in after capture form 2016-09-30 14:22:51 +03:00
Jaex 6087ea40fb If personal path is modified in application settings window then show message box to tell users that ShareX must be reopened for changes to take effect 2016-09-30 13:07:48 +03:00
Jaex 5e79bd7b2a #1950: When custom personal path is empty, show preview of default portable path properly 2016-09-30 12:53:16 +03:00
Jaex 8bdfdccbec #1950: Add "\" end of folder path to make sure folder is opening instead of file with same name 2016-09-30 12:24:08 +03:00
Jaex 4a0d71d8bf Try fix AppVeyor zip paths 2016-09-29 11:36:43 +03:00
Jaex 8bc635502c In Steam build AutoCheckUpdate should be Browsable false instead of not including variable, that way when user switch builds, setting can preserve its value 2016-09-29 03:53:55 +03:00