Commit graph

267 commits

Author SHA1 Message Date
Michael Delpach
266f11417e Update HistoryItemInfoForm.Designer.cs 2020-07-11 13:57:10 +08:00
Michael Delpach
b3bf5ca597 Update HistoryForm.Designer.cs 2020-07-11 13:48:09 +08:00
Michael Delpach
d641973446 ImageHistory DPI issue fixed and tested 2020-07-11 13:26:42 +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
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
Jaex
d6600df108 Removed ExperimentalCustomTheme option 2020-05-22 08:44:02 +03:00
Jaex
c63c37fd19 #702: Improvements to setting save integrity 2020-05-18 20:59:11 +03:00
Jaex
9c89c521d2 Include pt-PT.resx files 2020-05-07 08:47:10 +03:00
Farewell Angelina
28c29feb18 PT-PT Language 2020-04-30 00:45:09 +01:00
Jaex
a96d1bd171 NuGet update 2020-04-09 21:32:57 +03:00
mdmk
02e315b8e6 Update french translation
Complete missing strings
Correct end of string ponctuation
Plus a few adjustments for word consistency
2020-03-20 00:07:48 +01:00
Jaex
e268110f4b Set AllowDrop true temporarily 2020-03-12 09:55:26 +03:00
Jaex
a84f9b80b0 NuGet update 2020-02-15 09:45:14 +03:00
L1Q
af7c0effcd Update russian translation 2020-02-14 23:37:05 +02:00
L1Q
60baeb528d Move lines to resx 2020-02-14 23:21:30 +02:00
Jaex
efcca39ae6 Rename DarkTheme to CustomTheme 2020-02-08 18:07:17 +03:00
Jaex
803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex
9aedfba8b9 Include uk.resx files 2020-01-28 08:57:28 +03:00
Олександр (6c6c6)
ae475ce88a
Some ukrainian fixes and updates 2020-01-23 17:45:05 +02:00
Олександр (6c6c6)
977b845726
Ukrainian translation update
Almost completed Ukrainian localization. Anyone can join the translation [here](https://crowdin.com/project/sharex-unofficial/).
2020-01-21 17:48:12 +02:00
Jaex
d05cf467e7 Fix ImageListView issue 2020-01-16 13:07:32 +03:00
Jaex
dd23053dc6 NuGet update 2020-01-16 11:03:00 +03:00
c03
d402a68f6c Added support for mass copying files & deletion URLs 2020-01-05 23:05:42 +00:00
c03
e62772bd5a Added support for mass copying paths 2020-01-03 22:15:26 +00:00
Jaex
604ade71c7 HistoryItemManager context menu refactoring 2020-01-03 16:15:50 +03:00
c03
0398cab88f -Added a local variable to hold the count of currently selected items.
-Fixed bug with labels showing the previous values when selecting a single item after selecting multiple
2020-01-01 15:55:03 +00:00
c03
beaef7713f Implemented the multiselect options in the "history" area for https://github.com/ShareX/ShareX/issues/2292. 2020-01-01 05:15:52 +00:00
Jaex
f5e5c5c5b4 Moved ObjectListView to HelpersLib 2019-12-04 03:39:57 +03:00
Jaex
d61123b8c4 ObjectListView refactoring 2019-12-03 23:56:26 +03:00
Jaex
1b00fb0538 Use ContextMenuStrip instead of ContextMenu 2019-12-03 23:11:35 +03:00
Jaex
f49f7d15fa History file is using JSON now so don't write XML on error message 2019-11-13 15:20:22 +03:00
Absay
53c5ec31bb Update translation: es-MX 2019-11-03 11:39:46 -06:00
Jaex
f576029f70 Fix history selection issue 2019-10-26 19:36:24 +03:00
Jaex
82ad2deb94 Using JSON for history file now, XML history file gonna be automatically migrated to JSON history file on startup 2019-10-25 15:42:17 +03:00
Jaex
e21c802fab Use IEnumerable in Append function 2019-10-21 15:43:44 +03:00
Jaex
7c71d5e002 Don't write empty values 2019-10-21 15:05:22 +03:00
Jaex
6df8c70cb3 Rename variables in HistoryItem class 2019-10-21 14:20:21 +03:00
Jaex
2400d529c8 Added HistoryManagerJSON 2019-10-21 14:18:23 +03:00
Jaex
0f56bd4239 Made HistoryManager class abstract, added HistoryManagerXML class 2019-10-21 10:54:24 +03:00
Jaex
100f3cc447 Added test function to history manager 2019-10-21 09:36:30 +03:00
Jaex
916d07b99b Fixed window states not saving 2019-10-13 02:36:14 +03:00
Fyers
20d219b264 german 2019-10-01 22:33:10 +02:00
thanhpd
e0222c8a8d
Update Vietnamese translation 2019-10-01 23:21:33 +07:00
Jaex
461c29c78c Added resx files to projects 2019-09-24 13:20:09 +03:00
candela97
5ba25517d4
update zh-TW localization 2019-09-24 05:19:35 +08:00
Jaex
ee0ffd3eef Rename BackgroundColor2 to LightBackgroundColor, added DarkBackgroundColor for thumbnail back color, merge MenuButtonCheckedColor to MenuCheckBackgroundColor 2019-09-11 19:25:11 +03:00
Jaex
35fa16a659 Added ShareXTheme class for preparation of customizable theme colors 2019-09-06 11:18:30 +03:00
Jaex
de88936bd7 Added resx files to csproj 2019-08-31 13:02:03 +03:00
Jaex
3e07d79eef
Merge pull request #4321 from simonporte/french-translation
Update french translation
2019-08-31 10:38:15 +03:00