Commit Graph

23 Commits

Author SHA1 Message Date
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
3cb92169dd Implement Electron 5.0.1 compatibility 2019-05-16 03:13:35 +02:00
Gregor Biswanger
524e6c8dff fix planned breaking API changes from Electron 4.0 2018-09-25 23:10:58 +02:00
Robert Muehsig
2e87bb3955 https://github.com/ElectronNET/Electron.NET/issues/72 2018-02-19 23:30:13 +01:00
danielmarbach
fc5250468e App cancellation token 2017-11-20 21:27:03 +01:00
Gregor Biswanger
ca382bf605 implement PreventDefault function for stop quiting application 2017-11-10 03:11:13 +01:00
Gregor Biswanger
fdb026c7bd fix app quit event bugs 2017-11-10 01:48:06 +01:00
Gregor Biswanger
7c13d19e7f implement it thread-safe 2017-11-04 00:16:14 +01:00
Gregor Biswanger
4b0fca35fa fix event bugs 2017-10-25 21:28:43 +02:00
Gregor Biswanger
7699773b61 include the missing xml code documentations 2017-10-24 21:43:27 +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
9abece156f Create Electron-Class for API´s 2017-10-14 17:58:16 +02:00
Gregor Biswanger
9848a38b0d write code documentation for App-API and IpcMain-API 2017-10-14 14:41:11 +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
Gregor Biswanger
47996a76d9 implement auto port support for socket bridge communication 2017-10-06 05:04:56 +02:00
Gregor Biswanger
5bb5bb24de implement mvc with call notification api from electron 2017-10-03 04:52:43 +02:00
Gregor Biswanger
b16e0b0bf9 implement notification bridge 2017-10-03 04:40:37 +02:00
Gregor Biswanger
a0a3e6fc15 migrate from .net core 1.1 to 2.0 2017-10-03 04:17:14 +02:00
Gregor Biswanger
852d3c170d add first api core library and implement socket.io communication 2017-10-03 03:28:56 +02:00