Commit graph

4982 commits

Author SHA1 Message Date
Jaex
b1570ba77b
Merge pull request #3337 from matthewburnett/gcs-improvements
Google Cloud Storage: Add Live Preview URL
2018-04-26 12:04:15 +03:00
Matthew Burnett
fb3ce039f0 Add live url preview 2018-04-26 00:41:11 -04:00
Matthew Burnett
28efed0d22 Create GenerateUrl method
It's a Surprise Tool That Will Help Us Later
2018-04-26 00:15:22 -04:00
Jaex
a28062b74a Clean edit image context menu item 2018-04-25 13:47:03 +03:00
Jaex
643df76d3b Change setting default value 2018-04-25 09:01:58 +03:00
Jaex
8add798de0
Merge pull request #3335 from sylveon/master
Add option to replace non-unreserved characters by underscores
2018-04-25 04:03:28 +03:00
Charles Milette
21f66054cb
Add option to replace non-unreserved characters by underscores 2018-04-24 19:37:26 -04:00
Jaex
303cacad97
Merge pull request #3334 from sylveon/master
Percent-encode returned URLs in Google Cloud Storage uploader
2018-04-25 02:21:25 +03:00
Charles Milette
358d32f135
Percent-encode returned URLs in Google Cloud Storage uploader 2018-04-24 18:56:45 -04:00
Jaex
c3a6cc05e5 Added hover effect to color button 2018-04-24 14:15:17 +03:00
Jaex
fe11870abb Save recent colors 2018-04-24 13:46:12 +03:00
Jaex
30b7678635 Recent colors interim commit 2018-04-24 13:28:42 +03:00
Jaex
d146ab68d5 Added BorderColor option to ColorButton 2018-04-24 11:13:23 +03:00
Jaex
f342308c34 Also use parent form in color button 2018-04-24 10:28:34 +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
Jaex
07b7ea8361 Add () to functions 2018-04-24 03:55:35 +03:00
Jaex
e9b0e7256b Inno script check changes 2018-04-24 03:46:45 +03:00
Jaex
cce5f7f005
Merge pull request #3243 from sylveon/inno-no-shortcut
Prevent the update process from recreating the desktop shortcut
2018-04-24 03:17:21 +03:00
Charles Milette
9e1a1c5730
Add a similar check for the context menu entry 2018-04-22 17:39:23 -04:00
Charles Milette
1e89178aa0
Add a similar check for send to and startup shortcuts 2018-04-22 17:28:30 -04:00
Jaex
482d2bb6fc Shared folder UI improvements 2018-04-22 12:10:23 +03:00
Jaex
d599c16076
Merge pull request #3329 from SupSuper/high-dpi
Make ShareX more usable in high DPI monitors
2018-04-22 09:57:37 +03:00
SupSuper
15aebbb506 Fix color picker autoscaling 2018-04-22 03:50:44 +01:00
SupSuper
58ff5094b8 Picture box label needs to be realigned on DPI change 2018-04-22 03:46:01 +01:00
SupSuper
d58b001d8e Fix News indicator scaling 2018-04-22 03:46:00 +01:00
SupSuper
52a15de904 .NET 4.5 scales toolstrips for us 2018-04-22 03:46:00 +01:00
SupSuper
c60467ee3b Fix MaxSize of input boxes 2018-04-22 03:45:59 +01:00
SupSuper
48402c740b Fix History form controls not resizing properly
For some reason anchoring in SplitContainers works strangely, just dropping a regular Panel in fixes it
2018-04-22 03:45:59 +01:00
SupSuper
3f01e83ddc Fix scaling of fixed split containers in Settings windows 2018-04-22 03:45:58 +01:00
SupSuper
67495fc952 Fix scaling of listview columns
https://stackoverflow.com/questions/10795134/c-sharp-listview-column-text-size-is-not-the-same-on-each-computer/36974138#36974138
2018-04-22 03:45:57 +01:00
SupSuper
a8892d1503 Enable .NET DPI improvements 2018-04-22 03:45:57 +01:00
Jaex
f51865389e
Merge pull request #3327 from matthewburnett/google-cloud-storage
Add Google Cloud Storage
2018-04-22 01:44:31 +03:00
Matthew Burnett
65c15e8035 Fix icon pt2 2018-04-21 18:31:03 -04:00
Jaex
e292c00b2a
Merge pull request #3328 from sylveon/master
Allow to create startup shortcut even when startup is disabled via Task Manager
2018-04-22 00:33:22 +03:00
Charles Milette
e6e72a6eef
Allow to create startup shortcut even when startup is disabled via Task Manager
This prevents the user falling in some cases where enabling startup again was impossible without manually creating the shortcut
2018-04-21 17:28:31 -04:00
Matthew Burnett
0c14f09b64 Fix variable convention 2018-04-21 16:11:31 -04:00
Matthew Burnett
942f6337c8 Revert args param for request 2018-04-21 02:26:16 -04:00
Matthew Burnett
986c39bce7 Properly handle url prefix 2018-04-21 02:14:08 -04:00
Matthew Burnett
cf4d6b265b Adjust positioning 2018-04-21 02:02:31 -04:00
Matthew Burnett
5a32493192 Args dict was breaking request 2018-04-21 01:24:11 -04:00
Matthew Burnett
e70858b90c Do it in one request :^) 2018-04-21 00:32:56 -04:00
Matthew Burnett
997921e0e5 Fix length 2018-04-20 17:18:39 -04:00
Matthew Burnett
7ea80aeaa0 Finish form 2018-04-20 17:16:46 -04:00
Matthew Burnett
c215797c8a Encode URL Path for ACL 2018-04-20 16:47:30 -04:00
Matthew Burnett
7c3569a39d ACL Broken 2018-04-20 16:39:14 -04:00
Matthew Burnett
96ff489777 Remove icon left after merge 2018-04-20 13:02:31 -04:00
Matthew Burnett
f2ab7f2f08 Add custom domain support in program
Form not done
2018-04-20 12:59:42 -04:00
Matthew Burnett
098e5aff64 Creat OAuth 2018-04-20 12:13:34 -04:00
Matthew Burnett
19fd8418d7 Add auth headers 2018-04-20 11:46:44 -04:00
Matthew Burnett
dd16e6eaf5 Change request method 2018-04-20 11:45:52 -04:00