Commit graph

557 commits

Author SHA1 Message Date
Jaex
3e07d79eef
Merge pull request #4321 from simonporte/french-translation
Update french translation
2019-08-31 10:38:15 +03:00
mdmk
af765c5114 Update french translation 2019-08-30 16:34:26 +02:00
Amir Pourmand
83b1985f8f Adding Persian Language Support (#4314)
* Create Resources.fa-IR.resx

* Add more translations

* adding Persian language to enums and langauge helper

* Ading Persian to Main form and resources

* translate about form

* translate Standard Record Form

* add Iran icon

* add Ir Icon to resources

* update Resource file

* update main Form

* fix adding IR File

* catching all Exceptions!

* Adding More Forms

* merge commit

* Add More

* Back To Version

* A little Change

* Add Persian Resource Files

* Add More Persian

* add more translation

* add more traslation

* add resource file Fa-IR

* Revert "merge commit"

This reverts commit e5f4a36f8c.

# Conflicts:
#	ShareX/Forms/TaskSettingsForm.Designer.cs
#	ShareX/Forms/TaskSettingsForm.resx

* Revert History Form to its original state
2019-08-30 10:21:04 +03:00
gehongyan
f54d9827cf Updated Simplified Chinese Translation. 2019-07-10 15:42:31 +08:00
xnumad
f4f1a7bb6c Update German translation
Grammar and wording related
2019-07-08 03:12:14 +02:00
Jaex
17b6c009fe Rename function name 2019-06-24 21:36:16 +03:00
Jaex
ad5173241f Apply dark theme to toolstrips too 2019-06-24 20:59:48 +03:00
Jaex
f43c631799 Nearly all forms supports dark theme now 2019-06-23 18:10:51 +03:00
Jaex
f937a5d093 fixed #4170: Only allow monitor capture keybinds in region capture mode 2019-06-14 19:18:39 +03:00
Jaex
0755698b08 Checker changes 2019-06-02 22:45:15 +03:00
Jaex
35d6f5aaed Support dark theme color in image editor background 2019-06-01 00:19:37 +03:00
Jaex
132ebafa9c Rename Between extension to Clamp 2019-05-23 22:59:16 +03:00
Jaex
0aca109705 Use dark themed menus in main window and tray menu 2019-05-16 02:05:32 +03:00
Daniel Kuschny
fa89e16d4d Merge branch 'master' into feature/select-tool 2019-04-13 13:47:25 +02:00
L1Q
763a3d2c5c Update russian translation 2019-04-04 23:08:18 +03:00
Daniel Kuschny
056f17cbc7 Added select tool to image editor 2019-04-04 18:32:58 +02:00
Charles Milette
2abe35700d
Add support for Intel QuickSync
Intel QuickSync provides hardware H.264 encoding on Intel Sandy Bridge CPUs and up and hardware H.265 encoding on Skylake CPUs and up via a dedicated die on the processor chip, being faster than CPU encoding and more power efficient than GPU encoding
2019-03-14 14:33:18 -04:00
Jaex
469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex
80b4f5a986 Removed webpage capture which was using IE/Edge to render because built in browser capture methods superior to this method: https://getsharex.com/docs/website-capture 2018-12-17 15:17:04 +03:00
Jaex
96d33b6081 Revert "Merge pull request #3832 from sylveon/master"
This reverts commit 28dbc0274c, reversing
changes made to a7290eab3b.
2018-12-17 12:36:37 +03:00
Charles Milette
5229a32a1b
Cancel unwanted changes, mark assemblies as compile only 2018-12-15 22:20:34 -05:00
Charles Milette
08f939092f
Add EdgeHTML renderer support to webpage capture 2018-12-15 22:14:43 -05:00
Jaex
6d855e9ef0 Process usage refactor 2018-12-06 21:51:41 +03:00
Jaex
4642091372 fixed #3741: After use image editor task buttons, modified should be set to false 2018-11-17 12:20:59 +03:00
Charles Milette
8f9a0d06dd
Fix resx stupidity 2018-10-30 19:40:29 -04:00
Charles Milette
9cf109241b
Add AMD hardware acceleration support 2018-10-30 19:31:10 -04:00
Jaex
efdcdc2ca7
Merge pull request #3679 from L1Q/master
Update Russian translation
2018-10-18 21:56:46 +03:00
thanhpd
be79107bfe Update Vietnamese vi-VN translation 2018-10-09 21:10:59 +07:00
Jaex
ac14199044 Don't use _ prefix for variables 2018-10-06 22:09:15 +03:00
tinybarks
7306b060a2
TextDrawingInputBox: Properly handle enter in CJK input (#3621) 2018-10-06 17:47:15 +02:00
L1Q
5b05f8c685 Update Russian translation 2018-09-10 19:01:13 +03:00
Jaex
507143fef0 More Turkish translations 2018-08-19 15:01:13 +03:00
Jaex
57e1533c79 Update invariant resx comments 2018-08-07 15:45:56 +03:00
Jaex
48b5dc6b0b Turkish translation improvements 2018-08-07 15:27:34 +03:00
Jaex
b93c2b4c08 Added zh-CN to csproj 2018-08-07 13:09:04 +03:00
Jaex
a3a07a5231 More resx cleanup 2018-08-07 12:48:16 +03:00
Jaex
6bf61f03fa Deleted remaining unused resx entries 2018-08-07 12:31:40 +03:00
Jaex
9e431ee6f2 Added es-MX to csproj, removed unused resx entries from other languages 2018-08-07 12:21:38 +03:00
Jaex
aab1faf67c Check is form disposed after FFmpeg download 2018-08-04 09:12:12 +03:00
Jaex
ffc2ef1db7 Using ContinueInCurrentContext in few places 2018-08-03 17:16:36 +03:00
Jaex
1cc41d3c42 Removed TaskEx class instead using async/await 2018-08-03 16:38:18 +03:00
Jaex
f270c59190 No need TaskEx.Run anymore 2018-08-03 14:01:12 +03:00
Jess
9a350fbc5f
Update TW translation
Updated Taiwanese translation and optimized some expressions.
2018-07-31 16:43:48 +08:00
gehongyan
568178d92b Merge pull request #2 from gehongyan/master Chinese Updated 2018-07-26 00:11:23 +08:00
Jaex
894e6a6433 #3530: Save buttons in image editor will use task settings to generate name if file name is not supplied yet, that way user can save without use "save as..." dialog first 2018-07-16 12:44:23 +03:00
Absay
98a1b39b5e Merge branch 'master' of https://github.com/absay/ShareX 2018-07-10 12:36:09 -05:00
absay
cdff9ed3d2 Lines starting 2018-07-10 12:03:25 -05:00
Jaex
2310e02260 Added tooltips to input box 2018-06-18 21:37:47 +03:00
Jaex
568991cb45 Added gradient color support to Text (Outline) tool 2018-06-18 16:53:59 +03:00
Jaex
ec1d942cf5 Rename IsAnnotated to IsModified 2018-06-04 18:47:38 +03:00