Commit graph

1764 commits

Author SHA1 Message Date
Jaex abd218ee09 Added PinToScreenForm 2022-07-22 05:42:59 +03:00
Jaex add3514731
Merge pull request #6334 from Gurgarath/develop
Allowed Zoom feature to work with PavNum keys
2022-07-22 02:52:56 +03:00
L1Q 32c151451b Update Russian 2022-07-15 09:12:10 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex d2098c2126
Merge pull request #6320 from RikoDEV/develop
Polish translations
2022-07-10 09:06:26 +03:00
Jaex 6cc4f116d6 fixed #6223: Set IsImageModified to false for rest of image editor tasks too 2022-07-09 07:37:48 +03:00
Jaex 3275d92a54 fixed #6336: Round proportional position 2022-07-09 03:19:08 +03:00
Gurgarath fbbf32d92c
Allowed Zoom feature to work with PavNum keys
PavNum keys (0 / + / -) will now work for the zoom feature
2022-07-08 09:21:21 +02:00
RikoDEV 26aa283e16 Add translations lost by IDE 2022-07-04 11:04:41 +02:00
RikoDEV f9b4d58c1f Polish translations 2022-07-03 22:17:03 +02:00
Jaex 56d17fe1f2 Restrict zoom keybinds to image editor 2022-06-29 02:02:26 +03:00
Edward205 e91bf00618 Romanian translations 2022-06-28 13:48:00 +03:00
Jaex 546c95c6b1 #5055: Also handle bigger cursor in region capture 2022-06-15 01:59:55 +03:00
YFdyh000 9c5c8a7d7e Merged partial modifications from #6253
Credit: https://github.com/xkonglong

BTW, this may contain some other modifications.
2022-06-14 08:19:46 +08:00
YFdyh000 f4fcac6f02 Updated Simplified Chinese translation 2022-06-14 08:19:43 +08:00
Jaex b0684a9cd6 Fixed floating step number issue 2022-05-18 07:14:00 +03:00
Jaex f1734a3474 Rename link variables 2022-05-15 00:32:09 +03:00
Jaex 7d1520406b Rename class 2022-05-03 09:57:11 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Laurent LOIE 42603327cc fix #6222 ( set IsImageModified to false only on Save and SaveAs OK ) 2022-04-22 10:05:51 +02:00
Jaex df808d89f2 Allow 0 value for step number 2022-03-11 07:30:42 +03:00
Jaex 7efc14112c Fix coordinate issues 2022-02-24 12:06:13 +03:00
Jaex 3a439df7f1 Fix active monitor mode issues 2022-02-24 10:24:16 +03:00
Jaex 61ced16d45 Added LockCursorToWindow method 2022-02-23 14:46:11 +03:00
Jaex a7fca59d1e Set ActiveMonitorMode false by default 2022-02-23 14:28:12 +03:00
Jaex 22c2179796 #5883: Also support active monitor mode in light and transparent region captures 2022-02-23 14:15:45 +03:00
Jaex 7bc34890da fixed #5883: Added active monitor mode option to region capture 2022-02-23 13:00:18 +03:00
Eric Tetz 28ff51c082 Fix panning regression, where panning at limit accumulates invisible changes. 2022-02-20 14:59:29 -07:00
Eric Tetz df6496c901 fix 6111: screen-wide crosshair clipped at zoom-out 2022-02-20 13:14:43 -07:00
Eric Tetz 5f7c9096e0
Switch to floating point internally. Panning fixes. (#6108)
* Switch to floating point internally. Panning fixes.

* Fix panning/zoom coordination errors.
2022-02-20 09:30:39 +03:00
Jaex 3da4e3ac3c Change zoom levels 2022-02-15 11:59:48 +03:00
Jaex 1ea1dacb0f Code refactoring 2022-02-15 11:01:29 +03:00
Eric Tetz 6fdc7cb768 Fix centering, add hotkeys, add zoom to fit.
Don't zoom during capture.

Performance: don't apply ScaleTransform when zoom is 100%. Draw background using SourceCopy rather than SourceOver.

Fix scaled centering.

Add hotkeys CTRL -, CTRL + to zoom in/out.

Add "Zoom To Fit" (CTRL+ALT+0) and "Zoom to fit on startup" editor option.
2022-02-12 18:43:37 -07:00
Eric Tetz 468d6ed3d6 Hide 100% zoom. CTRL+0 to reset. Fix magnifier and info text. Center zoom on mouse. Use GraphicsQualityManager. 2022-02-08 23:10:15 -07:00
Eric Tetz e5609fcef6 resolve conflicts and merged 2022-02-08 10:39:18 -07:00
Jaex ba9c5c8ec7 Improve square magnifier performance 2022-02-08 15:46:04 +03:00
Jaex a6b9cf7ca6 Fix enabled state 2022-02-07 17:52:28 +03:00
Jaex 6de6105264 FFmpegOptionsForm layout changes 2022-02-07 14:12:38 +03:00
Jaex f558182654 Added bitrate option for x264 video encoder 2022-02-07 12:36:02 +03:00
Jaex 1f5e2ee0a8 Rename folder 2022-02-07 11:17:40 +03:00
Jaex f42754729c Rename variables 2022-02-07 11:14:16 +03:00
Jaex b602b65905 Rename ScreencastOptions to ScreenRecordingOptions 2022-02-07 10:49:09 +03:00
Jaex f04d7ca15c Replace WindowsStore with MicrosoftStore 2022-02-04 12:05:43 +03:00
Eric Tetz 0ede4a27d2 Zoom by a fixed percentage of the current zoom level. Feels better. 2022-01-31 21:58:23 -07:00
Eric Tetz 778eec1188 Stay zoomed when image doesn't fit in client area 2022-01-31 20:31:34 -07:00
Eric Tetz 992e462383 Merge branch 'develop' of https://github.com/EricTetz/ShareX into develop 2022-01-31 18:06:33 -07:00
Eric Tetz 2ee7843393 First pass at adding zoom to image editor, via CTRL+mouse wheel. 2022-01-31 18:01:18 -07:00
L1Q 6559bb5194 Update Russian translation 2022-01-30 04:40:52 +02:00
L1Q 8f5799c4cf Add "FPS Limit" line to resx 2022-01-30 04:40:04 +02:00
Jaex f5afd208b4 Code refactoring 2022-01-24 22:27:34 +03:00
L1Q 890bd58905 Fix FPS limit not applying preference 2022-01-24 18:58:42 +02:00
Jaex 4a6cb786e0 Save editor canvas color 2022-01-24 18:22:54 +03:00
Jaex bcaca6a0ad Added canvas color button to canvas size form 2022-01-23 12:14:53 +03:00
Jaex 19aa3ea9ae Update Twitter username 2022-01-22 08:18:52 +03:00
Jaex 621c8db965 Added FPS limit option to region capture options menu 2022-01-18 08:22:31 +03:00
Jaex 51d55059f9 Code refactoring 2022-01-17 10:41:32 +03:00
Jaex 29dc478e2b fixed #4951: Added support to limit region capture/image editor fps 2022-01-17 09:13:58 +03:00
Jaex 2ad22fa510 Added FPSManager class 2022-01-17 04:56:32 +03:00
Jaex 93a16a7055 Use layered form in notification form 2022-01-12 23:37:07 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 5b7ca3e130 Added hide_banner to all FFmpeg args 2022-01-08 14:18:29 +03:00
Jaex 46e8387766 Rename variables 2022-01-05 10:44:18 +03:00
kanaxx 07172b862f update japanese translation for 13.7 2021-12-31 00:43:06 +09:00
Jaex 97397e1d66 #5973: Add buffer size args for each input device, added "audio_buffer_size" arg 2021-12-24 10:58:26 +03:00
L1Q 27776db577 Update russian translation 2021-12-14 17:53:28 +02:00
L1Q a742a66742 Move lines to resx 2021-12-14 17:51:54 +02:00
Jaex 241619cc07 Rename variables 2021-12-12 00:21:19 +03:00
Jaex b5e7622366 fixed #5901: For screen recordings get window info to be able to use in file name and history tags 2021-12-11 15:44:13 +03:00
Jaex f7b1eeb5c3 #5973: Added thread_queue_size 2021-12-07 03:06:53 +03:00
Jaex 4dd7fd0a10 Added -hide_banner to FFmpeg args 2021-11-03 04:07:03 +03:00
Jaex 30c46d4932 #5819: If "Auto copy image to clipboard" is enabled then also copy image to clipboard on image editor startup 2021-10-31 16:50:59 +03:00
Jaex d6a13316d5 Make forms localizable 2021-10-31 16:07:26 +03:00
Jaex b77fa9b56d Added option menu item 2021-10-23 03:19:41 +03:00
Jaex 148817d9c0 Added auto copy image to clipboard option to image editor 2021-10-23 03:07:07 +03:00
Jaex cb813b88d8 Added ImageModified event 2021-10-23 01:44:29 +03:00
Jaex 7763a1e27f Use "None" instead of "Content" for file build action 2021-10-19 20:37:42 +03:00
Jaex 8458e859f8 Swap move/resize hotkeys in region capture so arrow keys moves shapes instead of resize 2021-10-04 01:35:30 +03:00
Jaex eb2d90c0c9 Remember color picker color palette mode selection 2021-10-03 01:48:03 +03:00
Jaex 1b4b4142df fixed #5833: Added region capture click action for "Capture last region" 2021-09-21 14:52:44 +03:00
Jaex 96480288cd fixed #5806: Added faststart to NVENC 2021-09-08 16:11:55 +03:00
L1Q 6b8754b3db Update russian localization 2021-09-08 07:27:40 +03:00
Jaex bc3f64297a More Turkish translations 2021-09-07 04:18:43 +03:00
kanaxx 56b6e9dd1d Update Japanese translations for v13.6.0 2021-09-05 16:09:34 +09:00
kimhwan 16f2c16ba2
fix: I corrected the typo
겂 -> 값
2021-09-05 07:56:36 +09:00
Jaex ff3a896cd0 More Turkish translations 2021-09-03 18:31:34 +03:00
Jaex 1c9526b3a7 More Turkish translations 2021-09-03 03:07:17 +03:00
Jaex 2ab776221d resx update 2021-08-30 15:44:56 +03:00
Jaex 530aad7f05 Rename more controls 2021-08-30 13:01:36 +03:00
Jaex c4b1ffabc6 Rename controls for consistency 2021-08-30 11:12:24 +03:00
Jaex 7edb26ee9b resx cleanup 2021-08-29 19:35:31 +03:00
Jaex 31f187091f Revert S3 storage class translations 2021-08-29 19:09:02 +03:00
Jaex 8ba6ba8c32 Updated Turkish translation of ShareX project 2021-08-29 17:09:48 +03:00
Jaex 02db9fb780 Update BlobEmojis 2021-08-29 08:20:14 +03:00
Jaex 433873f201 Allow 0 size in glow image effect 2021-08-22 05:35:20 +03:00
L1Q bdde6577bb Update Russian translation 2021-08-19 19:16:52 +03:00
Jaex dd87787426 Upgrade project .NET Framework version to 4.8 2021-08-15 06:13:07 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
kanaxx 3a11421563 revise some texts for video capture 2021-07-11 14:58:12 +09:00
Jaex b58c77ee68 fixed #5676: Allow canceling insert image dialog 2021-07-01 18:04:45 +03:00
kanaxx a2a8e81017 add resource file 2021-06-28 22:31:33 +09:00
kanaxx d5bb4474ed localize border style 2021-06-27 22:43:36 +09:00
Jaex b48d615362 Code refactoring 2021-06-10 21:44:40 +03:00
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14:01 +03:00
Jaex 1e8fb8a6fb fixed #5560: If magnifier is close to edges then draw canvas background 2021-06-08 21:51:40 +03:00
kanaxx 8a6dfd99cd update Japanese translations 2021-05-14 00:53:05 +09:00
Jaex 76b684e938 Move ScreenRecordForm to ScreenCaptureLib 2021-04-30 06:20:19 +03:00
Jaex 7f88c8c75f Added auto size drop down extension for combo box 2021-04-25 20:49:40 +03:00
Jaex e986638d5d Support lowercase step letters and roman numerals 2021-04-25 19:44:26 +03:00
Wanderlei Hüttel ce3e5ba25e Portugueze Brazilian Language Update 2021-04-17 14:58:01 -03:00
Jaex 7349eca130 Code refactoring 2021-04-17 11:50:59 +03:00
Edward Sierra 69e787acad Used list and enum to allow for ease of adding additional step shape types. 2021-04-17 00:40:40 -07:00
Edward Sierra d00adda6d3 Issue #5501 added ability to use roman numerals in the step annotator. 2021-04-16 16:23:17 -07:00
Jaex 65062b5332 Store input delay in region capture options 2021-04-10 19:58:44 +03:00
ImgBotApp d78be465ae
[ImgBot] Optimize images
*Total -- 998.41kb -> 570.49kb (42.86%)

/ShareX.ScreenCaptureLib/Resources/edit-italic-white.png -- 14.70kb -> 0.34kb (97.7%)
/ShareX.ScreenCaptureLib/Resources/grid-white.png -- 14.72kb -> 0.35kb (97.62%)
/ShareX.ScreenCaptureLib/Resources/edit-vertical-alignment-top-white.png -- 14.73kb -> 0.36kb (97.55%)
/ShareX.ScreenCaptureLib/Resources/edit-vertical-alignment-white.png -- 14.72kb -> 0.36kb (97.55%)
/ShareX.ScreenCaptureLib/Resources/edit-alignment-white.png -- 14.73kb -> 0.36kb (97.55%)
/ShareX.ScreenCaptureLib/Resources/edit-alignment-center-white.png -- 14.73kb -> 0.36kb (97.53%)
/ShareX.ScreenCaptureLib/Resources/edit-vertical-alignment-middle-white.png -- 14.73kb -> 0.37kb (97.51%)
/ShareX/Resources/edit-scale-white.png -- 15.21kb -> 0.38kb (97.48%)
/ShareX.ScreenCaptureLib/Resources/edit-alignment-right-white.png -- 14.74kb -> 0.37kb (97.47%)
/ShareX.ScreenCaptureLib/Resources/edit-underline-white.png -- 14.74kb -> 0.38kb (97.45%)
/ShareX.ScreenCaptureLib/Resources/edit-bold-white.png -- 14.74kb -> 0.38kb (97.43%)
/ShareX.ScreenCaptureLib/Resources/layer-shape-line-white.png -- 14.75kb -> 0.38kb (97.42%)
/ShareX.ScreenCaptureLib/Resources/layer-shade-white.png -- 14.75kb -> 0.38kb (97.41%)
/ShareX/Resources/edit-drop-cap-white.png -- 14.79kb -> 0.40kb (97.33%)
/ShareX/Resources/barcode-2d-white.png -- 14.82kb -> 0.40kb (97.31%)
/ShareX.ScreenCaptureLib/Resources/edit-outline-white.png -- 15.21kb -> 0.42kb (97.27%)
/ShareX.ScreenCaptureLib/Resources/layer-shape-arrow-white.png -- 14.77kb -> 0.41kb (97.24%)
/ShareX.ScreenCaptureLib/Resources/CircleNode.png -- 19.52kb -> 0.58kb (97.05%)
/ShareX.ScreenCaptureLib/Resources/edit-shade-white.png -- 14.86kb -> 0.49kb (96.73%)
/ShareX.ScreenCaptureLib/Resources/edit-outline.png -- 14.42kb -> 0.55kb (96.21%)
/ShareX.ScreenCaptureLib/Resources/balloon-box-left.png -- 15.41kb -> 0.61kb (96.03%)
/ShareX/Resources/edit-scale.png -- 14.45kb -> 0.60kb (95.86%)
/ShareX.ScreenCaptureLib/Resources/pencil.png -- 15.63kb -> 0.85kb (94.53%)
/ShareX.UploadersLib/Favicons/Seafile.png -- 3.15kb -> 0.79kb (74.98%)
/ShareX.UploadersLib/Favicons/Chevereto.png -- 6.65kb -> 2.61kb (60.83%)
/ShareX.UploadersLib/Resources/puush-256.png -- 5.71kb -> 2.71kb (52.49%)
/ShareX.UploadersLib/Resources/navigation-270-button-white.png -- 1.41kb -> 0.70kb (50.17%)
/ShareX/Resources/GitHub-White-32x32.png -- 1.53kb -> 0.78kb (48.95%)
/ShareX/Resources/network-ip.png -- 1.37kb -> 0.71kb (48.26%)
/ShareX/Resources/application-icon-large.png -- 1.44kb -> 0.78kb (45.45%)
/ShareX/Resources/upload-cloud.png -- 1.50kb -> 0.83kb (44.97%)
/ShareX.ScreenCaptureLib/Resources/image-saturation.png -- 1.44kb -> 0.84kb (41.86%)
/ShareX/Resources/image-saturation.png -- 1.44kb -> 0.84kb (41.86%)
/ShareX/Resources/pencil.png -- 1.51kb -> 0.90kb (40.7%)
/ShareX/Resources/disk-rename.png -- 1.56kb -> 0.94kb (39.79%)
/ShareX/Resources/GitHub-Black-32x32.png -- 1.67kb -> 1.08kb (35.65%)
/ShareX.HelpersLib/Resources/cross.png -- 2.12kb -> 1.43kb (32.24%)
/ShareX.UploadersLib/Favicons/AzureStorage.png -- 8.87kb -> 6.06kb (31.71%)
/ShareX.UploadersLib/Favicons/ZeroWidthShortener.png -- 4.66kb -> 3.53kb (24.32%)
/ShareX.UploadersLib/Favicons/Sul.png -- 8.82kb -> 6.84kb (22.39%)
/ShareX.HelpersLib/Resources/Loading.gif -- 22.63kb -> 18.85kb (16.68%)
/ShareX.Setup/WindowsStore/Assets/LargeTile.scale-400.png -- 88.90kb -> 74.83kb (15.83%)
/ShareX.HelpersLib/Resources/LoadingSmallWhite.gif -- 0.83kb -> 0.70kb (15.23%)
/ShareX.HelpersLib/Resources/LoadingSmallBlack.gif -- 0.83kb -> 0.70kb (15.23%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.scale-150.png -- 6.65kb -> 5.71kb (14.09%)
/ShareX.Setup/WindowsStore/Assets/Square150x150Logo.scale-125.png -- 6.74kb -> 5.79kb (14%)
/ShareX.Setup/WindowsStore/Assets/SmallTile.scale-150.png -- 5.27kb -> 4.54kb (13.96%)
/ShareX.Setup/WindowsStore/Assets/StoreLogo.scale-125.png -- 6.23kb -> 5.36kb (13.95%)
/ShareX.Setup/WindowsStore/Assets/Wide310x150Logo.scale-125.png -- 7.19kb -> 6.18kb (13.94%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.targetsize-256.png -- 37.25kb -> 32.47kb (12.83%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.altform-unplated_targetsize-256.png -- 37.25kb -> 32.47kb (12.83%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.scale-200.png -- 9.12kb -> 7.97kb (12.61%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.targetsize-48.png -- 4.66kb -> 4.10kb (11.91%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.altform-unplated_targetsize-48.png -- 4.66kb -> 4.10kb (11.91%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.scale-400.png -- 22.21kb -> 19.58kb (11.88%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.scale-125.png -- 5.11kb -> 4.52kb (11.53%)
/ShareX.Setup/WindowsStore/Assets/SmallTile.scale-400.png -- 18.16kb -> 16.07kb (11.47%)
/ShareX.Setup/WindowsStore/Assets/LargeTile.scale-150.png -- 21.11kb -> 18.69kb (11.44%)
/ShareX.Setup/WindowsStore/Assets/LargeTile.scale-100.png -- 12.56kb -> 11.13kb (11.4%)
/ShareX.Setup/WindowsStore/Assets/StoreLogo.scale-150.png -- 7.39kb -> 6.55kb (11.31%)
/ShareX.Setup/WindowsStore/Assets/Square150x150Logo.scale-400.png -- 30.92kb -> 27.43kb (11.3%)
/ShareX.Setup/WindowsStore/Assets/Wide310x150Logo.scale-200.png -- 13.09kb -> 11.62kb (11.26%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.scale-100.png -- 4.03kb -> 3.58kb (11.13%)
/ShareX.Setup/WindowsStore/Assets/Wide310x150Logo.scale-150.png -- 8.76kb -> 7.79kb (11.07%)
/ShareX.Setup/WindowsStore/Assets/LargeTile.scale-125.png -- 16.75kb -> 14.90kb (11.04%)
/ShareX.Setup/WindowsStore/Assets/StoreLogo.scale-400.png -- 26.21kb -> 23.32kb (11.03%)
/ShareX.Setup/WindowsStore/Assets/StoreLogo.scale-200.png -- 10.73kb -> 9.54kb (11.03%)
/ShareX.Setup/WindowsStore/Assets/StoreLogo.scale-100.png -- 4.73kb -> 4.21kb (10.92%)
/ShareX.Setup/WindowsStore/Assets/Square150x150Logo.scale-200.png -- 12.13kb -> 10.84kb (10.67%)
/ShareX.Setup/WindowsStore/Assets/Square150x150Logo.scale-150.png -- 8.19kb -> 7.34kb (10.28%)
/ShareX.Setup/WindowsStore/Assets/Square150x150Logo.scale-100.png -- 5.13kb -> 4.62kb (10.07%)
/ShareX.Setup/WindowsStore/Assets/Wide310x150Logo.scale-400.png -- 33.83kb -> 30.42kb (10.06%)
/ShareX.Setup/WindowsStore/Assets/SmallTile.scale-200.png -- 7.27kb -> 6.54kb (10.04%)
/ShareX.Setup/WindowsStore/Assets/Wide310x150Logo.scale-100.png -- 5.41kb -> 4.87kb (9.9%)
/ShareX.Setup/WindowsStore/Assets/LargeTile.scale-200.png -- 31.56kb -> 28.55kb (9.55%)
/ShareX.Setup/WindowsStore/Assets/SmallTile.scale-125.png -- 4.20kb -> 3.83kb (8.81%)
/ShareX.UploadersLib/Favicons/Gfycat.png -- 0.85kb -> 0.80kb (5.74%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.targetsize-32.png -- 2.45kb -> 2.32kb (5.22%)
/ShareX.Setup/WindowsStore/Assets/Square44x44Logo.altform-unplated_targetsize-32.png -- 2.45kb -> 2.32kb (5.22%)
/ShareX.HelpersLib/Resources/ShareX_Logo.png -- 24.76kb -> 23.64kb (4.54%)
/ShareX.Setup/WindowsStore/Assets/SmallTile.scale-100.png -- 2.85kb -> 2.72kb (4.43%)
/ShareX.ScreenCaptureLib/Stickers/BlobEmoji/blobyes.png -- 5.79kb -> 5.74kb (0.98%)
/ShareX.ScreenCaptureLib/Stickers/BlobEmoji/blobthanks.png -- 5.52kb -> 5.48kb (0.71%)
/ShareX.ScreenCaptureLib/Stickers/BlobEmoji/blobno.png -- 5.33kb -> 5.29kb (0.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-10 17:34:38 +00:00
kanaxx a57ad69915 update Japanese translations 2021-03-05 00:29:23 +09:00
Jaex d071a62a0b Added inspect window and control buttons 2021-01-13 23:37:12 +03:00
Jaex f86d009686 Also added border style option to ellipse, freehand, line, arrow and magnify annotation tools 2020-12-06 02:37:50 +03:00
Jaex c569434762 Use custom enum for border style 2020-12-06 02:05:36 +03:00
Jaex e4d9f19c4b Added border style option to rectangle annotation 2020-12-06 01:58:30 +03:00
Jaex 028c5d206a Merge branch 'master' of https://github.com/ShareX/ShareX 2020-11-09 20:31:57 +03:00
Jaex 0b23ff9b05 fixed #5179: Wrong control name 2020-11-09 20:31:48 +03:00
simonporte c537c24bcb Update French translation 2020-11-08 00:30:39 +01:00
kanaxx 9be75ded3c update Japanese translations 2020-10-31 00:08:22 +09:00
Jaex 07e9405060 Fixed tooltip multi line issue 2020-10-29 16:40:38 +03:00
L1Q 93cf3779fa Fix "Remember menu state" + "Lock menu" issue.
Make sure the menu position is set when "Remember menu state" is enabled.
2020-10-29 07:24:25 +00:00
kanaxx f6211f2604 add Japanese translations 2020-10-26 22:43:55 +09:00
Jaex c56e4c0f0a If recording devices uninstalled then set default sources 2020-10-26 15:52:10 +03:00
YFdyh000 ad9ef8e11e Update Chinese (Simplified) translations 2020-10-26 06:03:34 +08:00
Jaex c626951edb Don't lock menu by default 2020-10-23 14:08:21 +03:00
L1Q ab0af586c1 Update russian translation 2020-10-22 05:44:51 +01:00
L1Q df90adf874 Improve localization support
Move lines to resx
2020-10-22 05:18:00 +01:00
Jaex 8dc1dfd8e4 fixed #5137: Handle clipboard contains errors 2020-10-21 12:50:24 +03:00
Jaex 28c9e57e92 Include ja-JP.resx files 2020-10-13 14:26:36 +03:00
Jaex 4827968e52 fixed #5121: Escape device names 2020-10-12 19:50:45 +03:00
Jaex 5f26d21569 Draw custom toolbar grips 2020-10-08 17:21:30 +03:00
Jaex c4a76746bf Make sure annotation toolbar is not bigger than editor window 2020-10-08 16:18:32 +03:00
Jaex f7829440e8 Code refactor 2020-10-07 12:45:26 +03:00
Scratch 5952c25098 Allow drawing arrows in reverse 2020-10-06 19:53:16 +11:00
Jaex fd8775ff5e Added option to swap enter key behavior in input box 2020-10-01 16:00:52 +03:00
Jaex ad2727a555 Added screen color picker info text option 2020-10-01 02:11:57 +03:00
Jaex 2062845f84 Removed Q hotkey from region capture because users keep pressing it accidentally 2020-09-24 22:09:53 +03:00
Jaex ed5a8c0765
Merge pull request #5069 from kanaxx/l10n_japanese
Adding Japanese Language Support
2020-09-24 20:36:01 +03:00
Jaex 4d7c9254fd Update drag item visibility 2020-09-24 10:50:50 +03:00
Jaex 5e9efa6fdb Removed unused resources 2020-09-24 10:21:15 +03:00
Jaex 922e09b2c5 Added lock menu option that way drag image can be hidden 2020-09-23 22:35:04 +03:00
Jaex 9deb7db031 Increased region capture menu button sizes, moved menu to top of monitor 2020-09-23 22:06:42 +03:00
Jaex dc21005e74 fixed #5061: Support region capture hover area with Enter key and handle missing path 2020-09-22 15:51:20 +03:00
Jaex 31c94623da In image editor show menu tooltips for task status 2020-09-20 02:26:53 +03:00
kanaxx b6860aac9c modify Japanese translation 2020-09-19 22:07:45 +09:00
kanaxx b4128e3bad adding resources of Japanese translation 2020-09-18 00:31:16 +09:00
Jaex 894a41bc4e Code refactor 2020-09-15 22:12:57 +03:00
Jaex 28ef152d06 Duplicate shape to cursor position 2020-09-15 21:44:39 +03:00
Jaex 127030ce4c Added Duplicate button to edit menu 2020-09-15 20:54:38 +03:00
Jaex d4425589a6 Fixed cursor duplicate 2020-09-15 20:13:41 +03:00
Jaex a2b1b2be5d Fixed image duplicate 2020-09-15 19:58:08 +03:00
Jaex fce38f518a Fixed effect duplicate 2020-09-15 19:42:58 +03:00
Jaex 22b582e0d1 fixed #5044: Added duplicate hotkey (ctrl + d) 2020-09-15 05:00:05 +03:00
Jaex cf77b2afa2 Added "Replace result URL using regular expression substitutions" option to task settings 2020-09-12 23:44:35 +03:00
Jaex e3897cf5ab Merge branch 'menu-icon-size' 2020-09-11 19:29:20 +03:00
Jaex 35f9898325
Merge pull request #5017 from Scrxtchy/GifBayerScale
Bayer Scale can be changed for gifs if Bayer dither is in use
2020-09-11 19:25:58 +03:00
Jaex a19439ef33 Code refactor 2020-09-10 13:18:00 +03:00
Michael Delpach ce35af243c Update ShapeManagerMenu.cs 2020-09-10 07:36:55 +08:00
Michael Delpach 27b398230b Update ShapeManagerMenu.cs 2020-09-09 08:39:58 +08:00
Michael Delpach d72c4751e7 Autoscale Region Capture toolbar based on DPI 2020-09-09 08:12:50 +08:00
Jaex e7262df5f0 Added menu icon size option to region capture 2020-09-08 20:16:19 +03:00
Jaex a277389f61 Project cleanup 2020-09-06 12:30:29 +03:00
Scratch f7459c9bcb Bayer Scale can be changed for gifs if Bayer dither is in use
Closes #5013
2020-09-03 22:43:46 +10:00
RieL cfb241ad7e Updated missing Korean translations and more
Screenshot delay -> 스크린샷 지연
and added some other missing translations & ':'s.
2020-09-03 03:49:17 +09:00
Jaex bc7c7adf26 Use ShareX/FFmpeg repo for FFmpeg download 2020-09-02 12:19:20 +03:00
simonporte bdf4db16d3 Update french translation 2020-09-01 18:54:25 +02:00
L1Q 69e8c22479 Update russian translation 2020-08-31 12:30:29 +01:00
Jaex eabb0c8b23 Change size of color box 2020-08-28 21:55:15 +03:00
Jaex 745d1fd136 Dispose result image 2020-08-23 18:30:12 +03:00
Scratch 2f74a89e16 Use result image for auto crop in Image Editor
Closes #4994
2020-08-23 23:10:45 +10:00
Jaex aeb3ad6cf1 Revert "Fixed ruler disappearing when the region box is too small."
This reverts commit 160fee245c.
2020-08-13 15:17:31 +03:00
Jaex df87861c0d Fix info tooltip position for screen color picker 2020-08-13 14:32:55 +03:00
Jaex 01cbb02740 Change design of screen color picker tooltip color box 2020-08-12 11:20:51 +03:00
Jamie Sharpe 160fee245c Fixed ruler disappearing when the region box is too small. 2020-08-09 14:05:42 +01:00
Jaex b45751f264 Added BlobEmoji folder 2020-08-09 09:59:58 +03:00
Jaex 7f301afd99 Removed BlobEmoji folder 2020-08-09 09:42:00 +03:00
Jaex b1ae6e4523 Create redtick.png 2020-08-09 09:38:34 +03:00
Jaex a1f079d674 In region capture form apply custom theme to text tooltips 2020-08-01 16:08:00 +03:00
Jaex a883f2bf63 Color picker form now by default checks clipboard for color text 2020-07-28 14:52:12 +03:00
Michael Delpach 7f6e0f6641 Update FFmpegOptionsForm.Designer.cs 2020-07-11 18:58:44 +08:00
Jaex 11ce1f0fad Use reflection to apply theme to form components 2020-07-09 11:15:43 +03:00
Michael Delpach f0a982fdf3 Rebase to 0c039b9ee0
0c039b9ee0
2020-07-06 07:23:59 +08:00
Michael Delpach 50f86ee79a Revert "Revert "Merge branch 'master' of https://github.com/ShareX/ShareX""
This reverts commit 85fdab3c56.
2020-07-06 06:37:56 +08:00
Michael Delpach 85fdab3c56 Revert "Merge branch 'master' of https://github.com/ShareX/ShareX"
This reverts commit 2903ca1082, reversing
changes made to 195c0f2f8a.
2020-07-06 06:27:50 +08:00
Michael Delpach 2903ca1082 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-07-06 06:26:47 +08:00
Jaex 4a444ca164 Added area and perimeter info to ruler tool 2020-07-05 08:12:55 +03:00
Michael Delpach b5d68b721e .NET Framework upgrade to 4.7.2 to fix multi-DPI issues
Starting with the .NET Framework 4.7, Windows Forms includes enhancements for common high DPI and dynamic DPI scenarios - See https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
2020-06-29 07:36:48 +08:00
Michael Delpach 195c0f2f8a Revert "Merge branch 'master' into tweaks"
This reverts commit 162badae3b, reversing
changes made to e0f2812f3d.
2020-06-29 06:10:21 +08:00
morsisko b18ac380a6 Changed label dock to anchor control in TextDrawingInputBox 2020-06-18 14:42:44 +02:00
morsisko 68ff7a27f0 Docked label to the bottom-left corner of TextDrawingInputBox 2020-06-17 23:12:46 +02:00
Jaex b16f93fda5 Added interpolation mode option to image watermark 2020-06-17 16:40:29 +03:00
Jaex e735b6dc22 fixed #4848: Increase minimum scrolling capture delays to 100 2020-06-02 17:05:07 +03:00
Jaex d6600df108 Removed ExperimentalCustomTheme option 2020-05-22 08:44:02 +03:00
Jaex be7a104d9d Support theme opacity in quick task menu 2020-05-20 06:26:46 +03:00
Jaex 9c89c521d2 Include pt-PT.resx files 2020-05-07 08:47:10 +03:00
Jaex 22943c2429
Merge pull request #4774 from FarewellAngelina/master
PT-PT Language
2020-05-01 23:26:23 +03:00
Jaex b5ccbd612e fixed #4746: Right click should show exit confirmation for image editor too 2020-05-01 01:46:44 +03:00
Farewell Angelina 28c29feb18 PT-PT Language 2020-04-30 00:45:09 +01:00
Jaex 96296c51eb Added RandomFast and RandomCrypto classes 2020-04-23 16:41:09 +03:00
Jaex 2cf641b009 Code refactoring 2020-04-11 17:00:14 +03:00
Jaex a96d1bd171 NuGet update 2020-04-09 21:32:57 +03:00
Jaex 3af880d940 fixed #4733: Region capture "Enable animations" option also gonna affect ants animation 2020-04-09 21:11:12 +03:00
Jaex 9bf2f26e25 fixed #4732: If theme checker size is lower than 1 then use solid color for backgrounds 2020-04-09 19:54:18 +03:00
Jaex 0daddf2049 If FFmpeg operation fail then show error output window 2020-04-07 03:09:44 +03:00
Jaex 8e244b5982 Added hover and grab cursor support to all image editor controls 2020-04-02 17:32:28 +03:00
Jaex ca53d6e1a5 Revert "Also use grab cursor when resizing nodes"
This reverts commit e94178fe84.
2020-04-02 17:27:04 +03:00
Jaex e94178fe84 Also use grab cursor when resizing nodes 2020-04-02 16:19:35 +03:00
Jaex ef0d5a89cb In region capture when moving or panning use grab cursor 2020-03-31 21:55:55 +03:00
Jaex 936060c63d Added IsDarkTheme property 2020-03-31 10:26:18 +03:00
Jaex 1b92062007 fixed #4694: Added white icons for annotation buttons 2020-03-31 10:11:02 +03:00
Jaex f2a6e1f97c fixed #736: Added option to support transparent region selection in screen recorder 2020-03-27 02:54:20 +03:00
Jaex 335972455a More Bitmap usage 2020-03-23 22:33:26 +03:00
Jaex 0137f60a0d All ImageHelpers methods return bitmap now instead of image 2020-03-22 02:22:43 +03:00
Jaex c1bcb15d98 Use bitmap in manipulation image effects 2020-03-22 01:07:38 +03:00
Jaex cfdad2c27c Use bitmap in drawing image effects 2020-03-22 00:16:55 +03:00
Jaex b8c10a7067 Decrease unnecessary bitmap casts 2020-03-21 04:41:34 +03:00
Jaex f49c345ffd Smart eraser tool gonna use dimmed background color in region capture but output result gonna use proper color 2020-03-20 23:22:08 +03:00
Jaex 8166637642 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-03-20 22:02:30 +03:00
Jaex 42e1067412 Return bitmap instead of image 2020-03-20 22:02:26 +03:00
mdmk 02e315b8e6 Update french translation
Complete missing strings
Correct end of string ponctuation
Plus a few adjustments for word consistency
2020-03-20 00:07:48 +01:00
Jaex 4f0234fe74 Added smart eraser annotation tool 2020-03-11 15:19:04 +03:00
Jaex df9ee1aef8 Removed bmpBackgroundImage 2020-03-11 11:48:40 +03:00
Jaex 4910951c4a Calculate tail size depending on border size 2020-02-18 16:50:48 +03:00
Jaex 2ba6ffcbb4 BlobEmoji update 2020-02-15 10:04:33 +03:00
L1Q af7c0effcd Update russian translation 2020-02-14 23:37:05 +02:00
Jaex efcca39ae6 Rename DarkTheme to CustomTheme 2020-02-08 18:07:17 +03:00
Jaex acd262737b Rename UseDarkTheme to UseCustomTheme 2020-02-05 11:13:55 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 4b774e4c7d Fix Q press crash 2020-02-02 03:16:16 +03:00
Jaex 9aedfba8b9 Include uk.resx files 2020-01-28 08:57:28 +03:00
Jaex 58e3633fe8 Step tail will be only active when initially clicked on tail node 2020-01-28 08:46:07 +03:00
Олександр (6c6c6) ae475ce88a
Some ukrainian fixes and updates 2020-01-23 17:45:05 +02:00
Олександр (6c6c6) 977b845726
Ukrainian translation update
Almost completed Ukrainian localization. Anyone can join the translation [here](https://crowdin.com/project/sharex-unofficial/).
2020-01-21 17:48:12 +02:00
Jaex 661d9e3668 fixed #4418: Make sure to use currently selected shape tool when updating shape options 2020-01-16 18:44:01 +03:00
Jaex 9eca2f3b83 Support dark theme in sticker picker window 2020-01-16 13:51:14 +03:00
Jaex d05cf467e7 Fix ImageListView issue 2020-01-16 13:07:32 +03:00
Jaex dd23053dc6 NuGet update 2020-01-16 11:03:00 +03:00
Jaex 098056a9ce Step label tail improvements 2020-01-15 00:48:31 +03:00
Jaex 210865bc50 Added tail support to step shape 2020-01-15 00:25:36 +03:00
Jaex 3b5da9cb9f Allow region capture color dialogs to have screen color picker support 2020-01-03 18:09:21 +03:00
Jaex ae2af647ab Allow region capture to have screen color picker support when use dimming option is not enabled 2020-01-01 01:40:05 +03:00
Jaex 65fb293512 Added GetFileDropList method to ClipboardHelpers 2019-12-12 16:06:57 +03:00
Jaex 4f617f594b fixed #4519: Handle clipboard exceptions when getting text 2019-12-12 15:03:22 +03:00
Jaex a9d14f940f Use const for encoder quality ranges 2019-12-01 19:50:41 +03:00
Jaex 7aeddfc403 aac is not experimental anymore 2019-11-28 20:08:38 +03:00
Jaex 9a9771840e Only use these args while recording 2019-11-28 20:05:14 +03:00