Scott Kuhl
dbf4d0f720
Upgraded NuGet packages to the latest versions:
...
- Microsoft.SourceLink.GitHub 1.0.0-beta2-19367-01 > 1.0.0
- System.Drawing.Common 4.7.0 > 5.0.0
- Microsoft.VisualStudio.Web.CodeGeneration.Design 3.0.0 > 5.0.0
2020-11-21 16:24:24 -06:00
Scott Kuhl
7f62e7299b
Updated .NET Core 3.1 to .NET 5.0.
2020-11-21 16:13:06 -06:00
duncan
a70304948a
set default WebPreferences.DefaultFontSize to fix tiny text when possition is set
2020-08-13 22:54:45 +01:00
Writwick Das
de1637672a
enabled empty tray icon
...
(fixes click event on macos)
2020-06-15 17:01:31 +02:00
Gregor Biswanger
ca7414b8e6
Merge pull request #430 from freosc/master
...
HostHook.CallAsync should use TaskCompletionSource.SetException instead of throwing exception
2020-06-12 15:54:58 +02:00
Fre
37ae869dcb
HostHook CallAsync
2020-06-12 13:32:26 +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
c5c822a028
Update Shell.cs
2020-05-27 01:06:31 +02:00
Konstantin Gross
ce4ef03636
Update ShortcutLinkOperation.cs
2020-05-27 01:04:28 +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
76dcdc4137
Shell.OpenItem API fix for Electron 9.0.0
2020-05-25 17:31:27 +02:00
Gregor Biswanger
39c3e92128
implement lazy App.Ready event
2020-05-24 22:00:32 +02:00
Gregor Biswanger
c552a04347
add App.Ready event
2020-05-24 18:50:35 +02:00
Konstantin Gross
cac9cfcec8
Add lifetime hosted service to detect fully started ASP.NET Core
2020-05-24 02:51:34 +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
9502eb787a
Fixed bug - #411
2020-05-21 22:39:52 +02:00
Gregor Biswanger
4a9b6fa9c1
Merge pull request #409 from konstantingross/feature/Add_missing_config_parameter_#407
...
Add missing config parameter fixes #407
2020-05-21 20:40:28 +02:00
Konstantin Gross
d51a481e50
Added three missing propertys and fixing typos
2020-05-21 01:32:38 +02:00
Konstantin Gross
a5543bfe60
Typo in summary
2020-05-20 18:58:31 +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
Konstantin Gross
b7960eb772
PR fixes
2020-05-18 23:57:10 +02:00
Gustavo Lara
bbab114c54
Adding All PowerMonitor Methods, Fixing Comments
2020-05-18 16:14:03 -05:00
Konstantin Gross
e77f48b2c5
Fix formatting and summary
2020-05-18 21:01:47 +02: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
c8e51ef21b
Updating Comments
2020-05-12 10:50:08 -05: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
c9f0c43bc9
Remove using Clipboard
2020-05-06 19:17:25 -04:00
ThrDev
b87d7f9899
Add XML comments
2020-05-06 19:14:34 -04: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
Syed Adeel Hassan Rizvi
00eb9869dc
1. Watch enabled successfully.
...
2. Reloading electron after build.
2020-05-01 17:29:56 +10:00
ThrDev
23015a9f3d
Add System.Drawing.Common reference.
2020-04-26 19:26:45 -04:00
ThrDev
7daac2d04e
Add NativeImage support, clipboard image read/write.
2020-04-26 19:21:29 -04:00
Gregor Biswanger
a619b6e5c9
Implemented BrowserView API #371
2020-04-23 03:29:52 +02:00