rafael-aero
|
51013d5825
|
code cleanup
|
2021-09-15 11:14:45 +02:00 |
|
theolivenbaum
|
67ea8c768e
|
Update BrowserWindow.cs
|
2021-09-10 10:11:41 +02:00 |
|
rafael-aero
|
5ba10136e2
|
Add excludedFromShownWindowsMenu and TrafficLightPosition
|
2021-09-01 14:07:45 +02:00 |
|
rafael-aero
|
224bc1ef65
|
Add supported OS platform annotations
|
2021-08-26 14:22:54 +02:00 |
|
rafael-aero
|
8bbe6a96af
|
Fix serialization of array of objects
|
2021-08-25 10:34:36 +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
|
31094f9d2b
|
Remove unecessary JsonSerializer settings, fix default serializer
|
2021-08-23 11:57:42 +02:00 |
|
rafael-aero
|
cbe0637e84
|
Simplify repeated code with OnResult method, fix race condition with multiple calls to On/Off for the same event
|
2021-08-18 10:24:12 +02:00 |
|
rafael-aero
|
8063f49e4b
|
run all continuations asyncronously
|
2021-08-17 16:28:07 +02:00 |
|
theolivenbaum
|
b03bc7c9eb
|
Clean-up
|
2021-07-12 21:33:35 +02:00 |
|
rafael-aero
|
126d39f4a5
|
wip
|
2021-07-12 19:50:39 +02:00 |
|
Gregor Biswanger
|
ce0cdf39c6
|
Update to native Electron 13.1.5, Update Changelog
|
2021-07-02 02:04:23 +02:00 |
|
kdl
|
490440c23a
|
Add BrowserWindow.GetNativeWindowHandle()
|
2020-06-11 22:45:18 +02:00 |
|
Gregor Biswanger
|
a619b6e5c9
|
Implemented BrowserView API #371
|
2020-04-23 03:29:52 +02:00 |
|
Guillaume
|
8b66bdd7cb
|
- Added BrowserWindow.AddExtension, RemoveExtension, GetExtensions support. Not yet tested
|
2019-09-26 13:27:22 +02:00 |
|
Guillaume
|
ba64639c1d
|
- Added AddExtension, RemoveExtension and GetExtensions methods body
- Added a ChromeExtensionInfo class, that mimic the returned JS values from GetExtensions method (see https://electronjs.org/docs/api/browser-window#browserwindowgetextensions)
- GetExtensions return a Dictionary<string, ChromeExtensionInfo>, to respect JS documentation declaration.
|
2019-09-25 17:33:57 +02:00 |
|
Artur Mustafin
|
bd99da560b
|
fix issue #301
|
2019-08-21 06:43:56 +03:00 |
|
Gregor Biswanger
|
77e7280b1f
|
Merge pull request #240 from BorisTheBrave/set-progress-bar-fixes
Updates the C# API to accept floating point as in JS.
|
2019-05-16 00:47:55 +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 |
|
Kevin Gaden
|
2a9c0e1d60
|
Fix BrowserWindow::SetMenu
|
2019-04-04 15:08:10 +02:00 |
|
Gregor Biswanger
|
f4efad299a
|
fixed bug: X and Y options to not work #193
|
2019-01-03 20:20:21 +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
|
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
|
8c5c01133d
|
update readme
|
2017-10-18 22:58:01 +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
|
8f9a84cb0f
|
implement WindowManager, BrowserWindow-API and Menu-API
|
2017-10-15 06:03:48 +02:00 |
|