Gregor Biswanger
0575413768
Transpile new JavaScript host files
2022-04-06 19:19:46 +02:00
Gregor Biswanger
e8394277e7
Merge fix: Fix for #664 , open for comment #644
2022-04-06 19:17:43 +02:00
Gregor Biswanger
1a1bd61e3e
Merge fix: Support launching app with file for win and linux #648
2022-04-06 18:45:51 +02:00
Gregor Biswanger
709780fd04
Merge pull request #673 from MutatedGamer/parentOption
...
Add ability to set a window's parent using BrowserWindowOptions
2022-04-06 18:26:08 +02:00
MutatedGamer
4a44f3e150
Set parent in createBrowserWindow
2022-03-21 20:34:38 -07:00
Daniel Gidman
468c8ba2fc
#644 Check for null before taking actions. Also localize references to window on window creation
2022-02-23 14:58:44 -06:00
Todd Schavey
ba82b9a600
#647 add to ElectronNET.API Process member interfaces for various fields
2022-01-02 22:46:53 -05:00
Todd Schavey
562cccbfae
#647 add to ElectronNET.API Process member interfaces for argv and type
2022-01-02 18:28:39 -05:00
Todd Schavey
1406fc1d79
#647 add initial Process class to ElectronNET.API
2022-01-02 16:46:14 -05:00
theolivenbaum
0393b0bd45
Merge branch 'master' into switch-to-new-socket-lib
2021-08-24 05:31:57 +02:00
theolivenbaum
953f1e2641
fix event names for when there are more than one window, view or webcontent Id
2021-08-24 05:31:46 +02:00
rafael-aero
fb99dbd5b5
add null return to avoid having to check for undefined
2021-08-23 18:28:00 +02:00
rafael-aero
fdbf7187b9
Update browserWindows.js
2021-08-23 15:30:47 +02:00
rafael-aero
9a680a41ac
improve how we handle when window has been destroyed already
2021-08-23 14:59:41 +02:00
rafael-aero
f9693ce624
handle destroyed windows
2021-08-23 14:29:41 +02:00
rafael-aero
336c3b9400
cleanup for merge
2021-08-18 10:42:24 +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
Gregor Biswanger
ce0cdf39c6
Update to native Electron 13.1.5, Update Changelog
2021-07-02 02:04:23 +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
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
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
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
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
Dan Gidman
e73655bd68
442: maintain references between socket.io connection events
...
https://github.com/ElectronNET/Electron.NET/issues/442
remove deletes of modules during disconnect
add delete of hostHook during disconnect
check if modules exist before importing them curring connect
move local caches of modules into global scope.
2020-10-06 11:29:53 -05:00
Fre
e17a36f7cb
small changes
2020-08-21 12:13:38 +02:00
Fre
d0c92cac85
avoid memory leak when re-adding the eventlisteners
2020-08-21 10:32:02 +02:00
Gregor Biswanger
42613f5b56
Rollback to socket.io 2.2.0
2020-07-08 12:56:49 +02:00
Fre
4e9de2abfa
Aanpassingen autoupdate & async code
2020-07-08 11:16:00 +02:00
Gregor Biswanger
06724f6eae
Rollback to socket.io 2.2.0
2020-07-06 18:24:23 +02:00
Writwick Das
de1637672a
enabled empty tray icon
...
(fixes click event on macos)
2020-06-15 17:01:31 +02:00
Gregor Biswanger
3420ee2de4
Update to Electron 9.0.3 build - Update Changelog for Electron.NET 9.31.1
2020-06-11 23:39:08 +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
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
58ab180c94
Missing semicolon
2020-05-26 15:09:47 +02:00
Konstantin Gross
76dcdc4137
Shell.OpenItem API fix for Electron 9.0.0
2020-05-25 17:31:27 +02:00