1
0
Fork 0
Commit Graph

38 Commits

Author SHA1 Message Date
chylex a58a1b347a
Show a deprecation notice on launch
References #360
2023-07-17 01:04:49 +02:00
chylex 37303ddf02
Fix doubled border in Settings dialog 2023-07-17 00:58:50 +02:00
chylex f8417706e1
Update CefSharp to 109 2023-07-16 21:40:55 +02:00
chylex 23ebd58da0
Fix video player showing controls when cursor is above a different window
Closes #357
2023-03-18 13:48:29 +01:00
chylex 88a55c8795
Work around NullReferenceException when browser frame load events have a null URL
Closes #354
2023-03-09 20:28:03 +01:00
chylex 416a43f0b1
Fix update installer not running as administrator due to breaking change in .NET 2022-11-21 20:07:23 +01:00
chylex 32681259f6
Re-add VC++ DLLs 2022-11-21 07:59:20 +01:00
chylex 1c1aa5ea44
Fix crash when right-clicking tray icon
Closes #350
2022-11-20 20:52:10 +01:00
chylex 697f4f1569
Fix notification timer stopping permanently when the screen is locked while a notification is visible 2022-11-20 14:38:40 +01:00
chylex 15d4ec3228
Fix subprocess crashing because MSBuild is somehow copying wrong (not Large Address Aware) exe
Closes #342
2022-11-20 13:33:51 +01:00
chylex c303346bc3
Halt reloading after subprocess crash if it happens too often 2022-11-20 08:04:53 +01:00
chylex b9af966849
Update CefSharp to 107 2022-11-20 05:29:23 +01:00
chylex 0a7459b72e
Update to .NET 7 2022-11-20 05:25:29 +01:00
chylex 0c8159aa79
Update CefSharp to 105 2022-09-14 01:55:18 +02:00
chylex 8de2989f12
Add icon to browser executable 2022-08-20 13:26:01 +02:00
chylex 35c2ee3673
Work around broken bottom anchor in PluginControl 2022-08-20 13:26:01 +02:00
chylex a1b4c31450
Fix increased size of windows and dialogs from moving to .NET 6 2022-08-20 13:26:01 +02:00
chylex ea95e5cbac
Re-add ContextMenu that was removed in .NET Core 3.1 2022-08-20 13:26:00 +02:00
chylex b5bffdb95b
Update all projects to C# 10 2022-08-20 13:26:00 +02:00
chylex bee894bfbb
Fix compiler and IDE warnings for .NET 6 2022-08-20 13:26:00 +02:00
chylex 96d2e7cc7c
Migrate to .NET 6 & update CefSharp to 102 2022-08-20 13:26:00 +02:00
chylex 61cd632df6
Fix crash when the buffer for ResourceHandler is smaller than the resource 2022-02-28 07:10:37 +01:00
chylex dd47201d7b
Update CefSharp to 98 2022-02-26 09:04:15 +01:00
chylex acafbc3706
Minor refactoring of the core library 2022-02-15 22:28:52 +01:00
chylex b815ae4b11
Move CEF dialog logic into library projects 2022-02-13 22:14:50 +01:00
chylex 45a3a7499f
Minor refactoring and code fixes 2022-02-13 22:08:14 +01:00
chylex 09fac63ffc
Move general CefSharp implementation to a separate library project 2022-02-12 20:12:12 +01:00
chylex dd6776fef4
Pause notifications when Windows is on lock screen 2022-02-12 06:57:22 +01:00
chylex cd02a03e8a
Refactor notification pausing code 2022-02-12 06:35:53 +01:00
chylex 933e0e54df
Address inspections 2022-02-05 23:34:00 +01:00
chylex 7c8b43adfe
Move resource hot swap code to core library 2022-02-04 02:53:01 +01:00
chylex 3aace0b399
Work on abstracting CEF conventions and logic into a separate library 2022-02-03 04:41:44 +01:00
chylex 0a9c84feec
Fix potentially not releasing a file lock if an exception is thrown while setting up a download 2022-02-02 19:31:31 +01:00
chylex d5ae698855
Update README 2022-01-30 12:18:58 +01:00
chylex 26e6a09d5a
Fix PostCefUpdate.ps1 script 2022-01-29 15:10:02 +01:00
chylex 57fcff3824
Move main app project into its own folder & assign resource files to core library project 2022-01-29 15:10:02 +01:00
chylex 2a7aec199f
Fix nullable reference type checking in subprocess and video projects 2022-01-29 12:21:33 +01:00
chylex 1b01c38fda
Move subprocess and video project into a subfolder 2022-01-29 12:13:12 +01:00