Commit Graph

  • 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
  • 4906babd78 Change to use ImageSharp theolivenbaum 2022-06-08 21:28:38 +02:00
  • e0000f7aba Change to use ImageSharp theolivenbaum 2022-06-08 21:28:30 +02:00
  • ff05ef20c8 Release 19.0.4 theolivenbaum 2022-06-08 20:52:35 +02:00
  • 79ce1c42e7 Release 19.0.3 theolivenbaum 2022-06-08 20:20:57 +02:00
  • 4e95bb3331 Static parameter for build commands method Gregor Biswanger 2022-06-07 23:03:06 +02:00
  • 58bfa336a8 Change to .NET 6 only Gregor Biswanger 2022-06-07 22:59:26 +02:00
  • afa69280f5 Fixed merge conflicts Gregor Biswanger 2022-06-07 22:55:00 +02:00
  • 8621d8cea3 Merge branch 'master' into dev/electron-18-update Gregor Biswanger 2022-06-07 22:48:13 +02:00
  • 9106391f60 Merge pull request #698 from stackify/bad-master Gregor Biswanger 2022-06-07 22:41:53 +02:00
  • 490ef6231b .NET 6 support only Gregor Biswanger 2022-06-07 22:40:44 +02:00
  • 89833f42fc Release 19.0.2 theolivenbaum 2022-06-02 11:11:26 +02:00
  • 252ab5050b Release 18.3.2 theolivenbaum 2022-06-02 11:10:38 +02:00
  • 2ff29e553d #697 fixing conflicts in ElectronNET.CLI commands Daniel Gidman 2022-05-31 13:49:49 -05:00
  • a1a5f6f9a6 Handle case where pipe breaks showing error message theolivenbaum 2022-05-31 13:38:54 +02:00
  • 3ea7e96324 Release 19.0.1 theolivenbaum 2022-05-27 10:10:28 +02:00
  • a00a8a0251 Release 18.3.0 theolivenbaum 2022-05-24 10:07:32 +02:00
  • e245d0d2f6 release also for 17.4.1 theolivenbaum 2022-04-23 17:02:54 +02:00
  • 48a0d68313 Increase max message size to 100mb theolivenbaum 2022-04-23 17:01:34 +02:00
  • 4d5d6722a7 Check if version exists theolivenbaum 2022-04-21 09:38:41 +02:00
  • d910eec8df Add releaser helper to automate updating versions theolivenbaum 2022-04-21 09:36:22 +02:00
  • 4f9b46c616 Electron Release 18.1.0 theolivenbaum 2022-04-21 09:16:05 +02:00
  • 4308f2c6d6 Electron Release 17.4.1 theolivenbaum 2022-04-21 09:15:00 +02:00
  • 87468ccd5d Update main.js theolivenbaum 2022-04-20 13:05:25 +02:00
  • d863ff95f4 update to 18.0.4 theolivenbaum 2022-04-20 12:47:18 +02:00
  • 3a24b69063 let user define own env variables to start theolivenbaum 2022-04-20 12:36:51 +02:00
  • d6c98759c5 handle also get nearest point rafael-aero 2022-04-13 20:53:33 +02:00
  • 6675571aaf handle fail on getdisplaymatching rafael-aero 2022-04-13 20:51:34 +02:00
  • 3f8766ff9e Build 17.4.0 rafael-aero 2022-04-12 11:31:35 +02:00
  • 9b881b1b71 Roll back to electron 18.0.2 rafael-aero 2022-04-12 10:41:12 +02:00
  • 339a319f3e fix race condition on electron socket initialization rafael-aero 2022-04-11 13:59:42 +02:00
  • d929102e18 update to Electron 18.0.3 rafael-aero 2022-04-10 22:37:43 +02:00
  • 26595bf290 Refactor eslint hints Gregor Biswanger 2022-04-06 22:34:56 +02:00
  • 5ca65f1939 Update TypeScript 4.3.5 -> 4.6.3, replace typings to native socket.io Gregor Biswanger 2022-04-06 22:33:54 +02:00
  • b4b355eeac Replace tslint with eslint Gregor Biswanger 2022-04-06 22:33:06 +02:00
  • 47774d2871 Update socket.io 2.4.0 -> 4.4.1, electron 13.1.5 -> 18.0.2, electron-updater 4.3.9 -> 4.6.5, replace tsint with eslint Gregor Biswanger 2022-04-06 22:32:38 +02:00
  • 43cbdc15b8 Merge branch 'yannikHoeflich-master' Gregor Biswanger 2022-04-06 21:58:38 +02:00
  • 540be39547 Merge fix: changed the processing of loadUrl at CreateWindowAsync #631 Gregor Biswanger 2022-04-06 21:58:20 +02:00
  • a7a8685341 Merge branch 'stackify-bug/644' Gregor Biswanger 2022-04-06 19:20:13 +02:00
  • 0575413768 Transpile new JavaScript host files Gregor Biswanger 2022-04-06 19:19:46 +02:00
  • e8394277e7 Merge fix: Fix for #664, open for comment #644 Gregor Biswanger 2022-04-06 19:17:43 +02:00
  • 5fe50b45bb Merge branch 'stackify-CrossPlatformNativeImage' Gregor Biswanger 2022-04-06 19:03:35 +02:00
  • 70ca42aeaf Merge fix: Conversion to use ImageSharp rather than System.Drawing.Common #658 Gregor Biswanger 2022-04-06 19:03:22 +02:00
  • f54ce1eb02 Merge branch 'stackify-feature/DI-MOC-Process' Gregor Biswanger 2022-04-06 18:58:15 +02:00
  • aa9c2caf47 Merge fix: Support DI and Mocking better + Support launching app with file for win and linux #656 Gregor Biswanger 2022-04-06 18:58:02 +02:00
  • ba8e941cf1 Merge branch 'stackify-feature/dotnet-args' Gregor Biswanger 2022-04-06 18:53:19 +02:00