Denny09310
168eceac8c
fix: removed unused JsonPropertyName as ElectronJson.Options as by default camel case
2025-11-09 15:17:42 +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
dfe04f14d0
fix: menuItems splattering due to "params" keyword
2025-11-09 14:40:55 +01:00
Denny09310
9d6861ffcd
fix: including internal properties in json
2025-11-09 14:40:55 +01:00
Denny09310
d8b0d0443d
fix: removed useless attribute
2025-11-09 14:40:55 +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
60a278c41f
Cookie: Fix formatting
2025-11-09 12:47:56 +01:00
softworkz
707c0f5a7b
BrowserView.cs: Fix cast exception in Bounds property getter
2025-11-09 12:45:01 +01:00
softworkz
bb59bc8365
App.cs: Fix UserAgentFallbackAsync
2025-11-09 12:45:01 +01:00
softworkz
bc0f601dd8
ProcessMetric: Fix deserialization error for CreationTime
2025-11-09 12:45:01 +01:00
softworkz
95fd7aa665
ApiBase: fix event names for App
2025-11-09 12:45:01 +01:00
softworkz
402147b8ef
BrowserWindow: Disable SetPosition 'workaround'
...
It doesn't make sense to do this adjustment for
set only but not for get.
Neither is this done for SetBounds, so it should
be either fully consistent or left up to the
application to deal with it.
2025-11-09 12:45:01 +01:00
softworkz
ed7cc434ea
browserWindowSetParentWindow: Support null parameter
2025-11-09 12:44:20 +01:00
softworkz
84b3c59353
Fix and normalize whitespace
2025-11-09 03:50:24 +01:00
Florian Rappl
c1e7b84ec6
Merge pull request #911 from Denny09310/develop
...
feat: updated 'TitleBarOverlay' property to be passed as object
2025-11-08 16:54:35 +01:00
Florian Rappl
d03458094b
Added converter to improve object serialization
2025-11-08 16:38:36 +01:00
Denny09310
14962e1983
chore: updated documentation
2025-11-08 11:24:36 +01:00
Denny09310
21ae89bc70
fix: missing public constructor
2025-11-08 11:15:34 +01:00
Denny09310
7927a95cb8
feat: enhance titleBarOverlay to accept both a boolean and an object
2025-11-08 11:14:33 +01:00
Florian Rappl
758e6a41e3
Added properties
2025-11-07 22:12:54 +01:00
Florian Rappl
98d085f112
Merge pull request #907 from NimbusFox/main
...
Removed ownjsonSerializer from WindowManager
2025-11-07 08:47:12 +01:00
softworkz
2a6d2117e9
Mitigate race condition, introduce timeout and simplify code for property gets
2025-11-07 03:49:08 +01:00
softworkz
93f457dd0f
Introduce ApiBase and simplify method invocation
2025-11-07 00:11:52 +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
de7f98136e
removing '-event' suffix from event names to normalise naming convention
2025-11-05 19:05:12 +00:00
agracio
87668f5606
removing '-event' suffix from event names to normalise naming convention
2025-11-05 18:59:21 +00:00
agracio
ea688026d0
refactoring dotnet events
2025-11-05 15:08:43 +00:00
agracio
b6b9292478
refactoring dotnet events
2025-11-05 15:06:41 +00:00
agracio
408f83e401
refactoring dotnet events
2025-11-05 14:14:37 +00:00
agracio
689a002dc2
refactoring dotnet events
2025-11-05 13:25:15 +00:00
Florian Rappl
2c544a83e9
Updated process class
2025-11-04 17:22:15 +01:00
Florian Rappl
2b393079ae
Merge branch 'develop'
2025-11-04 16:18:53 +01:00
Florian Rappl
0cfadb36f5
Updated process metric
2025-11-02 02:43:16 +01:00
Florian Rappl
2944e69b21
Added couple of enhancements
2025-11-02 02:24:32 +01:00
Florian Rappl
8df9eff3bc
Updated repo
2025-11-01 10:44:49 +01:00
Florian Rappl
d96eebd5ee
Added float in SetAspectRatio
2025-10-31 18:25:50 +01:00
Florian Rappl
c2ba55e333
Merge branch 'develop'
2025-10-31 17:52:49 +01:00
softworkz
9275f2a765
ElectronNET.API: Add WebRequest API
2025-10-13 14:36:31 +02:00
softworkz
feddf5f8f4
ElectronNET.API: Move API code to subfolder
2025-10-13 14:36:18 +02:00