48 Commits

Author SHA1 Message Date
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
Guillaume
28be0dd209 - Removed unused variable from a previous attempt. 2019-09-26 17:34:18 +02:00
Guillaume
a32b50f86f - Fixed / Updated API for Chrome extensions
- Sample for quick testing will be put in the pull request
2019-09-26 17:26:33 +02:00
Guillaume
a781234d05 - Removed not existent parameter in method declaration of browserWindowGetExtensions in browserWindows.ts 2019-09-26 13:37:01 +02:00
Guillaume
8b66bdd7cb - Added BrowserWindow.AddExtension, RemoveExtension, GetExtensions support. Not yet tested 2019-09-26 13:27:22 +02:00
Artur Mustafin
bd99da560b fix issue #301 2019-08-21 06:43:56 +03:00
Gregor Biswanger
da4e930478 New Feature: Support for set a custom static Port to ASP.NET Backend - #155 2019-07-28 14:14:15 +02:00
Gregor Biswanger
10e95afa5c Merge branch 'master' into dev/AutoUpdate 2019-07-28 13:24:41 +02:00
Yevgeniy Tymchishin
b9ba162a88 Fixed bug: Electron tray icon TypeError 2019-07-05 23:33:04 +03: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
e5132e8198 implement AutoUpdater 2019-05-20 01:08:26 +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
aea2c7aff5 pull request #233 2019-05-16 01:29:34 +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
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
cad371c221 implement Electron 4.0.0 support 2019-01-04 03:27:12 +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
Gregor Biswanger
b53442be89 Merge pull request #107 from ru-sh/master
WebContent.GetUrl() and LoadURLOptions.ExtraHeaders
2018-07-22 17:46:43 +02:00
yaofeng
fcbefa62ca 中文问题编码 2018-07-14 13:50:45 +08:00
yaofeng
1bf274a73c 1. getWindowById(id) add undefined check
2. IpcMain add off
2018-05-31 11:05:36 +08:00
yaofeng
949741d992 getWindowById(id) add undefined check 2018-05-30 15:13:17 +08:00
yaofeng
e3eee0c32f 1 2018-05-30 10:38:41 +08:00
yaofeng
ef1f0ab330 registerIpcMainChannel remove channel 2018-05-07 17:18:17 +08:00
yaofeng
0997291484 fix: possible eventemitter memory leak delected
do: io.setMaxListeners(0);
2018-04-18 16:53:34 +08:00
Shakirov Ruslan
959def9c86 + WebContent.GetUrl()
+ LoadURLOptions.ExtraHeaders
2018-03-16 22:32:56 +03: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
778dde2b55 implement the API Demo-App complete. Implement the Clipboard-, Screen- and WebContents-API. Fix some bugs. Edit the Readme. 2017-10-23 19:08:10 +02:00
Gregor Biswanger
248ddde82b implement Demo App sections: Dialogs, Menu, Tray, Shell, CrashHang, Notification, Shortcuts etc. Fix some API bugs and implement GlobalShortcut-, Shell- and WebContents-API. 2017-10-21 04:37:01 +02:00
Gregor Biswanger
8caec22de9 implement full Tray-API 2017-10-18 05:30:36 +02:00
Gregor Biswanger
7be3cbe524 implement full Notification-API 2017-10-18 03:49:34 +02:00
Gregor Biswanger
072a24d091 imeplement all Dialog-API functions 2017-10-17 22:28:43 +02:00
Gregor Biswanger
b28fa9465a implement enum for types, implement OpenDialog from Dialog-API 2017-10-17 05:12:35 +02:00
Gregor Biswanger
c1792c793f implement all BrowserWindow API Events and the rest of missed functions 2017-10-16 22:39:45 +02:00
Gregor Biswanger
c5229d1d00 implement BrowserWindow-API functions 2017-10-16 16:53:35 +02:00
Gregor Biswanger
a4aa1dfae3 implement BrowserWindow-API functions 2017-10-15 21:39:52 +02:00
Gregor Biswanger
08b88e3adf implement first dialog-, notification-, tray- and menu-api functions 2017-10-15 17:03:07 +02:00
Gregor Biswanger
8f9a84cb0f implement WindowManager, BrowserWindow-API and Menu-API 2017-10-15 06:03:48 +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
Gregor Biswanger
2989144dce implement IPC Support 2017-10-07 01:32:19 +02:00