Commit graph

4936 commits

Author SHA1 Message Date
BZC.kim 6a0a8e1305
Added img.land to Chevereto list 2018-05-15 11:59:53 +03:00
Jaex 82a3e3e05f
Merge pull request #3399 from VottonDev/patch-2
Removed Kyouko.se
2018-05-15 11:27:23 +03:00
Otto Hooper f7f4d1fe18
Removed Kyouko.se
Kyouko.se has been shutdown.
2018-05-15 09:24:29 +01: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 8eb9022bc6 Update gitignore 2018-05-10 00:08:27 +03:00
Jaex 1e70452e9f When processing image effects show wait cursor 2018-05-09 02:10:38 +03:00
Jaex 696e9ff715 Added upload image button to image effects form 2018-05-09 01:34:19 +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 1f6ce85f0a NuGet updates 2018-05-07 21:55:21 +03:00
Jaex 5309277063 If pre release updates checkbox is checked then dev build install button will show up 2018-05-06 23:44:58 +03:00
Jaex 78652b7831 Added selective color image effect 2018-05-06 04:56:38 +03:00
Jaex 1506223bd5
Merge pull request #3371 from VottonDev/patch-1
Pomfe.co domain changed
2018-05-05 19:10:51 +03:00
Otto Hooper b896d906aa
Pomfe.co domain changed
Pomfe.co is now https://kyouko.se/
2018-05-05 16:57:25 +01: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 3769cef12c Add new language folders to setup 2018-04-30 12:03:13 +03:00
Jaex e869a56896 Increase Steam launcher wait time 2018-04-30 11:22:49 +03:00
Jaex 54ff8458f7
Merge pull request #3359 from SupSuper/drive-fix
Google Drive fix parent folder not being passed correctly
2018-04-29 23:36:24 +03:00
SupSuper b4f0605150 Google Drive fix parent folder not being passed correctly 2018-04-29 21:29:59 +01:00
Jaex 0783dbc877
Merge pull request #3358 from sylveon/hand
Fix crash when opening screen capture form
2018-04-29 21:37:15 +03:00
Charles Milette f251df7e36
Fix crash when opening screen capture form 2018-04-29 14:23:20 -04:00
Jaex ad67b4837e
Merge pull request #3355 from sylveon/hand
Use system hand cursor
2018-04-29 18:30:50 +03:00
Charles Milette d50d3ca7b8
Move TryFixHandCursor to HelpersLib 2018-04-29 11:30:03 -04:00
Charles Milette 82da3e353b
Change the hand cursor only when we actually open a form 2018-04-29 11:11:44 -04:00
Charles Milette d8c2a7f796
Use system hand cursor
Universal fix, will fix any affected Form

Fixes #3341
2018-04-29 11:02:13 -04:00
Jaex b6c117b192 fixed #3354: Suspend layout before update news list 2018-04-29 14:10:08 +03:00
Jaex edab11136c Fix single & usages 2018-04-29 04:04:06 +03:00
Jaex 6b550e05cb
Merge pull request #3347 from bidolah/dev5
Cleanup code
2018-04-29 03:51:42 +03:00
Jaex 94a93c02c7
Merge pull request #3351 from SupSuper/onedrive-fixes
Fix uploadSession error in OneDrive for Business
2018-04-29 03:48:55 +03:00
Jaex 0714b9b237
Merge pull request #3350 from bidolah/dev8
Remove unnecessary parameter check
2018-04-29 03:47:58 +03:00
Jaex 3f10eb428d
Merge pull request #3349 from bidolah/dev7
Remove unnecessary ternary operator
2018-04-29 03:47:26 +03:00
Jaex e1adecb743
Merge pull request #3348 from bidolah/dev6
Remove unnecessary null check
2018-04-29 03:46:58 +03:00
Jaex 7ae40cb4f0
Merge pull request #3346 from bidolah/dev3
Optimize LINQ
2018-04-29 03:45:06 +03:00
Jaex b381baac82
Merge pull request #3345 from bidolah/dev
Fix copy-paste (incorrect parameter)
2018-04-29 03:44:25 +03:00
SupSuper 1bae3f3a93 Hide first request progress 2018-04-29 01:23:03 +01:00
SupSuper 559aad05ab Fix OneDrive in Business 400 error 2018-04-29 01:20:39 +01: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 672f16e2db Remove unnecessary ternary operator 2018-04-29 02:05:40 +03:00
Ivan Bidolakh d7d3ce4fc1 Remove unnecessary null check
Split function always return array. If you look at the source of it, it even guarantees it with code contracts
2018-04-29 01:54:42 +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
Ivan Bidolakh 188f07ad5e Optimize LINQ 2018-04-29 01:30:39 +03:00
Ivan Bidolakh a825e9e6c5 Fix copy-paste (incorrect parameter) 2018-04-29 00:56:57 +03:00
Jaex d4b050148b Update FFmpeg download links 2018-04-28 11:52:56 +03:00
Jaex f04efda0e3 Change Google Cloud Storage icon 2018-04-26 20:39:43 +03:00