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
Konstantin Gross
485bce08d7
Add missing API call for SetProgressBar options
2020-05-25 11:24:29 +02:00
Gregor Biswanger
95acbd5dea
Update to the native Electron 9.0.0 - Update electron-updater 4.3.1 - Update Changelog
2020-05-23 12:17:53 +02:00
Frederik Vermeersch
d409c3a0f9
Implementation for electronjs cookie handling
2020-05-22 16:38:34 +02:00
Gregor Biswanger
b043688f7f
add workaround for #412 - update to socket.io 2.3.0
2020-05-21 22:58:17 +02:00
Gregor Biswanger
e9331728b4
Merge branch 'master' into master
2020-05-19 13:34:04 +02:00
Gregor Biswanger
92b0388300
Merge pull request #405 from dafergu2/master
...
Update application exit logic
2020-05-19 13:19:47 +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
Gustavo Lara
bbab114c54
Adding All PowerMonitor Methods, Fixing Comments
2020-05-18 16:14:03 -05:00
Gustavo Lara Molina
8fe60bfcda
adding all powerMonitor api events
2020-05-17 22:16:31 -05:00
Konstantin Gross
7f2269c4bd
Remaining implementation of the NativeTheme API: shouldUseHighContrastColors, shouldUseInvertedColorScheme, get/set themeSource and updated event
2020-05-17 02:54:01 +02:00
Gregor Biswanger
169abc2376
implement NativeTheme API with shouldUseDarkColors
2020-05-13 14:16:36 +02:00
Gregor Biswanger
14587463e7
add new powerMonitor API js file - fix formating
2020-05-13 01:41:09 +02:00
Gustavo Lara Molina
c12c26b491
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2020-05-12 09:12:22 -05:00
Gregor Biswanger
fd5801ffdc
Update Context Menu Item for tray app on-the-fly. #270
2020-05-12 00:21:18 +02:00
Rocket
df02855471
Added the API Power
2020-05-11 12:59:21 -05:00
ThrDev
fa51cdd72c
Merge remote-tracking branch 'upstream/master'
2020-05-06 19:07:31 -04:00
ThrDev
9b270755d0
Add full NativeImage support for Electron.NET
2020-05-06 19:05:21 -04:00
Gregor Biswanger
db6bed43dc
fix memory leak and remove package
2020-05-01 15:52:54 +02:00
Syed Adeel Hassan Rizvi
01d938fb1a
Storing main window instance to reload later.
2020-05-01 22:12:28 +10:00
Syed Adeel Hassan Rizvi
00eb9869dc
1. Watch enabled successfully.
...
2. Reloading electron after build.
2020-05-01 17:29:56 +10:00
ThrDev
e67f6c500b
Merge remote-tracking branch 'upstream/master'
2020-04-26 19:29:39 -04:00
ThrDev
7daac2d04e
Add NativeImage support, clipboard image read/write.
2020-04-26 19:21:29 -04:00
Gregor Biswanger
71955b9181
Fixed: Unable to disable WebSecurity along with NodeIntegration enabled #389
2020-04-24 00:59:38 +02:00
Gregor Biswanger
a619b6e5c9
Implemented BrowserView API #371
2020-04-23 03:29:52 +02:00
Gregor Biswanger
3ba3fa6414
Add new Electronize CLI command #273
2020-04-21 19:38:16 +02:00
Gregor Biswanger
11fbd6b259
Fixed: Using OnReadyToShow to display the main window in Blazor does not seem to work with Show set to false #361
2020-04-21 14:39:21 +02: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
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
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
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