Commit graph

588 commits

Author SHA1 Message Date
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
Jaex d89dd984f4 Fix action output issue 2016-10-14 20:43:04 +03:00
Alexandre Oliveira b9de7e49f2 Update Brazilian Portuguese translation 2016-10-13 12:25:38 -03:00
Jaex fc1e464e50 Remember menu state option also gonna remember collapsed state of menu 2016-10-13 11:47:26 +03:00
Jaex 6e2107a4b4 Don't use round edges in main window toolstrip 2016-10-06 01:33:47 +03:00
Jaex 7fee1f3da5 No need to override render border when RoundedEdges false 2016-10-05 23:35:13 +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 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 48aaa5f56e Fix toolstrip visual artifact in right side 2016-09-30 22:05:26 +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 f0f8d0711c Adding menu form inside ShapeManager 2016-09-30 19:11:59 +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 77dd1fff06 Added UpdateManager class 2016-09-29 03:33:12 +03:00
Jaex 1aa169fb6a Remove unused resx fields 2016-09-17 11:33:27 +03:00
Jaex 17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
Jaex d3e9536aea Removed region capture (simple annotate) hotkey because default region capture have all features of it now 2016-09-17 09:13:36 +03:00
Jaex f0fd4d101d In about window only show link to GitHub contributors page because it is unfair to just show uploader contributions and not rest of contributions 2016-09-14 01:34:30 +03:00
Jaex be5f57ef9a NuGet update 2016-09-13 00:46:06 +03:00
Jaex 557cd0e08e Added IsVideoFile method 2016-09-11 00:36:01 +03:00
Jaex 76d4f85f5f Merge pull request #1885 from Sneer-Cat/master
Update Simplified Chinese
2016-09-08 15:49:26 +03:00
Sneer 52f3bbead6 Update Simplified Chinese 2016-09-08 15:46:17 +08:00
Jaex c483491611 Added corner radius setting to rectangle and text drawing, dynamic pixel offset mode depending on border size to fix anti aliasing issues 2016-09-02 18:48:03 +03:00
Jaex 9726a35f4c fixed #1866: Don't allow all file types in image file dialog 2016-09-02 14:44:38 +03:00
Jaex e3232dee70 Rename effect enum names 2016-09-02 09:16:52 +03:00
Jaex 5d48b3c4f9 Added transparent button to color picker 2016-09-01 15:06:30 +03:00
L1Q 64782b52bb Updated russian translation 2016-08-29 11:46:29 +03:00
Jaex e91a916677 Move FFmpegDownloader to MediaLib 2016-08-27 19:51:20 +03:00
Sneer 128b42f319 Update Simplified Chinese 2016-08-25 06:15:06 +08:00
Jaex 3801453154 Added enum description 2016-08-24 20:39:39 +03:00
Jaex 871b583da2 Draw tail in speech balloon but still unable to figure out how to union both rectangle and tail 2016-08-24 19:23:49 +03:00
Jaex 141993b5db Adding SpeechBalloonDrawingShape interim commit 2016-08-24 18:34:02 +03:00
Jaex a3b8eb88a8 Added centerText parameter to SetText method 2016-08-23 21:02:52 +03:00
Jaex f432754b87 Added support to paste text with ctrl + v in region capture 2016-08-23 20:33:48 +03:00
Ray 6e26fc80c0 Dart language text support
Currently Google Dart source files are not treated as text files, meaning they're uploaded using the currently selected file uploader. This fixes the issues.
2016-08-19 18:45:33 -05:00