Pius Friesch
6be3019cb6
fix typescript, based on changes to js
2021-12-13 17:31:48 +01:00
rafael-aero
3460217021
refactor socket reconnect
2021-12-13 16:22:08 +01:00
rafael-aero
bd45e23768
remove recreate behaviour from activate event on mac, and emit event to handler instead
2021-08-30 13:22:07 +02:00
rafael-aero
7fe8f6e49e
fix wrong object initializer
2021-07-21 17:04:29 +02:00
theolivenbaum
95d614796e
works
2021-07-12 21:27:40 +02:00
rafael-aero
126d39f4a5
wip
2021-07-12 19:50:39 +02:00
Gregor Biswanger
0ad89c7d22
RequestSingleInstanceLockAsync callback does work now - bug fix #519
2021-07-02 17:18:14 +02: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
Gregor Biswanger
f06b95803f
Update to native Electron 11.1.1 - Fix breaking changes and refactoring.
2021-01-11 01:56:39 +01: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
Gregor Biswanger
e9331728b4
Merge branch 'master' into master
2020-05-19 13:34:04 +02:00
Gire Jean-Philippe
f4ea6df204
Added UserAgentFallback to App
2020-05-19 11:59:11 +02:00
Dave Ferguson
0573e92ed5
Fix logic of all windows closed event on macos
...
The application was not raising the all windows closed event which
didn't allow the .NET application to exit properly when the last window
was closed.
The recommendation by electronjs is to subscribe to the all windows
closed event and exit the app via code on macos.
This change allows the event to propagated up to the .NET application.
It may be better to move all of the logic surrounding this to the
ElectronNET.API project and allow the application developer full
control over the behavior. For now, this fixes the immediate bug.
GH-346
2020-05-18 19:58:22 -04:00
Gregor Biswanger
62b37d059f
add to set author and name in electron.manifest.json #348
2020-04-19 01:22:27 +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
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
Gregor Biswanger
3cb92169dd
Implement Electron 5.0.1 compatibility
2019-05-16 03:13:35 +02:00
GLINTT\ppinto
4db0ac0ebb
FIX application hangs after socket reconnect
...
Tray, Globalshortcut and other stop sending events with socket.emit after socket reconnect
2019-04-18 18:03:17 +01:00
Gregor Biswanger
63c2bcdf7c
prototype of electron host hook service and api implementation
2019-01-05 02:17:31 +01:00
Gregor Biswanger
ac9d346955
refactoring
2018-09-26 01:31:53 +02:00
Gregor Biswanger
524e6c8dff
fix planned breaking API changes from Electron 4.0
2018-09-25 23:10:58 +02:00
yaofeng
3ba46a3565
1
2018-02-09 23:22:03 +08:00
Gregor Biswanger
fdb026c7bd
fix app quit event bugs
2017-11-10 01:48:06 +01:00
Gregor Biswanger
4b0fca35fa
fix event bugs
2017-10-25 21:28:43 +02:00
Gregor Biswanger
90d0cc6189
implement the first App-API Events
2017-10-14 19:57:49 +02:00
Gregor Biswanger
aa526c4bcb
Implement all functions from the Electron App-API
2017-10-14 00:06:58 +02:00
Gregor Biswanger
5f0be6543b
implement first Electron-API Bridge functions - Add little sample in WebApp
2017-10-12 02:24:27 +02:00