ThrDev
9b270755d0
Add full NativeImage support for Electron.NET
2020-05-06 19:05:21 -04:00
ThrDev
23015a9f3d
Add System.Drawing.Common reference.
2020-04-26 19:26:45 -04:00
ThrDev
7daac2d04e
Add NativeImage support, clipboard image read/write.
2020-04-26 19:21:29 -04:00
Gregor Biswanger
a619b6e5c9
Implemented BrowserView API #371
2020-04-23 03:29:52 +02:00
Gregor Biswanger
073eb0e00d
Fixed: GetLoginItemSettingsAsync does not work #352
2020-04-21 01:00:59 +02:00
Gregor Biswanger
ca8f4c454c
MenuRole bug fix and add printer support.
2020-04-18 17:17:05 +02:00
Gregor Biswanger
d660dff871
changed App.GetNameAsync and App.SetNameAsync to App.Name - Fixed the Splashscreen bug #357 #350
2020-04-18 17:15:58 +02:00
Gregor Biswanger
c17720a4d7
Merge pull request #355 from x-xx-o/print
...
added print capability
2020-04-18 17:06:23 +02:00
John Juback
88b04377a7
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2020-02-07 15:00:17 -05:00
John Juback
92356d3587
Start MenuRole enum at 1.
2020-02-07 14:38:33 -05:00
Niko
a3c452eea5
add print capability
2019-12-15 09:56:14 +01:00
Gregor Biswanger
a788d71530
Implemented Electrons CommandLine-API, Implemented arguments support, Implemented different manifest file support
2019-11-30 01:30:22 +01:00
Gregor Biswanger
f5e2abfdb4
Change to Electron version 7, fix some breaking changes.
2019-11-28 22:34:49 +01:00
Andrii Kurdiumov
72d1f4b2b9
Cleanup project with regard to documentation
...
Was inspired when reviewing .NET Core 3 support
2019-11-27 21:31:19 +02:00
Gregor Biswanger
4e8e771293
Merge pull request #311 from Daddoon/master
...
Support of AddExtension, RemoveExtension, GetExtensions
2019-11-27 19:27:08 +01:00
Robert Muehsig
f1eaffb203
update github sourcelink and framework reference
2019-10-07 22:48:49 +02:00
Robert Muehsig
5cd11a8110
build
2019-10-03 23:36:21 +02:00
Robert Muehsig
e25b89ff6a
Update to .NET Core 3.0
2019-10-03 22:30:58 +02:00
Guillaume
8bf10c370c
- Added XML documentation on ChromeExtensionInfo constructor
2019-09-26 17:30:21 +02:00
Guillaume
8b66bdd7cb
- Added BrowserWindow.AddExtension, RemoveExtension, GetExtensions support. Not yet tested
2019-09-26 13:27:22 +02:00
Guillaume
ba64639c1d
- Added AddExtension, RemoveExtension and GetExtensions methods body
...
- Added a ChromeExtensionInfo class, that mimic the returned JS values from GetExtensions method (see https://electronjs.org/docs/api/browser-window#browserwindowgetextensions )
- GetExtensions return a Dictionary<string, ChromeExtensionInfo>, to respect JS documentation declaration.
2019-09-25 17:33:57 +02:00
Artur Mustafin
bd99da560b
fix issue #301
2019-08-21 06:43:56 +03:00
Gregor Biswanger
10e95afa5c
Merge branch 'master' into dev/AutoUpdate
2019-07-28 13:24:41 +02:00
Robert Muehsig
36ee9c4dd7
Merge pull request #269 from ElectronNET/netcore2.2
...
update projects to use netcoreapp2.2
2019-07-15 22:29:11 +02:00
Robert Muehsig
dc73be0c81
update projects to use netcoreapp2.2
2019-05-31 23:54:47 +02:00
gfs
07a0bc9c7d
Revert NodeIntegration Change
...
Add comment to note why it is true.
2019-05-31 08:57:21 -07:00
gfs
6d31c41479
Change NodeIntegration Default to False
...
This should be the default as it is more secure. It is trivial for applications which wish to take on the additional attack surface to set " browserWindowOptions.WebPreferences.NodeIntegration = false;"
2019-05-30 17:37:07 -07:00
gfs
98a549560f
Prevents binding to 0.0.0.0 on Windows
2019-05-30 17:33:01 -07:00
Gregor Biswanger
552b4331b2
implement missing events and properties from the AutoUpdater-API
2019-05-23 23:10:45 +02:00
Gregor Biswanger
a2ada57292
Implement all electron-updater events
2019-05-23 02:59:30 +02:00
Gregor Biswanger
0cede6131e
Fixed bug #257 - Menu Item visibility
2019-05-22 20:26:22 +02:00
Gregor Biswanger
e5132e8198
implement AutoUpdater
2019-05-20 01:08:26 +02:00
Maher Jendoubi
ed6ebe90b1
Fixed some spelling issues
...
* Cleanup of unnecessary usings
* Used language keywords instead of BCL types : Object --> object
* Fixed some spelling issues
2019-05-18 02:00:56 +02:00
Gregor Biswanger
412f628422
implement Session-API, fix code selection problem for the Demo Web-App.
2019-05-16 18:03:31 +02:00
Gregor Biswanger
3cb92169dd
Implement Electron 5.0.1 compatibility
2019-05-16 03:13:35 +02:00
Gregor Biswanger
77e7280b1f
Merge pull request #240 from BorisTheBrave/set-progress-bar-fixes
...
Updates the C# API to accept floating point as in JS.
2019-05-16 00:47:55 +02:00
Gregor Biswanger
f2e0808ede
Merge pull request #231 from CodeKenpachi/master
...
Fix BrowserWindow::SetMenu
2019-05-16 00:42:45 +02:00
Gregor Biswanger
d0c52a1364
Implement HostHook logic to CLI and API. Implement an example in the Web-App.
2019-05-15 23:56:53 +02:00
Adam Newgas
eda9b08cac
Updates the C# API to accept floating point as in JS.
...
Also adds supports for progress bar options.
Fixes #239
2019-05-05 18:30:07 +01:00
Kevin Gaden
2a9c0e1d60
Fix BrowserWindow::SetMenu
2019-04-04 15:08:10 +02:00
Gregor Biswanger
f4631c99f7
remove to listen on errors
2019-01-11 10:00:00 +01:00
Gregor Biswanger
04968d088b
fix ElectronHostHook path, exception handling
2019-01-11 02:42:32 +01:00
Gregor Biswanger
63c2bcdf7c
prototype of electron host hook service and api implementation
2019-01-05 02:17:31 +01:00
Gregor Biswanger
f4efad299a
fixed bug: X and Y options to not work #193
2019-01-03 20:20:21 +01:00
Robert Muehsig
2fb3062d4b
don't listen on 0.0.0.0
2019-01-01 22:56:22 +01:00
Robert Muehsig
da4a8dfa9d
cleanups and licenseUrl for package fixed
2018-12-30 23:18:18 +01:00
Gregor Biswanger
524e6c8dff
fix planned breaking API changes from Electron 4.0
2018-09-25 23:10:58 +02:00
Gregor Biswanger
dcd637ae0f
fix migration problems
2018-07-22 21:35:44 +02:00
Gregor Biswanger
b53442be89
Merge pull request #107 from ru-sh/master
...
WebContent.GetUrl() and LoadURLOptions.ExtraHeaders
2018-07-22 17:46:43 +02:00
Gregor Biswanger
a708ccfc22
Merge pull request #101 from ElectronNET/better-cwd
...
https://github.com/ElectronNET/Electron.NET/issues/72
2018-07-22 17:46:14 +02:00