Commit graph

624 commits

Author SHA1 Message Date
Jaex 5790010cfd Added exit ShareX hotkey 2017-01-22 15:41:20 +03:00
Jaex 300ae0e19d Added toggle actions toolbar hotkey 2017-01-22 14:15:47 +03:00
Jaex 25688d52c0 Use .sxcu extension on export import control 2017-01-16 23:49:08 +03:00
Jaex 5d6d066849 Custom uploader extension can activate and select destinations now 2017-01-15 19:42:31 +03:00
Jaex 29bb8301e5 ShareX related methods moved from RegistryHelpers to IntegrationHelpers 2017-01-14 15:02:43 +03:00
Jaex 2fac39d779 Small changes to resize 2017-01-12 12:18:17 +03:00
wolfborg 64ccd5459d Added ResizeMode enum 2017-01-11 21:30:24 -05:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex d64735ad8d .sxcu extension can add custom uploader now 2017-01-09 19:41:55 +03:00
Jaex a07fc4f615 Adding custom uploader extension (.sxcu) support 2017-01-09 18:50:09 +03:00
Jaex 6ff0d09957 Save simple actions form position, option to run it at startup 2017-01-01 02:07:58 +03:00
Jaex 8e645883a9 #2144: Adding customizable simple actions window 2016-12-28 14:23:01 +03:00
Jaex a912197056 Make sure to dispose stuffs 2016-12-26 20:23:29 +03:00
gaelbenoit 2a6e66cf18 Update ImageHelpers.cs
Index Out Of Range when using Blur filter on a portrait picture
y maximum is 'y < h' so newColors array should be sized from h, not w
2016-12-20 14:07:03 +01:00
Jaex 989d2ca768 Update changelog url 2016-12-12 19:55:25 +03:00
Jaex 1fb3231e9d fixed #2145: After screen recording if file name modified in after capture window then rename video file 2016-12-12 18:24:49 +03:00
Jaex 8dfe17fe3d Use issues page link with both open and closed issues 2016-12-09 18:07:20 +03:00
Jaex aceb7c9fd3 Remove ShapeType from resx 2016-11-30 18:17:54 +03:00
Jaex e07d4cb036 Removed rounded rectangle region and drawing instead rectangle have corner radius option
Changes to annotation options default values
2016-11-30 18:17:12 +03:00
Jaex b417d31c0c Show color picker crosshair by default 2016-11-30 16:01:12 +03:00
Jaex 1f44d213a6 Pre calculate pixelate pixel count to increase performance 2016-11-28 16:24:27 +03:00
Jaex 1dc9ce44c6 Allow higher pixelate size for one color rectangle fill 2016-11-28 16:08:17 +03:00
Jaex c40b8e1867 fixed #2114: German typo 2016-11-28 11:53:07 +03:00
Jaex 6878bfea79 Added Reset function to HotkeySelectionButton 2016-11-25 03:24:53 +03:00
Jaex 54b15d421a Added GitHubUpdateManager to HelpersLib 2016-11-24 03:18:42 +03:00
Jaex 73072e2c7c Invalidate control on text update 2016-11-22 03:48:26 +03:00
Jaex bf5272dbbd Added HotkeySelectionButton control 2016-11-22 03:31:39 +03:00
Jaex 5c0cda85c4 Added KeyboardHook class to HelpersLib 2016-11-21 09:00:10 +03:00
Jaex 76177f8d7f QR code form moved to ShareX project 2016-11-21 08:43:24 +03:00
Jaex 06c29e2d33 Few NativeMethods changes 2016-11-21 08:37:42 +03:00
Jaex fadddf7ade Removed automate tool 2016-11-17 15:14:51 +03:00
Jaex 3adc1de4e1 Change values of blur radius numeric up down to enforce odd numbers 2016-11-14 02:27:24 +03:00
Jaex 2c15b7f434 Added another box blur method 2016-11-14 02:00:55 +03:00
Jaex 3f2ed7f11b AnnotateImage method moved to ShareX project from HelpersLib project 2016-11-14 00:19:26 +03:00
Jaex 91714d3235 Remade TornEdges method 2016-11-14 00:04:13 +03:00
Jaex 56815698ec TrimTransparent methods moved to ImageHelpers class as AutoCropImage 2016-11-13 22:53:58 +03:00
Jaex cab2ec0b2b Added fast box blur method 2016-11-13 19:33:53 +03:00
Jaex 1d9b1a07c8 Added faster pixelate method 2016-11-13 16:59:06 +03:00
Jaex 14cde29c05 ImageHelpers refactoring 2016-11-12 20:22:49 +03:00
Jaex 7ce22b566a Merge pull request #2042 from Shadorc/master
Update French translation
2016-11-06 07:13:11 +02:00
David 2459cf2156 Update French translation 2016-11-05 12:37:12 +01:00
L1Q b6dc1a1708 Updating russian translation 2016-11-04 23:27:22 +02:00
Jaex d3736e4565 Move and reorganize form events to regions 2016-11-01 16:16:44 +03:00
Jaex e2a6e5fba3 Update region capture tips 2016-10-31 14:30:05 +03:00
Julius Vitkauskas 03e6aea326 Dispose MemoryStream objects after using them 2016-10-16 20:52:39 +03:00
Jaex a948c6f793 #1960: Also ignore cloaked windows in region capture 2016-10-16 01:12:15 +03:00
Jaex dc1dce8b7a Merge pull request #2000 from campbeb/fix1960
Hide background UWP apps from window capture options
2016-10-16 00:40:14 +03:00
campbeb 0f788ab665 Add DWM check 2016-10-15 17:11:53 -04:00
campbeb 1bfb545d33 Hide background UWP apps from window capture options
UWP apps that aren't shown are 'cloaked'
2016-10-15 16:41:25 -04:00
campbeb 2d64a1960d Add user name to IPC channel name
Make IPC channel name unique per user to fix access denied problems on
multiuser systems.
Fixes #1994.  May also fix #1462 and #1509
2016-10-15 14:58:04 -04:00