Florian Rappl
ae3f755648
Fixed center handling
2025-12-22 12:32:52 +01:00
softworkz
8e7892ebd4
Fix whitespace formatting
2025-11-15 13:52:19 +01:00
Denny09310
adc1e81743
fix: simplified add/remove of socket listener through usage of "Once"
2025-11-10 10:40:51 +01:00
Denny09310
0522bc425b
fix: using correct deserialization type instead JsonElement for everyting except mixed arrays
2025-11-09 15:46:33 +01:00
Denny09310
4736bc640c
fix: added usings, simplified imports, using JsonElement.Deserialize directly instead of JsonSerializer.Deserialize(JsonElement), removed some unused attributes
2025-11-09 15:15:52 +01:00
Denny09310
71ced8db56
refactor: Migrated from Newtonsoft.Json to System.Text.Json, missing one test passing
2025-11-09 14:40:51 +01:00
softworkz
84b3c59353
Fix and normalize whitespace
2025-11-09 03:50:24 +01:00
Florian Rappl
98d085f112
Merge pull request #907 from NimbusFox/main
...
Removed ownjsonSerializer from WindowManager
2025-11-07 08:47:12 +01:00
NimbusFox
6001a3c481
Removed ownjsonSerializer from WindowManager
...
Removed the unneeded serializer and applied the settings to the global
this._jsonSerializer as when the X and Y values are -1 in the options
it would lead to some settings not being applied. E.g. ContextIsolation
with it now applying the default values when serializing, settings
mentioned before are correctly assigned on Electron's end
2025-11-06 18:04:06 +00:00
agracio
87668f5606
removing '-event' suffix from event names to normalise naming convention
2025-11-05 18:59:21 +00:00
softworkz
feddf5f8f4
ElectronNET.API: Move API code to subfolder
2025-10-13 14:36:18 +02:00