Commit graph

4405 commits

Author SHA1 Message Date
Jaex
9b5f28e366 Set default filename for custom uploader export 2018-01-02 10:38:28 +03:00
Jaex
5ac5ee5f48
Merge pull request #3048 from ArsenArsen/master
Add escapes to ParseURL
2018-01-02 00:23:49 +03:00
Jaex
32ffc32f26
Merge pull request #3046 from sylveon/master
Use a SharedAssemblyInfo to minimize duplication
2018-01-02 00:15:40 +03:00
ArsenArsen
78d08d5af3
Fix the escape once again 2018-01-01 21:01:13 +01:00
ArsenArsen
abeecd08af
Fix the escape flag not getting clared 2018-01-01 20:56:08 +01:00
ArsenArsen
6344c3565e
Make \\ a thing too 2018-01-01 20:54:34 +01:00
ArsenArsen
ed9afe461b
Add escape parsing to ParseURL 2018-01-01 20:49:35 +01:00
Jaex
a06a1f4925
Merge pull request #3047 from sylveon/s3-random
Add support for random domain syntax in S3 uploader
2018-01-01 22:15:48 +03:00
Charles Milette
0d2f219f16
Add support for random domain syntax in S3 uploader 2018-01-01 14:13:27 -05:00
Charles Milette
f16b91ae45
Remove empty fields 2018-01-01 13:01:31 -05:00
Charles Milette
0fcdad6768
Use an assembly description only in main assembly 2018-01-01 13:00:39 -05:00
Charles Milette
8d9f486f39
Use a SharedAssemblyInfo to minimize duplication 2018-01-01 12:32:18 -05:00
Jaex
e81176a839 Merge branch 'master' of github.com:ShareX/ShareX 2018-01-01 17:59:34 +03:00
Jaex
b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex
66eae080b4
Merge pull request #3045 from MilkGames/master
Update/Add Dutch Translations
2018-01-01 17:46:33 +03:00
MilkGames
ae3f442809 Update/Add Dutch Translations 2018-01-01 15:41:45 +01:00
Jaex
cc3a22465d fixed #3039: Added "Insert image from screen" button to editor image menu 2017-12-31 21:39:13 +03:00
Jaex
eaad524a89 Show area info text in crop tool 2017-12-31 01:57:13 +03:00
Jaex
60ddedac75 Fixed Italian typo 2017-12-30 23:30:18 +03:00
Jaex
36aaeed305 Merge branch 'master' of git://github.com/pjammo/ShareX into pjammo-master 2017-12-30 23:23:51 +03:00
Jaex
2a524e961e Fixed node hover issue 2017-12-27 23:07:54 +03:00
Jaex
4971d98b45 Added step label use letters option 2017-12-27 17:48:51 +03:00
Jaex
bb4f2420bc Replace "public" ACL text with "public-read" ACL in S3 tab 2017-12-26 18:01:03 +03:00
Jaex
c27c9e2d3a Added cancel button to editor startup form 2017-12-26 17:22:35 +03:00
Jaex
08579e83bd Use form for ShowDialog 2017-12-26 16:54:10 +03:00
Jaex
4f307fce28 Show new image form in startup form 2017-12-26 16:40:36 +03:00
Jaex
df8e174d8c Added image editor startup dialog when editor is opened from tools menu 2017-12-26 14:46:29 +03:00
Jaex
54b8d85e87 If editor image is null then show new image dialog 2017-12-25 19:48:41 +03:00
Jaex
b4d512374b Draw cross center of crop tool area 2017-12-25 13:37:25 +03:00
Jaex
cabab93b05 Added "Crop image" button to editor image menu 2017-12-25 13:00:15 +03:00
Jaex
6e724169cc Added "Insert image" button to editor image menu 2017-12-25 12:18:04 +03:00
Jaex
79fcdf9325 Fix null exception 2017-12-25 10:20:21 +03:00
Jaex
8089aab59c Fix wrong variable name 2017-12-25 09:42:59 +03:00
Jaex
193ec68ad5 Update save image button after change file path 2017-12-25 09:40:32 +03:00
Jaex
aace649381 Added "Open image" button to editor image menu 2017-12-24 22:04:12 +03:00
Jaex
a34c2087ea Remember new image dialog options 2017-12-24 21:13:06 +03:00
Jaex
5d94a9a6dd Added "New" button to editor image menu 2017-12-24 21:02:08 +03:00
Jaex
e3d26cb96f Skip crop tool in region capture 2017-12-24 17:54:39 +03:00
Jaex
9a8d8f0fc5 Added "Auto close editor on task" option 2017-12-24 12:01:16 +03:00
Jaex
f95a4b4141 Update .gitignore 2017-12-24 10:30:29 +03:00
Jaex
8448ec220c Removed .nuget folder because it is not necessary anymore 2017-12-24 10:22:54 +03:00
Jaex
6c26e42a19 Use auto name for export all 2017-12-23 17:50:31 +03:00
Jaex
3328d1b005
Merge pull request #2951 from RedMser/master
Set BackColor of all TabPages to "Window" to fix rendering issues on certain themes
2017-12-23 17:29:34 +03:00
Jaex
762422d71f
Merge branch 'master' into master 2017-12-23 17:24:11 +03:00
Jaex
f6f9f87e8a Added DigitalOcean Spaces endpoints 2017-12-23 13:44:56 +03:00
Jaex
fb63dfcecb Don't assume wrong access credentials 2017-12-23 13:36:12 +03:00
Jaex
8ef9657858 Added support for authorization header authentication for S3 instead of presigned URL 2017-12-23 12:10:41 +03:00
Jaex
b3c8201c8a Added RotateImageByExifOrientationData option to application settings advanced tab 2017-12-22 13:59:52 +03:00
Jaex
33d82c3e8d Use LoadImage method everywhere 2017-12-22 13:15:16 +03:00
Jaex
83827449df If jpeg exif contains orientation data then rotate image automatically 2017-12-22 12:47:12 +03:00