Gregor Biswanger
73c1d1cd46
Upgrade to .NET 7
2023-02-24 14:56:40 +01:00
Gregor Biswanger
ce0cdf39c6
Update to native Electron 13.1.5, Update Changelog
2021-07-02 02:04:23 +02:00
Gregor Biswanger
78d9d601b1
Merge branch 'master' into bug/578
2021-07-01 23:42:09 +02:00
Gregor Biswanger
fdd643ba48
Merge pull request #573 from tantumalice/serialization-fix
...
Vibrancy serialization fix
2021-07-01 23:40:09 +02:00
Gregor Biswanger
bff71dc86a
Merge pull request #561 from nfichter/proxy-credentials
...
Add support for proxies that require basic username/password authentication
2021-07-01 23:20:36 +02:00
Gregor Biswanger
f0280f420a
Merge pull request #560 from nfichter/ipc-to-browser-view
...
Allow IpcMain to send IPC messages to BrowserViews
2021-07-01 23:18:55 +02:00
Gregor Biswanger
9f7809810f
Merge pull request #559 from nfichter/insert-css
...
Add WebContents insertCSS functionality
2021-07-01 23:16:53 +02:00
tub5
476cc9e505
Updating ContextIsolation as per the comment from @danatcofo. "on electron v12 WebPreferences.contextIsolation defaults to true… this means that window.require() will no longer function"
2021-06-28 15:55:16 +01:00
Alisa Semenova
cd9e06d5db
Vibrancy serialization fix
2021-06-14 16:52:33 +03:00
Noah Fichter
0ee7097f31
Add support for proxies that require basic authentication
2021-04-26 14:38:41 -04:00
Noah Fichter
2d93d959f7
Allow IpcMain to send IPC messages to BrowserViews
2021-04-26 13:04:34 -04:00
Noah Fichter
a4d261a4e7
Add WebContents insertCSS functionality
2021-04-26 12:41:14 -04:00
Martin Schweizer
3838fe8971
Add PostData to LoadURLOptions to allow http-posts in LoadURL calls
...
Enable the possibility to post data to external Url's with the BrowserWindow.LoadURL function. The post data is provided through LoadURLOptions
2021-03-12 16:31:29 +01:00
Dan
8a0276daf9
Add ability to enable remote module in browser
...
The jump from Election 9x to 11x changed the default setting. This exposes it so that user can re-enable it if needed.
2021-01-20 11:49:50 -06:00
Dan
e94196504e
Support subscribing to unmapped events on App and Tray modules
...
`Electron.App.On("eventName", () => {});` or `Electron.App.On("eventName", obj => {});`
fix #527
2021-01-18 19:52:58 -06:00
Dan
ce0f3fd61e
Dock Menu support
...
fix #527
2021-01-18 19:52:58 -06:00
Dan
12f5eae65c
Expose Electron members to the service provider
...
Used for class composition with IServiceProvider
2021-01-18 13:09:10 -06:00
Gregor Biswanger
f06b95803f
Update to native Electron 11.1.1 - Fix breaking changes and refactoring.
2021-01-11 01:56:39 +01:00
Gregor Biswanger
335489d2d9
Merge pull request #509 from scottkuhl/issues/491-upgrade-to-net-5
...
Upgrade to .NET 5
2021-01-11 00:10:09 +01:00
Gregor Biswanger
c8c818a77a
Merge pull request #478 from dlitty/master
...
Added support for launching the application with a file on MacOS
2021-01-10 23:55:20 +01:00
Scott Kuhl
dbf4d0f720
Upgraded NuGet packages to the latest versions:
...
- Microsoft.SourceLink.GitHub 1.0.0-beta2-19367-01 > 1.0.0
- System.Drawing.Common 4.7.0 > 5.0.0
- Microsoft.VisualStudio.Web.CodeGeneration.Design 3.0.0 > 5.0.0
2020-11-21 16:24:24 -06:00
Scott Kuhl
7f62e7299b
Updated .NET Core 3.1 to .NET 5.0.
2020-11-21 16:13:06 -06:00
Dan Litty
7518acb3c2
Added support for launching the application with a file on MacOS by listening for the open-file and open-url events from the operating system, and forwarding them to the Electron.NET app when listeners are added
2020-08-31 16:47:05 -04:00
Fre
de13f49bb6
PR
2020-08-21 12:27:31 +02:00
Fre
bca37228d9
del asynchelper
2020-08-21 12:22:28 +02:00
Fre
e17a36f7cb
small changes
2020-08-21 12:13:38 +02:00
Fre
deccebb582
Merge branch 'master' into freosc
...
# Conflicts:
# ElectronNET.Host/main.js
2020-08-21 11:13:06 +02:00
Fre
d0c92cac85
avoid memory leak when re-adding the eventlisteners
2020-08-21 10:32:02 +02:00
duncan
a70304948a
set default WebPreferences.DefaultFontSize to fix tiny text when possition is set
2020-08-13 22:54:45 +01:00
Fre
4e9de2abfa
Aanpassingen autoupdate & async code
2020-07-08 11:16:00 +02:00
Writwick Das
de1637672a
enabled empty tray icon
...
(fixes click event on macos)
2020-06-15 17:01:31 +02:00
Gregor Biswanger
ca7414b8e6
Merge pull request #430 from freosc/master
...
HostHook.CallAsync should use TaskCompletionSource.SetException instead of throwing exception
2020-06-12 15:54:58 +02:00
Fre
37ae869dcb
HostHook CallAsync
2020-06-12 13:32:26 +02:00
kdl
490440c23a
Add BrowserWindow.GetNativeWindowHandle()
2020-06-11 22:45:18 +02:00
Gregor Biswanger
b98c570b9d
Merge pull request #423 from gustavo-lara-molina/powerMonitor
...
Power monitor - adding missing events
2020-06-02 22:04:03 +02:00
Gustavo Lara Molina
c95bbe7ab2
Merge remote-tracking branch 'origin/master' into powerMonitor
2020-06-02 09:42:06 -05:00
Gustavo Lara Molina
258710bc52
removing PM methods with issues for this versión
2020-06-02 09:31:15 -05:00
Konstantin Gross
9ddb1b195e
Removed dock methods from app API and moved to dock API
2020-06-01 01:59:40 +02:00
Konstantin Gross
eee84d214e
App API:
...
* Summaries rewritten
* Added new parameters / Removed not supported parameters
* Added some new methods like appFocus(options), appHasSingleLock, etc.
2020-05-31 03:09:54 +02:00
Konstantin Gross
c5c822a028
Update Shell.cs
2020-05-27 01:06:31 +02:00
Konstantin Gross
ce4ef03636
Update ShortcutLinkOperation.cs
2020-05-27 01:04:28 +02:00
Konstantin Gross
641864b946
* Shell.OpenPath API fix for Electron 9.0.0
...
* Shell.OpenExternal API fix for Electron 9.0.0
* Shell.MoveItemToTrash API fix for Electron 9.0.0 and added new macOS parameter
* Shell.ReadShortcutLink API fix for Electron 9.0.0
* Summaries have been rewritten
2020-05-27 00:51:48 +02:00
Konstantin Gross
0329530815
Shell.ShowItemInFolder API fix for Electron 9.0.0
2020-05-26 15:11:22 +02:00
Konstantin Gross
76dcdc4137
Shell.OpenItem API fix for Electron 9.0.0
2020-05-25 17:31:27 +02:00
Gregor Biswanger
39c3e92128
implement lazy App.Ready event
2020-05-24 22:00:32 +02:00
Gregor Biswanger
c552a04347
add App.Ready event
2020-05-24 18:50:35 +02:00
Konstantin Gross
cac9cfcec8
Add lifetime hosted service to detect fully started ASP.NET Core
2020-05-24 02:51:34 +02:00
Gregor Biswanger
95acbd5dea
Update to the native Electron 9.0.0 - Update electron-updater 4.3.1 - Update Changelog
2020-05-23 12:17:53 +02:00
Frederik Vermeersch
d409c3a0f9
Implementation for electronjs cookie handling
2020-05-22 16:38:34 +02:00
Gregor Biswanger
b043688f7f
add workaround for #412 - update to socket.io 2.3.0
2020-05-21 22:58:17 +02:00