Florian Rappl
10bf461b51
Prepare for Blazor support
2025-11-14 17:38:55 +01:00
agracio
6fa65aa149
adding block statements to if
2025-11-12 20:20:13 +00:00
agracio
c6ff957d9a
rebase from develop, add timeouts to tests and attempt to skip NativeImageTests on Linux
2025-11-12 14:42:43 +00:00
agracio
546668a2c0
refactoring events API, replacing task code with calls to ApiBase.
2025-11-12 10:43:32 +00:00
Florian Rappl
979cf72d4c
Merge pull request #920 from Denny09310/feature/using-once
...
feat: Add "Once" socket listener registration for one-time handlers
2025-11-10 22:29:01 +01:00
softworkz
f89f2e7591
SocketIOFacade: Add missing locking on .Off calls
2025-11-10 21:29:16 +01:00
Denny09310
9a0a494bc5
fix: missing "Once" changes, rollback to "On" on Notification
2025-11-10 11:27:32 +01:00
Denny09310
adc1e81743
fix: simplified add/remove of socket listener through usage of "Once"
2025-11-10 10:40:51 +01:00
Denny09310
d8062aae00
fix: scale factor can be a double
2025-11-10 10:40:19 +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
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
18b1317fc5
fix: ignore writing when value is null
2025-11-09 14:53:44 +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
9d25795b7a
SocketBridgeService: Fix state transition error
2025-11-09 12:45:01 +01:00
softworkz
5b597cc12c
StartupManager: Add support for running under testhost
2025-11-09 12:45:01 +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
Denny09310
9bb7dcfa62
fix: added WriteUndefined as there is Newtonsoft.Json
2025-11-08 16:49:33 +01:00
Denny09310
c0e711940d
fix: don't write anything if value is null
2025-11-08 16:45:25 +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
d79b73e960
fix: using newtonsoft.json instead of system.text.json for the converter
2025-11-08 11:21:39 +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
4c3065c64b
SocketIOFacade: Synchronize un/registration of events
2025-11-07 03:49:42 +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
79d3d3f0b1
Fixed dup
2025-11-04 16:16:15 +01:00