Gregor Biswanger
70ca42aeaf
Merge fix: Conversion to use ImageSharp rather than System.Drawing.Common #658
2022-04-06 19:03:22 +02:00
Gregor Biswanger
1a1bd61e3e
Merge fix: Support launching app with file for win and linux #648
2022-04-06 18:45:51 +02:00
Gregor Biswanger
709780fd04
Merge pull request #673 from MutatedGamer/parentOption
...
Add ability to set a window's parent using BrowserWindowOptions
2022-04-06 18:26:08 +02:00
Gregor Biswanger
29b4f577a6
Merge pull request #634 from stackify/feature/RecentDocuments-Mac
...
Recent Document Support for MacOS
2022-04-06 16:35:00 +02:00
MutatedGamer
d6e362c83c
Add Parent property to BrowserWindowOptions
2022-03-21 20:34:25 -07:00
Daniel Gidman
86644e7366
#637 Conversion to use ImageSharp rather than System.Drawing.Common for cross platform compatibility.
...
Breaking Changes:
* `System.Drawing.Common` is dropped and `SixLabors.ImageSharp` is introduced.
* uses of `NativeImage.CreateFromBitmap(bitmap, options);` is no longer supported, will cause failed builds.
Unexpected Behaviors:
* uses ToDataUrl will always create png data urls, unexpected output may happen for those that manipulate this output expecting a different data url format.
Obsoletions:
* `CreateFromBitmapOptions` & `CreateFromBufferOptions` have been consolidated into `CreateOptions`. Implicit conversions added to ease transition.
* `ToBitmapOptions`, `ToDataUrlOptions`, `ToPngOptions` & `BitmapOptions` have been consolidated into `ImageOptions`. Implicit conversions added to ease transition.
2022-01-26 11:07:48 -06:00
Todd Schavey
64e058b0b5
#647 make ProcessVersions Entity a record to ensure readonly access to props
...
This is to address a PR #648 review comment to ensure that only the external
users are not able to modify the instance values.
2022-01-04 12:11:52 -05:00
Todd Schavey
592148116b
#647 correct to ElectronNET.API Process member for versions field
2022-01-02 23:11:01 -05:00
Todd Schavey
ba82b9a600
#647 add to ElectronNET.API Process member interfaces for various fields
2022-01-02 22:46:53 -05:00
Daniel Gidman
02faeae603
Add support for Mac recent documents and clear recent documents commands on the Application Menu
2021-12-08 13:32:00 -06:00
rafael-aero
b708b4b622
reset default values
2021-08-18 10:48:55 +02:00
rafael-aero
ec2261f1c5
Remove wrong ReleaseNoteInfo model
2021-07-13 09:08:31 +02:00
theolivenbaum
b03bc7c9eb
Clean-up
2021-07-12 21:33:35 +02:00
theolivenbaum
95d614796e
works
2021-07-12 21:27:40 +02:00
rafael-aero
126d39f4a5
wip
2021-07-12 19:50:39 +02:00
rafael-aero
6dee08379c
Merge remote-tracking branch 'upstream/master'
2021-07-12 09:24:32 +02:00
Gregor Biswanger
ce0cdf39c6
Update to native Electron 13.1.5, Update Changelog
2021-07-02 02:04:23 +02:00
Gregor Biswanger
78d9d601b1
Merge branch 'master' into bug/578
2021-07-01 23:42:09 +02:00
Gregor Biswanger
fdd643ba48
Merge pull request #573 from tantumalice/serialization-fix
...
Vibrancy serialization fix
2021-07-01 23:40:09 +02:00
Gregor Biswanger
bff71dc86a
Merge pull request #561 from nfichter/proxy-credentials
...
Add support for proxies that require basic username/password authentication
2021-07-01 23:20:36 +02:00
tub5
476cc9e505
Updating ContextIsolation as per the comment from @danatcofo. "on electron v12 WebPreferences.contextIsolation defaults to true… this means that window.require() will no longer function"
2021-06-28 15:55:16 +01:00
rafael-aero
8f5a7856d5
use new Electron 12 default values
2021-06-28 16:30:24 +02:00
Alisa Semenova
cd9e06d5db
Vibrancy serialization fix
2021-06-14 16:52:33 +03:00
Noah Fichter
0ee7097f31
Add support for proxies that require basic authentication
2021-04-26 14:38:41 -04:00
Martin Schweizer
3838fe8971
Add PostData to LoadURLOptions to allow http-posts in LoadURL calls
...
Enable the possibility to post data to external Url's with the BrowserWindow.LoadURL function. The post data is provided through LoadURLOptions
2021-03-12 16:31:29 +01:00
Dan
8a0276daf9
Add ability to enable remote module in browser
...
The jump from Election 9x to 11x changed the default setting. This exposes it so that user can re-enable it if needed.
2021-01-20 11:49:50 -06:00
Gregor Biswanger
f06b95803f
Update to native Electron 11.1.1 - Fix breaking changes and refactoring.
2021-01-11 01:56:39 +01:00
Fre
e17a36f7cb
small changes
2020-08-21 12:13:38 +02:00
Fre
deccebb582
Merge branch 'master' into freosc
...
# Conflicts:
# ElectronNET.Host/main.js
2020-08-21 11:13:06 +02:00
duncan
a70304948a
set default WebPreferences.DefaultFontSize to fix tiny text when possition is set
2020-08-13 22:54:45 +01:00
Fre
4e9de2abfa
Aanpassingen autoupdate & async code
2020-07-08 11:16:00 +02: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
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
Frederik Vermeersch
d409c3a0f9
Implementation for electronjs cookie handling
2020-05-22 16:38:34 +02:00
Gregor Biswanger
9502eb787a
Fixed bug - #411
2020-05-21 22:39:52 +02:00
Konstantin Gross
d51a481e50
Added three missing propertys and fixing typos
2020-05-21 01:32:38 +02:00
Konstantin Gross
b7960eb772
PR fixes
2020-05-18 23:57:10 +02:00
Gregor Biswanger
fd5801ffdc
Update Context Menu Item for tray app on-the-fly. #270
2020-05-12 00:21:18 +02:00
ThrDev
b87d7f9899
Add XML comments
2020-05-06 19:14:34 -04:00
ThrDev
9b270755d0
Add full NativeImage support for Electron.NET
2020-05-06 19:05:21 -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
Gregor Biswanger
c17720a4d7
Merge pull request #355 from x-xx-o/print
...
added print capability
2020-04-18 17:06:23 +02:00
John Juback
88b04377a7
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2020-02-07 15:00:17 -05:00
John Juback
92356d3587
Start MenuRole enum at 1.
2020-02-07 14:38:33 -05:00
Niko
a3c452eea5
add print capability
2019-12-15 09:56:14 +01:00
Gregor Biswanger
f5e2abfdb4
Change to Electron version 7, fix some breaking changes.
2019-11-28 22:34:49 +01:00
Guillaume
8bf10c370c
- Added XML documentation on ChromeExtensionInfo constructor
2019-09-26 17:30:21 +02:00