Florian Rappl
68feffba02
Merge pull request #922 from softworkz/submit_fix_ipc_params
...
Fix sendToIpcRenderer parameter handling
2025-11-12 01:30:35 +01:00
softworkz
12d2fcb484
Fix sendToIpcRenderer parameter handling
2025-11-11 23:46:56 +01:00
Florian Rappl
979cf72d4c
Merge pull request #920 from Denny09310/feature/using-once
...
feat: Add "Once" socket listener registration for one-time handlers
0.1.0-pre.184
2025-11-10 22:29:01 +01:00
Florian Rappl
14bf7fdcd8
Merge pull request #921 from softworkz/submit_missing_locks
...
SocketIOFacade: Add missing locking on .Off calls
2025-11-10 22:27:02 +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
Florian Rappl
41a2b075c9
Merge pull request #917 from Denny09310/feature/system-text-json
...
refactor: Migrating from Newtonsoft.Json to System.Text.Json
0.1.0-pre.180
2025-11-10 11:03: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
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
Florian Rappl
fc69598b09
Merge pull request #913 from softworkz/submit_tests_fixes
...
Add 77 IntegrationTests and lots of fixes
0.1.0-pre.173
2025-11-09 14:05:41 +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
423ea57af7
ipc.ts: Add helper method for tests
2025-11-09 12:45:01 +01:00
softworkz
8dcc3721eb
browserWindows.ts: Fix SetThumbarButtons
2025-11-09 12:45:01 +01:00
softworkz
dc27511aa5
browserWindows.ts: Add catch for Set/GetRepresentedFilename
...
It's not supported on all platforms
2025-11-09 12:45:01 +01:00
softworkz
dd465baebf
notification.ts: Fix notificationIsSupported
...
It's a method, was used like a property
2025-11-09 12:45:01 +01:00
softworkz
04210955a3
webContents.ts: Fix clearAuthCache invocation
...
The options were no propagated for the overload
with RemovePassword options
2025-11-09 12:45:01 +01:00
softworkz
4129cc17a6
main.js: Load api/process import (was missing)
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
c5fb5f62d9
Add IntegrationTests project
2025-11-09 12:44:20 +01:00
Florian Rappl
84989cda25
Merge pull request #914 from softworkz/submit_whitespace
...
Fix and normalize whitespace
2025-11-09 12:25:49 +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
0.1.0-pre.163
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
61421ddd66
Updated changelog
2025-11-07 09:58:38 +01:00
Florian Rappl
98d085f112
Merge pull request #907 from NimbusFox/main
...
Removed ownjsonSerializer from WindowManager
0.1.0-pre.156
2025-11-07 08:47:12 +01:00
Florian Rappl
cf0b12ed0a
Merge pull request #908 from softworkz/submit_api_consolidation
...
Mitigate race conditions and simplify API invocations
2025-11-07 08:46:36 +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