Commit graph

90 commits

Author SHA1 Message Date
Jaex 130da1832b Code refactoring 2024-01-21 17:18:24 +03:00
Jaex 33ef841fcb Code refactoring 2024-01-21 04:42:51 +03:00
Jaex 9e8cf912e2 Code refactoring 2024-01-21 03:45:12 +03:00
Jaex c3a0f830f8 csproj fixes 2024-01-21 02:53:57 +03:00
Jaex 5ae739d529 Convert project to SDK style 2024-01-21 02:08:54 +03:00
Jaex 34094378f3 Include resx files 2023-12-20 05:41:59 +03:00
Jaex bcab66236a Include resx files 2023-11-30 05:04:48 +03:00
Jaex f9cab94ac3 Added "Background image" image effect 2023-05-03 01:00:43 +03:00
Jaex 5fa77b5d32 NuGet update 2023-03-30 07:51:06 +03:00
Jaex 5c8b170ed0 Include all he-IL.resx files 2023-03-27 08:04:25 +03:00
Jaex 69ca568501 Rename SharedAssemblyInfo.cs to GlobalAssemblyInfo.cs 2023-01-16 00:13:46 +03:00
Jaex b7834b8494 Include all pt-BR.resx files 2023-01-08 22:29:08 +03:00
Jaex 309b77a650 NuGet update 2022-12-03 06:46:47 +03:00
Jaex fa9a0f1f5a Include all vi-VN.resx files 2022-11-29 04:51:08 +03:00
Niels Martin Hansen bac400ebf8 Add WaveEdge as image effect 2022-08-17 23:11:52 +02:00
RikoDEV f9b4d58c1f Polish translations 2022-07-03 22:17:03 +02:00
Edward205 e91bf00618 Romanian translations 2022-06-28 13:48:00 +03:00
Jaex f04d7ca15c Replace WindowsStore with MicrosoftStore 2022-02-04 12:05:43 +03:00
Jaex d806c9efd4 Added "Replace color" image effect 2021-10-10 13:00:26 +03:00
Jaex 1c9526b3a7 More Turkish translations 2021-09-03 03:07:17 +03:00
Jaex d2f8aa1517 Added Glow image effect 2021-08-19 02:21:29 +03:00
Jaex dd87787426 Upgrade project .NET Framework version to 4.8 2021-08-15 06:13:07 +03:00
Jaex f32da61fab Added ImageEffectsSerializationBinder to improve security of JSON deserialization 2021-05-31 09:32:50 +03:00
Jaex d5decadf68 NuGet update 2021-05-10 15:06:28 +03:00
Jaex 9b6c408588 Include resx files 2020-10-26 12:19:35 +03:00
Jaex 28c9e57e92 Include ja-JP.resx files 2020-10-13 14:26:36 +03:00
Michael Ryan 83c3dcedff * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4.
* Fixed the menu items order of "Drawing > Particles", "Adjustments > Color matrix", and "Filters > Convolution matrix", which were not alphabetized correctly.
2020-09-14 12:45:26 -07:00
Jaex a277389f61 Project cleanup 2020-09-06 12:30:29 +03:00
Jaex 3e12c6441a Include resx files 2020-09-02 11:26:18 +03:00
L1Q 69e8c22479 Update russian translation 2020-08-31 12:30:29 +01:00
Jaex 394c67777d Removed unused WatermarkForm 2020-08-19 20:22:08 +03:00
L1Q dc10a837cf Add ForceProportions image effect 2020-08-05 00:09:02 +03:00
Jaex df55bc8269 Initial work for new text image effect 2020-07-20 00:33:16 +03:00
Jaex c47c42d581 Move forms to Forms folder 2020-07-09 11:57:00 +03:00
Jaex 1d649e2617 Image effects form design change 2020-07-08 14:14:24 +03:00
Michael Delpach f0a982fdf3 Rebase to 0c039b9ee0
0c039b9ee0
2020-07-06 07:23:59 +08:00
Michael Delpach 50f86ee79a Revert "Revert "Merge branch 'master' of https://github.com/ShareX/ShareX""
This reverts commit 85fdab3c56.
2020-07-06 06:37:56 +08:00
Michael Delpach 85fdab3c56 Revert "Merge branch 'master' of https://github.com/ShareX/ShareX"
This reverts commit 2903ca1082, reversing
changes made to 195c0f2f8a.
2020-07-06 06:27:50 +08:00
Michael Delpach 2903ca1082 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-07-06 06:26:47 +08:00
L1Q a05db9b66a Add RGB Split image effect 2020-07-03 10:31:39 +03:00
Michael Delpach b5d68b721e .NET Framework upgrade to 4.7.2 to fix multi-DPI issues
Starting with the .NET Framework 4.7, Windows Forms includes enhancements for common high DPI and dynamic DPI scenarios - See https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
2020-06-29 07:36:48 +08:00
Michael Delpach 195c0f2f8a Revert "Merge branch 'master' into tweaks"
This reverts commit 162badae3b, reversing
changes made to e0f2812f3d.
2020-06-29 06:10:21 +08:00
Jaex d6872d7b9f Improve ZipManager extract method 2020-06-19 17:41:00 +03:00
Jaex 573f512589 Added ImageEffectPackager class 2020-06-16 02:21:20 +03:00
Jaex 0c9a0287fd Added image effect packager form 2020-06-16 02:02:03 +03:00
Jaex 9c89c521d2 Include pt-PT.resx files 2020-05-07 08:47:10 +03:00
Jaex 16b41172d2 Rename "Random images" effect to "Particles" 2019-12-17 21:27:08 +03:00
Jaex 8e800ff315 Initial work for random images effect 2019-12-08 10:23:20 +03:00
Jaex 9f552ffabb Update NuGet 2019-11-19 04:05:41 +03: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