Commit Graph

  • cd205edabb common.props: Remove personal extras softworkz 2025-11-15 08:27:34 +01:00
  • 10bf461b51 Prepare for Blazor support 0.2.0-pre.200 Florian Rappl 2025-11-14 17:38:55 +01:00
  • 5b0ab76d38 Disable Linux for now 0.1.0-pre.198 0.1.0 Florian Rappl 2025-11-14 09:55:30 +01:00
  • 349762bd5e Updated changelog Florian Rappl 2025-11-14 09:46:01 +01:00
  • 0b49467186 Merge pull request #924 from agracio/event-task-rework Florian Rappl 2025-11-13 14:30:31 +01:00
  • 6fa65aa149 adding block statements to if agracio 2025-11-12 20:20:13 +00:00
  • 816e9c0fe9 increasing test timeout times agracio 2025-11-12 15:56:36 +00:00
  • c81b0e537f increasing test timeout times agracio 2025-11-12 15:40:04 +00:00
  • b89e3caa17 Merge branch 'event-task-rework' of https://github.com/agracio/Electron.NET into event-task-rework agracio 2025-11-12 15:32:33 +00:00
  • e8c5de63c9 reverting Linux CI changes, skipping printer test in CI agracio 2025-11-12 15:32:17 +00:00
  • d7b9174853 Merge branch 'develop' into event-task-rework agracio 2025-11-12 15:09:44 +00:00
  • 5ba4ab24d5 adding virtual env instructions for Linux CI agracio 2025-11-12 15:06:14 +00:00
  • c6ff957d9a rebase from develop, add timeouts to tests and attempt to skip NativeImageTests on Linux agracio 2025-11-12 14:42:43 +00:00
  • c37f98dcd6 Added the test logger Florian Rappl 2025-11-12 14:27:30 +01:00
  • 0188051d6c Updated NUKE and integrated tests in CI/CD Florian Rappl 2025-11-12 14:21:11 +01:00
  • 3eb8507985 Updated to target .NET 10 as well Florian Rappl 2025-11-12 13:48:03 +01:00
  • 546668a2c0 refactoring events API, replacing task code with calls to ApiBase. agracio 2025-11-12 10:43:32 +00:00
  • 68feffba02 Merge pull request #922 from softworkz/submit_fix_ipc_params Florian Rappl 2025-11-12 01:30:35 +01:00
  • 12d2fcb484 Fix sendToIpcRenderer parameter handling softworkz 2025-11-11 23:46:56 +01:00
  • 979cf72d4c Merge pull request #920 from Denny09310/feature/using-once 0.1.0-pre.184 Florian Rappl 2025-11-10 22:29:01 +01:00
  • 14bf7fdcd8 Merge pull request #921 from softworkz/submit_missing_locks Florian Rappl 2025-11-10 22:27:02 +01:00
  • f89f2e7591 SocketIOFacade: Add missing locking on .Off calls softworkz 2025-11-10 21:27:33 +01:00
  • 9a0a494bc5 fix: missing "Once" changes, rollback to "On" on Notification Denny09310 2025-11-10 11:27:32 +01:00
  • 41a2b075c9 Merge pull request #917 from Denny09310/feature/system-text-json 0.1.0-pre.180 Florian Rappl 2025-11-10 11:03:19 +01:00
  • adc1e81743 fix: simplified add/remove of socket listener through usage of "Once" Denny09310 2025-11-10 10:40:51 +01:00
  • d8062aae00 fix: scale factor can be a double Denny09310 2025-11-10 10:40:19 +01:00
  • 0522bc425b fix: using correct deserialization type instead JsonElement for everyting except mixed arrays Denny09310 2025-11-09 15:46:33 +01:00
  • 168eceac8c fix: removed unused JsonPropertyName as ElectronJson.Options as by default camel case Denny09310 2025-11-09 15:17:42 +01:00
  • 4736bc640c fix: added usings, simplified imports, using JsonElement.Deserialize directly instead of JsonSerializer.Deserialize(JsonElement), removed some unused attributes Denny09310 2025-11-09 15:15:52 +01:00
  • 18b1317fc5 fix: ignore writing when value is null Denny09310 2025-11-09 14:53:44 +01:00
  • dfe04f14d0 fix: menuItems splattering due to "params" keyword Denny09310 2025-11-09 14:07:03 +01:00
  • 9d6861ffcd fix: including internal properties in json Denny09310 2025-11-09 14:00:30 +01:00
  • d8b0d0443d fix: removed useless attribute Denny09310 2025-11-09 13:49:21 +01:00
  • 71ced8db56 refactor: Migrated from Newtonsoft.Json to System.Text.Json, missing one test passing Denny09310 2025-11-09 12:05:07 +01:00
  • fc69598b09 Merge pull request #913 from softworkz/submit_tests_fixes 0.1.0-pre.173 Florian Rappl 2025-11-09 14:05:41 +01:00
  • 60a278c41f Cookie: Fix formatting softworkz 2025-11-09 12:47:56 +01:00
  • 9d25795b7a SocketBridgeService: Fix state transition error softworkz 2025-11-09 03:07:05 +01:00
  • 5b597cc12c StartupManager: Add support for running under testhost softworkz 2025-11-09 02:40:15 +01:00
  • 707c0f5a7b BrowserView.cs: Fix cast exception in Bounds property getter softworkz 2025-11-09 02:39:42 +01:00
  • bb59bc8365 App.cs: Fix UserAgentFallbackAsync softworkz 2025-11-09 02:38:29 +01:00
  • 423ea57af7 ipc.ts: Add helper method for tests softworkz 2025-11-09 02:37:41 +01:00
  • 8dcc3721eb browserWindows.ts: Fix SetThumbarButtons softworkz 2025-11-09 02:37:18 +01:00
  • dc27511aa5 browserWindows.ts: Add catch for Set/GetRepresentedFilename softworkz 2025-11-09 02:36:41 +01:00
  • dd465baebf notification.ts: Fix notificationIsSupported softworkz 2025-11-09 02:34:53 +01:00
  • 04210955a3 webContents.ts: Fix clearAuthCache invocation softworkz 2025-11-09 02:33:51 +01:00
  • 4129cc17a6 main.js: Load api/process import (was missing) softworkz 2025-11-09 02:31:27 +01:00
  • bc0f601dd8 ProcessMetric: Fix deserialization error for CreationTime softworkz 2025-11-09 02:30:31 +01:00
  • 95fd7aa665 ApiBase: fix event names for App softworkz 2025-11-09 02:28:39 +01:00
  • 402147b8ef BrowserWindow: Disable SetPosition 'workaround' softworkz 2025-11-09 02:27:41 +01:00
  • ed7cc434ea browserWindowSetParentWindow: Support null parameter softworkz 2025-11-09 02:25:33 +01:00
  • c5fb5f62d9 Add IntegrationTests project softworkz 2025-11-09 03:01:46 +01:00
  • 84989cda25 Merge pull request #914 from softworkz/submit_whitespace Florian Rappl 2025-11-09 12:25:49 +01:00
  • 84b3c59353 Fix and normalize whitespace softworkz 2025-11-09 03:50:24 +01:00
  • c1e7b84ec6 Merge pull request #911 from Denny09310/develop 0.1.0-pre.163 Florian Rappl 2025-11-08 16:54:35 +01:00
  • 9bb7dcfa62 fix: added WriteUndefined as there is Newtonsoft.Json Denny09310 2025-11-08 16:49:33 +01:00
  • c0e711940d fix: don't write anything if value is null Denny09310 2025-11-08 16:45:25 +01:00
  • d03458094b Added converter to improve object serialization Florian Rappl 2025-11-08 16:38:36 +01:00
  • 14962e1983 chore: updated documentation Denny09310 2025-11-08 11:24:36 +01:00
  • d79b73e960 fix: using newtonsoft.json instead of system.text.json for the converter Denny09310 2025-11-08 11:21:39 +01:00
  • 21ae89bc70 fix: missing public constructor Denny09310 2025-11-08 11:15:34 +01:00
  • 7927a95cb8 feat: enhance titleBarOverlay to accept both a boolean and an object Denny09310 2025-11-08 11:14:33 +01:00
  • 758e6a41e3 Added properties Florian Rappl 2025-11-07 22:12:54 +01:00
  • 61421ddd66 Updated changelog Florian Rappl 2025-11-07 09:58:38 +01:00
  • 98d085f112 Merge pull request #907 from NimbusFox/main 0.1.0-pre.156 Florian Rappl 2025-11-07 08:47:12 +01:00
  • cf0b12ed0a Merge pull request #908 from softworkz/submit_api_consolidation Florian Rappl 2025-11-07 08:46:36 +01:00
  • 4c3065c64b SocketIOFacade: Synchronize un/registration of events softworkz 2025-11-07 03:49:42 +01:00
  • 2a6d2117e9 Mitigate race condition, introduce timeout and simplify code for property gets softworkz 2025-11-07 00:04:10 +01:00
  • 93f457dd0f Introduce ApiBase and simplify method invocation softworkz 2025-11-07 00:00:53 +01:00
  • 6001a3c481 Removed ownjsonSerializer from WindowManager NimbusFox 2025-11-06 18:04:06 +00:00
  • 4671b9b32a Merge pull request #905 from agracio/develop 0.1.0-pre.149 Florian Rappl 2025-11-06 10:22:04 +01:00
  • de7f98136e removing '-event' suffix from event names to normalise naming convention agracio 2025-11-05 19:05:12 +00:00
  • 87668f5606 removing '-event' suffix from event names to normalise naming convention agracio 2025-11-05 18:59:21 +00:00
  • ea688026d0 refactoring dotnet events agracio 2025-11-05 15:08:43 +00:00
  • b6b9292478 refactoring dotnet events agracio 2025-11-05 15:06:41 +00:00
  • 408f83e401 refactoring dotnet events agracio 2025-11-05 14:14:37 +00:00
  • 689a002dc2 refactoring dotnet events agracio 2025-11-05 13:25:15 +00:00
  • f919289628 Switched default to true Florian Rappl 2025-11-05 01:00:44 +01:00
  • 2c544a83e9 Updated process class 0.1.0-pre.139 Florian Rappl 2025-11-04 17:22:15 +01:00
  • 2b393079ae Merge branch 'develop' Florian Rappl 2025-11-04 16:18:53 +01:00
  • 79d3d3f0b1 Fixed dup Florian Rappl 2025-11-04 16:16:15 +01:00
  • 688d6d83cc Fixed single instance behavior Florian Rappl 2025-11-02 23:35:46 +01:00
  • 7bcc5c9878 Corrected output path Florian Rappl 2025-11-02 22:43:35 +01:00
  • 0cfadb36f5 Updated process metric Florian Rappl 2025-11-02 02:43:16 +01:00
  • 568c785412 Redefine URL 0.1.0-pre.135 Florian Rappl 2025-11-02 02:39:06 +01:00
  • 2944e69b21 Added couple of enhancements Florian Rappl 2025-11-02 02:24:32 +01:00
  • 8df9eff3bc Updated repo 0.1.0-pre.133 Florian Rappl 2025-11-01 10:44:49 +01:00
  • 14f43f4574 Improved build process Florian Rappl 2025-10-31 21:25:18 +01:00
  • d96eebd5ee Added float in SetAspectRatio Florian Rappl 2025-10-31 18:25:50 +01:00
  • 23fac3263f Updated readme Florian Rappl 2025-10-31 18:24:27 +01:00
  • 935de8a1a5 Updated packages Florian Rappl 2025-10-31 17:56:05 +01:00
  • c2ba55e333 Merge branch 'develop' Florian Rappl 2025-10-31 17:52:49 +01:00
  • be1887c930 Merge pull request #895 from softworkz/electronnet_core 0.0.18-pre.123 Florian Rappl 2025-10-16 08:44:08 +02:00
  • 1852802667 Some more polishing softworkz 2025-10-15 23:04:37 +02:00
  • 5bdabd94ba Fix typos softworkz 2025-10-15 22:28:35 +02:00
  • 2bc2b4bb70 Move some parts from ReadMe to Wiki softworkz 2025-10-15 22:12:29 +02:00
  • 771b1109f7 Add About page softworkz 2025-10-15 21:57:21 +02:00
  • 56258d1be8 Add API documentation (AI generated) softworkz 2025-10-15 21:55:58 +02:00
  • 88766adaf6 Update docs after manual review softworkz 2025-10-15 16:06:09 +02:00
  • 341ebe2bb1 Add .gitkeep file softworkz 2025-10-15 16:05:28 +02:00
  • 0c5cc3ba9d AI-written docs softworkz 2025-10-14 09:52:44 +02:00