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
Gregor Biswanger
e610c96550
Merge pull request #547 from Funkrusha/feature/enable-post-requests
...
Add PostData to LoadURLOptions to allow http-posts in LoadURL calls
2021-07-01 23:13:19 +02:00
Gregor Biswanger
f3bd3d07d5
Merge pull request #546 from tub5/master
...
Fixes Add ability to pass an argument for "Version" for both the "dot…
2021-07-01 22:55:15 +02:00
Gregor Biswanger
0e8cfec689
Merge branch 'master' into master
2021-07-01 22:55:09 +02:00
Gregor Biswanger
c1b3d422d5
Merge pull request #540 from MiniguyBrendan/master
...
Resolve #539 , #357 - Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior
2021-07-01 22:41:00 +02:00
Gregor Biswanger
3cdff747fe
Merge pull request #531 from stackify/issue/523
...
fixes #523 allow for property overrides to be passed in
2021-07-01 20:12:04 +02:00
tub5
c94702fc60
Remove incorrect text at the top of the file
2021-06-28 12:10:05 +01:00
Noah Fichter
504cc59760
Remove app argument from browserViewApi since it's no longer needed
2021-04-26 14:45:02 -04: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
tub5
b5e69f5dda
Fixes Add ability to pass an argument for "Version" for both the "dotnet publish" and "electron-builder" commands #543
2021-03-04 14:45:52 +00:00
Brendan
55a3f10d37
Splash screen always renders on top
2021-02-18 13:32:45 -05:00
Brendan
7e494518f3
Fully ignore mouse events on splash screen (avoids drag + drop file into window)
2021-02-17 02:30:19 -05:00
Brendan
4596492cd9
Fix splash screen interaction causing crashes, fix splash screen content ghost drag, fix resizable splash screen. Resolves #539 , #357
...
Using the browser-window-focus event would cause the splashScreen to be destroyed early (since regular mouse-focus events would cause the event to be fired).
Using the browser-window-created event produces the correct behavior.
2021-02-17 02:07:42 -05:00
Daniel Gidman
dd5bfd3961
Pass dotnet publsh /p: arguments to the publish command
...
use '/p:propertyName=value' or '/property:propertyName=value' to pass in dotnet build property overrides.
fixes #523
https://github.com/ElectronNET/Electron.NET/issues/523
2021-01-25 12:15:01 -06:00
dependabot[bot]
5d907864d8
Bump socket.io from 2.2.0 to 2.4.0 in /ElectronNET.Host
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.0/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/2.2.0...2.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-25 10:14:46 -06:00
Gregor Biswanger
30941df39c
Update to .NET 5 infos
2021-01-22 00:16:04 +01:00
Gregor Biswanger
3588a8696d
Update Changelog
2021-01-22 00:12:40 +01:00
Robert Muehsig
876bb98d92
11.5.1
11.5.1
2021-01-21 23:55:24 +01:00
Gregor Biswanger
427b57a002
Update Changelog
2021-01-21 22:06:08 +01:00
Gregor Biswanger
cc0b15c61e
Merge pull request #528 from stackify/issue/527
...
Issue/527
2021-01-21 21:45:15 +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
6076c727d1
By blow fix of documentation
...
fix #500
2021-01-18 19:52:58 -06:00
Dan
300dc49dde
Update the buildAll.sh so that you can run it successfully on a Mac
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
Dan
3ef44cf878
Merge remote-tracking branch 'ElectronNET/master'
2021-01-18 10:30:57 -06:00
Gregor Biswanger
41fa8e9e74
Update WebApp to Electron 11.1.1 - Fix Chrome breaking changes with link ref=imports
2021-01-12 03:12:01 +01:00
Gregor Biswanger
49e21de465
Merge pull request #486 from stackify/bug/442
...
442: maintain references between socket.io connection events
2021-01-11 23:27:51 +01:00
Dan Gidman
d2f6308dd2
Merge remote-tracking branch 'upstream/master' into bug/442
2021-01-11 15:50:28 -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
b9feff3436
Merge pull request #522 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7 in /ElectronNET.Host
2021-01-11 00:12:49 +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
6fe0c6f085
Merge pull request #506 from nathanwienand/add-publish-single-file
...
Added new build and start commandline options for single exe
2021-01-11 00:07:53 +01:00
Gregor Biswanger
f82d185865
Merge pull request #505 from aarong-av/aarong-av/donfigurable-default-port
...
Adding a configurable default electron port.
2021-01-11 00:05:14 +01:00
Gregor Biswanger
550e2c2625
Merge pull request #487 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/electron-9.3.1
...
Bump electron from 9.2.0 to 9.3.1 in /ElectronNET.Host
2021-01-11 00:03:05 +01:00
Gregor Biswanger
61f54ebd55
Merge pull request #480 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.WebApp/ElectronHostHook/bl-4.0.3
...
Bump bl from 4.0.2 to 4.0.3 in /ElectronNET.WebApp/ElectronHostHook
2021-01-10 23:56:54 +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
Gregor Biswanger
fc590f55d8
Merge pull request #474 from freosc/PullRequest
...
Avoid Blocking Calls in App and AutoUpdater
2021-01-10 23:50:48 +01:00
dependabot[bot]
5fbe01df30
Bump ini from 1.3.5 to 1.3.7 in /ElectronNET.Host
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 17:11:37 +00: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
f996b3023e
Updated TypeScript from 3.8 to 4.0.
2020-11-21 16:13:49 -06:00
Scott Kuhl
7f62e7299b
Updated .NET Core 3.1 to .NET 5.0.
2020-11-21 16:13:06 -06:00
Aaron Gilliland
b803e42a73
Minor fix due to a copy paste issue.
2020-11-14 19:15:54 -06:00
Nathan Wienand
da1838db60
adding new build and start commandline options for single exe
2020-11-12 11:15:37 +00:00