Gregor Biswanger
0cede6131e
Fixed bug #257 - Menu Item visibility
2019-05-22 20:26:22 +02:00
Gregor Biswanger
ce52988aac
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2019-05-22 18:28:52 +02:00
Gregor Biswanger
3a52680a54
Bugfix #258 : electron.manifest.json - singleInstance not working
2019-05-22 18:26:43 +02:00
Gregor Biswanger
6d28e57f04
Update README.md
2019-05-22 02:35:59 +02:00
Gregor Biswanger
a2cdabf8cb
Update issue templates
2019-05-22 02:20:44 +02:00
Gregor Biswanger
25ab81ca8f
Update README.md
2019-05-22 01:52:04 +02:00
Gregor Biswanger
5ba54ab40b
Update README.md
2019-05-22 01:48:30 +02:00
Gregor Biswanger
cca8110c38
Update README.md
2019-05-22 00:54:50 +02:00
Gregor Biswanger
06f43032b4
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2019-05-21 03:32:27 +02:00
Gregor Biswanger
0709d61120
add Auto Update demo sample
2019-05-21 03:32:18 +02:00
Robert Muehsig
aa09af8ad6
version bump
2019-05-20 22:47:21 +02:00
Gregor Biswanger
e90ef9e48d
Merge branch 'dev/AutoUpdate'
2019-05-20 18:39:18 +02:00
Gregor Biswanger
6d076fb99a
update version from Electron.Host/package.json by electron.manifest.json
2019-05-20 18:38:57 +02:00
Gregor Biswanger
131d1d9dd1
update changelog
2019-05-20 01:13:09 +02:00
Gregor Biswanger
e5132e8198
implement AutoUpdater
2019-05-20 01:08:26 +02:00
Gregor Biswanger
8605fab9a7
update changelog
2019-05-18 16:57:23 +02:00
Gregor Biswanger
c03d6e8976
implement splashscreen support
2019-05-18 15:04:11 +02:00
Gregor Biswanger
5e0ef7edb5
Merge pull request #250 from MaherJendoubi/spelling
...
Fixed some spelling issues
2019-05-18 02:06:21 +02:00
Gregor Biswanger
5300609360
implement electron-builder support, remove electron-packager
2019-05-18 02:01:06 +02:00
Maher Jendoubi
ed6ebe90b1
Fixed some spelling issues
...
* Cleanup of unnecessary usings
* Used language keywords instead of BCL types : Object --> object
* Fixed some spelling issues
2019-05-18 02:00:56 +02:00
Gregor Biswanger
4e95322468
update changelog
2019-05-16 18:07:46 +02:00
Gregor Biswanger
412f628422
implement Session-API, fix code selection problem for the Demo Web-App.
2019-05-16 18:03:31 +02:00
Gregor Biswanger
3cb92169dd
Implement Electron 5.0.1 compatibility
2019-05-16 03:13:35 +02:00
Gregor Biswanger
aea2c7aff5
pull request #233
2019-05-16 01:29:34 +02:00
Gregor Biswanger
ba16c4e032
Merge pull request #228 from gfs/master
...
Adds new command line parameters to 'electronize build'
2019-05-16 01:07:04 +02:00
Gregor Biswanger
8b5bb636f3
Merge branch 'master' into master
2019-05-16 01:06:56 +02:00
Gregor Biswanger
0fac6ae1cd
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2019-05-16 00:53:40 +02:00
Gregor Biswanger
24d1f6f844
update changelog
2019-05-16 00:53:34 +02:00
Gregor Biswanger
73f7e5a7b2
Merge pull request #243 from Hecatron-Forks/hecatron-dev
...
Call electronize from the Path instead of via dotnet in launchSettings.json
2019-05-16 00:49:50 +02:00
Gregor Biswanger
01d1397a60
Merge pull request #241 from BorisTheBrave/improve-build-script
...
buildReleaseNuGetPackages should leave you in the same directory you …
2019-05-16 00:48:38 +02: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
Gregor Biswanger
8d6a5a757e
Merge pull request #236 from BorisTheBrave/electronize-cli-false-positive
...
Reduce chance of detecting false positives when scanning subprocesses for errors.
2019-05-16 00:46:59 +02:00
Gregor Biswanger
f2e0808ede
Merge pull request #231 from CodeKenpachi/master
...
Fix BrowserWindow::SetMenu
2019-05-16 00:42:45 +02:00
Gregor Biswanger
aa7efbad4b
Merge branch 'dev/hosthooks'
2019-05-15 23:58:40 +02:00
Gregor Biswanger
d0c52a1364
Implement HostHook logic to CLI and API. Implement an example in the Web-App.
2019-05-15 23:56:53 +02:00
grbd
4235aa4677
Calls electronize from the Path instead of via dotnet
2019-05-08 19:31:29 +01:00
Adam Newgas
8a3c86abc0
buildReleaseNuGetPackages should leave you in the same directory you started in.
2019-05-05 18:33:26 +01: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
Adam Newgas
a5cee6e6d5
Reduce chance of detecting false positives when scanning subprocesses for errors.
...
Fixes #160
2019-04-27 19:05:26 +01:00
GLINTT\ppinto
4db0ac0ebb
FIX application hangs after socket reconnect
...
Tray, Globalshortcut and other stop sending events with socket.emit after socket reconnect
2019-04-18 18:03:17 +01:00
Kevin Gaden
2a9c0e1d60
Fix BrowserWindow::SetMenu
2019-04-04 15:08:10 +02:00
Gabe Stocco
7dc3072b5f
Adds additional new parameter to force a node install, instead of
...
skipping due to an existing node_modules folder. This is also implicitly
triggered by providing your own package.json file. This ensures that the
actual packages match the package.json.
2019-03-29 19:02:34 -07:00
Gabe Stocco
6642f9d505
Correct license information in package.json to match license file included with source.
2019-03-28 15:45:50 -07:00
Gabe Stocco
078ac99098
Revert version change.
2019-03-28 15:00:13 -07:00
Gabe Stocco
f7cc2a995f
Adds three new command line options for build. Specifying the output path, and allowing specification of a package.json file to use.
2019-03-28 14:57:03 -07:00
Gabe Stocco
c0ee3b8859
Fixes directory change when running script.
2019-03-28 14:41:34 -07:00
Robert Muehsig
597df77508
Merge pull request #200 from yfrans/patch-1
...
Added Windows 32bit support for the start command
2019-01-19 21:36:21 +01:00
Robert Muehsig
f709f65f9e
always invoke npm install
2019-01-15 22:21:25 +01:00
Robert Muehsig
71d2b88b02
fix build?
2019-01-15 20:54:32 +01:00
Gregor Biswanger
f4631c99f7
remove to listen on errors
2019-01-11 10:00:00 +01:00