Commit Graph

  • dc019adb10 #647 add to ElectronNET.API Process member interfaces for argv and type Todd Schavey 2022-01-02 18:28:39 -05:00
  • f7de17f1ee fix #647 add initial Process class to ElectronNET.API Todd Schavey 2022-01-02 16:46:14 -05:00
  • ca748384cf fix #647 process argv for open-file for win and linux Todd Schavey 2021-12-28 21:40:53 -05:00
  • 4c880cb627 Merge pull request #852 from rs22/update-electron-30 Florian Rappl 2024-06-04 20:51:37 +02:00
  • e46ba98c8d Update version in ElectronNET.WebApp electron manifest Robert Schmid 2024-06-04 15:57:22 +02:00
  • 4b9fe4656e Add changelog entry Robert Schmid 2024-06-04 15:56:47 +02:00
  • fdb8be46b7 Update electron version Robert Schmid 2024-05-10 16:56:51 +02:00
  • e361367a95 Merge pull request #849 from gorsheninmv/get-back-net6-support Florian Rappl 2024-05-01 17:08:29 +02:00
  • 7ca40bcaec Merge pull request #848 from gorsheninmv/update-npm-packages Florian Rappl 2024-05-01 14:37:39 +02:00
  • 1864c21c10 fix: specify target framework Misha Gorshenin 2024-05-01 12:35:06 +05:00
  • 0775b91dd4 fix: get back net6 support Misha Gorshenin 2024-05-01 09:37:38 +05:00
  • f55dbc14c0 chore: update node modules packages Misha Gorshenin 2024-05-01 09:16:25 +05:00
  • 6472f34a75 Merge pull request #847 from gorsheninmv/feat-introduce-new-cli-args Florian Rappl 2024-04-29 15:40:27 +02:00
  • 91714f5807 feat: CLI: add /no-restore arg and SelfContained propeprty support Misha Gorshenin 2024-04-28 23:42:30 +05:00
  • 6182320003 Merge branch 'main' into develop Florian Rappl 2024-04-29 11:45:11 +02:00
  • 5125ee0109 Merge pull request #801 from ds5678/primitive-implicit-conversions Florian Rappl 2024-04-29 11:42:45 +02:00
  • 21c17dc82b Merge pull request #846 from Lemon73-Computing/net8.0 Florian Rappl 2024-04-27 20:11:37 +02:00
  • dbcd4ac940 add: setting self-contained Lemon73-Computing 2024-04-26 19:42:32 +09:00
  • 286978c523 update: readme.md .net 6 -> .net 8 Lemon73-Computing 2024-04-25 17:27:45 +09:00
  • 96ae77ceb4 update: workflow Lemon73-Computing 2024-04-25 01:01:22 +09:00
  • a893ccd646 fix: debug workflows Lemon73-Computing 2024-04-25 00:58:50 +09:00
  • 2edad2d329 upgrade: dependencies version Lemon73-Computing 2024-04-25 00:58:27 +09:00
  • 7be796f77b upgrade: dependency * nuke 6.2.1 -> 8.0.0 Lemon73-Computing 2024-04-25 00:34:38 +09:00
  • 19da7f47b1 change: target dotnet version Lemon73-Computing 2024-04-24 23:44:10 +09:00
  • d22532488e Updated to 23.6.2 23.6.2-alpha.71 23.6.2 Florian Rappl 2024-02-15 01:12:33 +01:00
  • 30558dea5f Updated changelog Florian Rappl 2024-02-15 01:10:48 +01:00
  • 464eaca593 Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into develop Florian Rappl 2024-02-15 01:04:11 +01:00
  • df3bd122df Merge pull request #813 from softworkz/submit_execjs_domready Florian Rappl 2024-02-15 01:01:59 +01:00
  • eabcc3a6b6 Merge pull request #798 from dlanorok/fixes/appSetAccessibilitySupportEnabled Florian Rappl 2024-02-15 01:01:38 +01:00
  • 2b5435381f Merge pull request #800 from franpersanchez/main Florian Rappl 2024-02-15 00:59:08 +01:00
  • 0d63383899 Merge pull request #833 from Yuvix25/ipc-once-memory Florian Rappl 2024-02-15 00:55:40 +01:00
  • f31fe19652 Merge pull request #828 from Yuvix25/yuvix25/update-display-object Florian Rappl 2024-02-15 00:55:33 +01:00
  • 0a80367e3e Merge pull request #822 from NickRimmer/features/splash-size Florian Rappl 2024-02-15 00:55:13 +01:00
  • 34761456ad Merge pull request #821 from sajmonr/feature/osx-architecture-detection Florian Rappl 2024-02-15 00:55:05 +01:00
  • e4e96bbcc4 Merge pull request #819 from NickRimmer/features/webContent-additional-events Florian Rappl 2024-02-15 00:54:42 +01:00
  • 1253df3d9a Fix huge memory waste in IpcMain.Once Yuval Rosen 2024-02-15 01:06:08 +02:00
  • b8b634beb3 update display.cs to current spec Yuval Rosen 2024-01-10 11:10:49 +02:00
  • 94dc82ec62 configurable splash screen size Nick Rimmer 2023-11-13 01:29:17 +01:00
  • 53ccf4d302 Added OSX architecture detection Adam Simonicek 2023-11-04 14:09:07 -04:00
  • bf0bdc8386 did-start-navigation, did-navigate, will-redirect, did-fail-load, did-redirect-navigation events added for WebContents Nick Rimmer 2023-11-03 00:23:37 +01:00
  • 73a3e331dc Add executeJavaScript method to WebContents softworkz 2023-09-24 16:36:49 +02:00
  • a15db713ad Add dom-ready event for WebContents softworkz 2023-09-24 16:36:41 +02:00
  • 4be5cef3ef Add implicit conversions to System.Drawing structs. Jeremy Pritts 2023-08-24 21:09:19 -04:00
  • e2d03d6818 fix: typo in README.md Fran Pérez 2023-08-24 18:24:15 +02:00
  • 0dc8369fb3 Method SetAccessibilitySupportEnabled is incorrect. Ronald Ramirez Moran 2023-08-23 18:39:37 -05:00
  • 2910833e61 Corrected paths legacy/build-system-update Florian Rappl 2023-04-04 17:26:52 +02:00
  • 42e816e85c Updated sample connector Florian Rappl 2023-04-04 16:40:54 +02:00
  • 03c08503cc Updated build system with template Florian Rappl 2023-04-04 16:40:45 +02:00
  • 555f0378b4 Improved code helpers Florian Rappl 2023-04-04 15:40:24 +02:00
  • 79580327bd Removed all warnings. Florian Rappl 2023-04-04 15:11:12 +02:00
  • f6d17406cd Cleanup and improvements Florian Rappl 2023-04-04 14:31:25 +02:00
  • 9e79665690 Improved the README Florian Rappl 2023-04-03 18:19:30 +02:00
  • 9f98b5ca85 Modernized the host bridge Florian Rappl 2023-04-03 18:16:59 +02:00
  • 77b7141513 Use explicit version 23.6.2-alpha.14 Florian Rappl 2023-04-03 14:17:32 +02:00
  • dbf85c6f14 Improved version Florian Rappl 2023-04-03 14:02:35 +02:00
  • c67f117bc7 Updated release notes format Florian Rappl 2023-04-03 13:59:04 +02:00
  • 9746edb936 Updated changelog Florian Rappl 2023-04-03 12:19:05 +02:00
  • 23f4d39a30 Merge pull request #757 from ElectronNET/feature/gh-actions Florian Rappl 2023-04-03 11:35:20 +02:00
  • 05ac4a1886 Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into feature/gh-actions Florian Rappl 2023-04-03 11:29:48 +02:00
  • 33ac4edbe3 Merge pull request #758 from cosmo0/patch-1 Gregor Biswanger 2023-04-03 11:29:26 +02:00
  • e5f9bae64f Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into feature/gh-actions Florian Rappl 2023-04-03 11:29:22 +02:00
  • 437404d6cc Merge pull request #755 from Yuvix25/main Gregor Biswanger 2023-04-03 11:25:21 +02:00
  • 1ae2f1de93 Fixes issue #735 - paths are URL escaped cosmo0 2023-04-03 10:14:43 +02:00
  • 6bfd0c33af Changed permission to execute on Linux Florian Rappl 2023-04-03 10:03:59 +02:00
  • 6311d55a75 Final cleanup Florian Rappl 2023-04-03 09:53:56 +02:00
  • 7b522c1779 Adjusted for NUKE Florian Rappl 2023-04-03 08:43:42 +02:00
  • b1c08f5865 Prepare for NUKE Florian Rappl 2023-04-03 07:30:27 +02:00
  • a3f19055b9 Change WebPreferences.ZoomFactor from int to double Yuval Rosen 2023-04-02 15:12:23 +03:00
  • ef9a95d9e9 Removed legacy scripts Florian Rappl 2023-04-01 23:44:33 +02:00
  • 2367035acd Moved into src folder Florian Rappl 2023-04-01 23:44:25 +02:00
  • 3470a70572 Removed Travis Florian Rappl 2023-04-01 23:44:03 +02:00
  • 1365918efd Merge pull request #749 from ElectronNET/feature/readme Gregor Biswanger 2023-03-30 12:01:07 +02:00
  • e909de54af Some README cleanup and improvements Florian Rappl 2023-03-30 09:38:19 +02:00
  • a2514ed5bc build script updated 23.6.1 Robert Muehsig 2023-03-27 20:04:37 +02:00
  • b453278803 Update to new Electron.NET 23.6.1 Gregor Biswanger 2023-03-24 14:16:14 +01:00
  • a244382383 Add workaround for web-socket communication Gregor Biswanger 2023-03-24 14:15:55 +01:00
  • a82e714ef8 Update Changelog für Electron.NET 23.6.1 Gregor Biswanger 2023-03-24 13:27:21 +01:00
  • b339485fdc Change signature of PrintToPDFOptions Gregor Biswanger 2023-03-24 02:17:09 +01:00
  • 551635867d Replace deprecated scroll-touch-events with input-event Gregor Biswanger 2023-03-24 01:50:13 +01:00
  • 941b8cf5c2 Add vscode dev profiles Gregor Biswanger 2023-03-23 21:04:36 +01:00
  • 06b01f75da Update Demo App to 23.6.1 Gregor Biswanger 2023-03-23 20:53:58 +01:00
  • e4b1f6586e Update NPM packages Gregor Biswanger 2023-03-23 20:42:42 +01:00
  • 0657a274d4 Add socket.io client csharp package Gregor Biswanger 2023-03-23 14:02:46 +01:00
  • e3acc79c4f Change to .NET 6 build Gregor Biswanger 2023-03-15 23:26:09 +01:00
  • 73c1d1cd46 Upgrade to .NET 7 Gregor Biswanger 2023-02-24 14:56:40 +01:00
  • e9bf393165 Merge branch 'theolivenbaum-master' legacy/main Gregor Biswanger 2022-07-28 11:52:12 +02:00
  • d3aa9783d3 Merge of theolivenbaum PR Gregor Biswanger 2022-07-28 11:51:18 +02:00
  • a5bc910926 Release 19.0.9 theolivenbaum 2022-07-22 10:45:24 +02:00
  • 89033c61d4 Return socket port theolivenbaum 2022-07-14 17:07:19 +02:00
  • 90b4a287d9 Add experimental mode to start electron from C# (for development purposes) theolivenbaum 2022-07-14 16:56:50 +02:00
  • e2615a8dc1 Import SocketIO code theolivenbaum 2022-07-14 16:53:54 +02:00
  • 73330185de Release 19.0.8 theolivenbaum 2022-07-12 13:43:12 +02:00
  • e1c5b7e3c2 Update main.js theolivenbaum 2022-06-28 15:40:58 +02:00
  • a19e095f6e Fix wrong variable name theolivenbaum 2022-06-27 16:04:32 +02:00
  • b7ed3d22f1 Update main.js theolivenbaum 2022-06-27 14:53:21 +02:00
  • c8f944af4a Release 19.0.6 theolivenbaum 2022-06-27 14:35:16 +02:00
  • 2f73bb8b34 Release 19.0.5 theolivenbaum 2022-06-21 10:48:40 +02:00
  • 1f22be68d2 Drop net5.0 theolivenbaum 2022-06-09 10:23:29 +02:00
  • 576140474e merge #624 theolivenbaum 2022-06-09 10:22:54 +02:00
  • 68c9e80417 merge #673 theolivenbaum 2022-06-09 10:12:15 +02:00