Gregor Biswanger
e8394277e7
Merge fix: Fix for #664 , open for comment #644
2022-04-06 19:17:43 +02:00
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
aa9c2caf47
Merge fix: Support DI and Mocking better + Support launching app with file for win and linux #656
2022-04-06 18:58:02 +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
7222c9e6c5
Fix conflicts: Support for .NET 6
2022-04-06 18:10:18 +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
Gregor Biswanger
9698c80442
Merge pull request #633 from stackify/feature/DI-MOCK
...
Support DI and Mocking better.
2022-04-06 16:33:46 +02:00
MutatedGamer
d6e362c83c
Add Parent property to BrowserWindowOptions
2022-03-21 20:34:25 -07:00
Daniel Gidman
ab694e22fc
Change IsReady logic to also wait for connection to be open. This is to prevent actions occurring before the app can act upon them.
2022-02-23 14:57:05 -06: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
Daniel Gidman
b8845bb402
Include Process into DI Mocking and interfaces
2022-01-25 10:45:49 -06:00
Daniel Gidman
1767bcd5ad
Merge commit '64e058b0b59a4fbbd6c0ec9de2ee1850a66684c4' into feature/DI-MOC-Process
...
# Conflicts:
# ElectronNET.API/ServiceCollectionExtensions.cs
2022-01-25 10:41:42 -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
24a2005776
#647 update XML documentation to ElectronNET.API Process members
2022-01-03 00:21:48 -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
Todd Schavey
562cccbfae
#647 add to ElectronNET.API Process member interfaces for argv and type
2022-01-02 18:28:39 -05:00
Todd Schavey
1406fc1d79
#647 add initial Process class to ElectronNET.API
2022-01-02 16:46:14 -05:00
Daniel Gidman
6b0205467b
Support for .NET 6
...
Also included is the ability to target a specific project in the `electronize build/start` command using /dotnet-project
2021-12-09 13:11:24 -06: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
Daniel Gidman
1b14bb0fe5
Convert main static references off of Electron into interface implementation and expose the underlying Socket for low level interaction.
2021-12-07 11:52:43 -06:00
rafael-aero
18d425b042
Merge branch 'master' into switch-to-new-socket-lib
2021-08-25 17:08:53 +02:00
rafael-aero
5e82ae4246
add socket events to emit console messages
2021-08-25 13:38:30 +02:00
rafael-aero
8bbe6a96af
Fix serialization of array of objects
2021-08-25 10:34:36 +02:00
theolivenbaum
0393b0bd45
Merge branch 'master' into switch-to-new-socket-lib
2021-08-24 05:31:57 +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
0090a7c239
fix wrong completed event name
2021-08-23 13:24:02 +02:00
rafael-aero
81431599ec
Update ElectronNET.API.csproj
2021-08-23 13:01:38 +02:00
rafael-aero
31094f9d2b
Remove unecessary JsonSerializer settings, fix default serializer
2021-08-23 11:57:42 +02:00
rafael-aero
bf48bc8227
replace remaining cases with OnResult, fix deserialization of json objects
2021-08-23 11:22:37 +02:00
rafael-aero
ca9bee7bf0
Merge branch 'master' into switch-to-new-socket-lib
2021-08-20 15:16:16 +02:00
rafael-aero
0aab352f86
remove yield call
2021-08-20 15:07:39 +02:00
rafael-aero
a8229f2fa9
add internal method to emit socket events synchronously, and use it for all exit, quit and relaunch methods
2021-08-20 15:06:58 +02:00
rafael-aero
b708b4b622
reset default values
2021-08-18 10:48:55 +02:00
rafael-aero
336c3b9400
cleanup for merge
2021-08-18 10:42:24 +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
rafael-aero
c4ff481131
add debug option
2021-07-21 10:42:04 +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
8880e040f7
remove remaining .Result calls
2021-07-12 18:16:07 +02:00
rafael-aero
82755e399d
Add comments
2021-07-12 15:54:23 +02:00
rafael-aero
83fd5a5d4b
Add manual initialization methods
2021-07-12 15:52:30 +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