agracio
4ee11aaeae
removing properties
2025-12-06 11:58:30 +00:00
agracio
7eaf84a021
attempting to fix some tests on CI
2025-12-04 19:07:26 +00:00
agracio
90f5f5dbe2
attempting to fix some tests on CI
2025-12-04 18:38:12 +00:00
agracio
dae521180f
adding WebContents APIs for Zoom, Audio and DevTools
2025-12-04 17:52:01 +00:00
softworkz
3821ca60ea
getPrinters: Increase timeout
2025-11-22 02:27:44 +01:00
softworkz
59887cce5f
Guard deserialization error
2025-11-22 02:24:32 +01:00
softworkz
77834d0f2e
Drop workaround via DescriptinoAttribute: No longer needed
2025-11-22 02:24:32 +01:00
softworkz
6761119241
Update all model classes to Electron API 39.2
2025-11-22 02:24:32 +01:00
softworkz
1815951092
BrowserWindowOptions; Fix default for FullScreenable
...
Electron's default is true
2025-11-20 02:56:00 +01:00
Florian Rappl
ef41329a91
Merge pull request #938 from softworkz/submit_ipc_types
...
Fix API break: public API must not expose JsonElement objects
2025-11-17 16:27:56 +01:00
softworkz
55c035323b
Use non-generic TaskCompletionSource where applicable
2025-11-17 13:58:47 +01:00
softworkz
2e5c6200a6
ShowItemInFolderAsync: Fix endless hang
2025-11-17 13:58:47 +01:00
softworkz
be518a7a10
IpcMain: Properly handle Ipc message params (always 2-elem array)
2025-11-17 13:57:04 +01:00
softworkz
8ff875435b
Fix API break: public API must not expose JsonElement objects
...
This changes deserialization to the way how it was with
Json.Net: Only .net primitive types are exposed publicly
2025-11-17 13:17:01 +01:00
softworkz
0580942a59
ElectronNET API: Add platform support attributes
2025-11-16 02:53:28 +01:00
softworkz
8e7892ebd4
Fix whitespace formatting
2025-11-15 13:52:19 +01:00
softworkz
385dcfbf52
ApiBase: Code style and whitespace
2025-11-15 10:21:18 +01:00
softworkz
515430ff96
ApiBase: Rename PropertyGet to more generic Invocator
2025-11-15 10:21:18 +01:00
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
546668a2c0
refactoring events API, replacing task code with calls to ApiBase.
2025-11-12 10:43:32 +00: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
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