Commit graph

1192 commits

Author SHA1 Message Date
Jaex 9e431ee6f2 Added es-MX to csproj, removed unused resx entries from other languages 2018-08-07 12:21:38 +03:00
Jaex aab1faf67c Check is form disposed after FFmpeg download 2018-08-04 09:12:12 +03:00
Jaex ffc2ef1db7 Using ContinueInCurrentContext in few places 2018-08-03 17:16:36 +03:00
Jaex 1cc41d3c42 Removed TaskEx class instead using async/await 2018-08-03 16:38:18 +03:00
Jaex f270c59190 No need TaskEx.Run anymore 2018-08-03 14:01:12 +03:00
Jess 9a350fbc5f
Update TW translation
Updated Taiwanese translation and optimized some expressions.
2018-07-31 16:43:48 +08:00
gehongyan 568178d92b Merge pull request #2 from gehongyan/master Chinese Updated 2018-07-26 00:11:23 +08:00
gehongyan f891cfb5d9 Merge branch 'language/ChineseUpdate' of https://github.com/gehongyan/ShareX into language/ChineseUpdate 2018-07-25 22:27:02 +08:00
Chris Pilcher c37ed09cd2 Fixed multiple capitalization errors which prevented building. 2018-07-17 09:49:53 -04:00
Jaex 894e6a6433 #3530: Save buttons in image editor will use task settings to generate name if file name is not supplied yet, that way user can save without use "save as..." dialog first 2018-07-16 12:44:23 +03:00
Jaex c5f24df681 Changed sticker tool icon to smiley 2018-07-13 08:35:54 +03:00
Jaex 1fe837eee4 Changed sticker tool icon to smiley 2018-07-13 08:35:07 +03:00
Absay 98a1b39b5e Merge branch 'master' of https://github.com/absay/ShareX 2018-07-10 12:36:09 -05:00
absay cdff9ed3d2 Lines starting 2018-07-10 12:03:25 -05:00
Jaex e01be83d69 Update BlobEmoji 2018-06-22 21:32:36 +03:00
Jaex 2310e02260 Added tooltips to input box 2018-06-18 21:37:47 +03:00
Jaex 09f0ecc7e3 Fix one off issues 2018-06-18 19:15:34 +03:00
Jaex 568991cb45 Added gradient color support to Text (Outline) tool 2018-06-18 16:53:59 +03:00
Jaex 2e2ad7f437 Fixed fixed size region mode resize node proportional resizing 2018-06-17 09:24:00 +03:00
Jaex d84cf9e48d If color of line changed don't reset center points 2018-06-06 01:27:08 +03:00
Jaex c6959220ba By default don't close editor on task 2018-06-04 18:48:17 +03:00
Jaex ec1d942cf5 Rename IsAnnotated to IsModified 2018-06-04 18:47:38 +03:00
Jaex ec45f15922 fixed #3374: Added screen color picker support to image editor color picker, also gonna show recent colors in screen color picker tool too 2018-06-02 15:34:52 +03:00
Jaex d48f793da9
Merge pull request #3411 from JooHyungByun/master
Update Korean Translation
2018-05-20 23:27:47 +03:00
Jaex c08bd09cb7 Added enter and esc key support to image editor dialogs 2018-05-20 17:46:35 +03:00
gunooknam fcf8d0f189 Fix comment 2018-05-19 23:28:45 +09:00
joohyungbyun 5ae9251205 Update Korean translation : Resources 2018-05-17 18:38:16 +09:00
joohyungbyun 1b3c794bfb Update Korean translation : StickerForm & StickerPackForm 2018-05-17 18:05:01 +09:00
joohyungbyun 9a4dfda570 Update Korean translation : NewImageForm 2018-05-17 17:41:42 +09:00
joohyungbyun 529ce4c53b Update Korean translation : ImageSizeForm 2018-05-17 17:23:38 +09:00
joohyungbyun 27652e0f91 Update Korean translation : ImgageInsertForm 2018-05-17 17:12:09 +09:00
joohyungbyun d013f3dd0f Update Korean translation : EditorStartupForm 2018-05-17 16:58:27 +09:00
Jaex 795822a7b2 Removed StyleCop.Analyzers 2018-05-16 17:29:34 +03:00
Jaex cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex 7dc95f4ae7 Fix "Multiple statements in one line" 2018-05-16 11:09:01 +03:00
Jaex 0f82e47ed4
Merge pull request #3390 from L1Q/master
Translation improvements and updates
2018-05-13 08:29:07 +03:00
L1Q 1bebf9de66 Update russian translation 2018-05-13 06:20:16 +03:00
L1Q 8a4afdbdfc Improve translation support
- resize color picker form for better compatibility
- move strings to resources
- mark strings invariant
2018-05-13 06:19:16 +03:00
Jaex 9448df3cda fixed #3385: Make sure line and arrow easily selectable 2018-05-12 11:10:48 +03:00
Jaex dae4809133 Rename selective color value to threshold 2018-05-09 00:24:05 +03:00
Jaex 5a6e305bc2 Migrate packages.config to PackageReference 2018-05-07 22:04:37 +03:00
Jaex 7dcde28b9b Removed ctrl + mouse wheel tool changing 2018-04-30 19:50:27 +03:00
Jaex 62dc5ff676 Allow to hide magnifier with mouse wheel if magnifier size reach below minimum pixel size 2018-04-30 19:45:35 +03:00
Jaex 47f91bd4e8 Resume form on shape update 2018-04-30 16:41:39 +03:00
Jaex 4a30690a69 Added link to region capture keybinds page 2018-04-30 16:19:57 +03:00
Jaex 6b550e05cb
Merge pull request #3347 from bidolah/dev5
Cleanup code
2018-04-29 03:51:42 +03:00
Ivan Bidolakh f2e5b2b5ba Remove unnecessary parameter check
IsEditorMode is always false, look first "if" block
2018-04-29 02:11:44 +03:00
Ivan Bidolakh aa1e8afe43 Cleanup code
newPoints is array of structs "System.Drawing.Point". Any element of an array can not be null. That expression (newPoints[i] == null) always return false. So, we can remove this cycle without changes in program logic.
2018-04-29 01:38:21 +03:00
Jaex a9bcb02e0e On screen color picker add color box near cursor tooltip 2018-04-26 20:17:02 +03:00
Jaex 4776c83d08 Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00