1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
7de0c50387
Apply default background color only to Twitter and TweetDeck websites 2021-12-25 05:52:59 +01:00
dfde38ea3b
Fix screenshotting wrong tweet if cursor moves away from right-clicked tweet too quickly 2021-12-24 10:14:12 +01:00
a8e7f065cf
Rewrite screenshot functionality using new DevTools API 2021-12-24 09:12:46 +01:00
5ebfc67e48
Replace ScriptLoader & reimplement resource hot swap 2021-12-24 06:41:34 +01:00
57b03baad9
Add in-memory caching to td:// and tdp:// schemes 2021-12-23 18:26:42 +01:00
6a421292b3
Refactor notification bootstrapping 2021-12-23 16:00:35 +01:00
008de87e55
Refactor plugin bootstrapping 2021-12-23 05:02:53 +01:00
13f8f12ac8
Refactor error page 2021-12-22 10:05:01 +01:00
e854315a81
Reorganize resources folder 2021-12-22 08:37:45 +01:00
86136d7692
Refactor update checker as a bootstrapped module 2021-12-22 07:53:52 +01:00
9d39f26d54
Refactor introduction dialog as a bootstrapped module 2021-12-22 06:40:14 +01:00
9cd813c02c
Refactor login page scripts & styles into modules and remove stuff broken by Twitter updates 2021-12-22 06:35:47 +01:00
8e1f87e062
Expand module bootstrapping mechanism 2021-12-22 06:35:47 +01:00
dda954285c
Refactor main browser CSS injections 2021-12-22 05:08:04 +01:00
ed4f7b6b72
Refactor main browser code into JS modules 2021-12-22 03:00:14 +01:00
901cca268e
Minor refactoring of custom URL schemes 2021-12-21 12:48:45 +01:00
3e607ae0fe
Fix JS script execution after updating CefSharp 2021-12-21 12:27:29 +01:00
3ea6f6ac18
Make opening dev tools via context menu immediately focus right-clicked element 2021-12-18 03:13:18 +01:00
763c999b09
Remove analytics 2021-12-17 20:27:48 +01:00
b18cd2658c
Fix source code indentation problems 2021-12-17 01:46:08 +01:00
f1d9663709
Update CefSharp to 92 2021-12-16 23:31:40 +01:00
bcf77052a5
Reformat solution & setup Rider project 2021-08-07 09:41:00 +02:00
16ced3d827 Fix resource handlers reuse & broken notification sound 2020-06-08 23:33:43 +02:00
2fe058d9cb Fix crash if reloading plugins reports errors before the main window appears 2020-06-08 09:03:22 +02:00
c578f36644 Block CSP reports 2020-06-06 10:00:25 +02:00
0c3d9ae46a Refactor main JS code & split code.js into multiple files 2020-06-06 09:01:50 +02:00
9f5580d983 Eliminate a few post-launch frames of misaligned TweetDeck load icon 2020-06-06 07:36:03 +02:00
1991f7f50f Bypass 'tdp://' CORS without AddCrossOriginWhitelistEntry 2020-06-06 07:36:02 +02:00
9eb4e623e7 Work around broken smooth scrolling in notifications 2020-06-06 07:36:02 +02:00
ad28d2279f Fix runtime errors & minor tweaks after updating CefSharp 2020-06-05 06:20:19 +02:00
1e3de31fc3 Fix compile errors after updating CefSharp 2020-06-05 06:20:19 +02:00
563124b68c Fix ResourceHandlerNotification buffer being unnecessarily large 2020-06-05 06:19:50 +02:00
63de08c635 Fix plugin code running in blank notifications from previous commit 2020-06-04 04:33:50 +02:00
8a0a215443 Reduce notification code hackery 2020-06-03 00:57:24 +02:00
f1b7cd633e Refactor WindowsUtils.OpenAssociatedProgram & update installer code 2020-06-02 23:56:03 +02:00
458eeeccda Add tdp:// scheme for plugins (with 'root/' to access root files) 2020-06-02 12:31:34 +02:00
4c61047e9b Fix large notification HTML overflowing CEF buffer and silently crashing 2020-06-02 04:05:29 +02:00
ab91540deb Move some TweetLib.Core files into different namespaces 2020-05-04 17:13:20 +02:00
f7e9ad74d1 Fix stuck processes after closing the app
Closes #294
2020-05-04 13:45:56 +02:00
d48da3d51c Add option for notification window opacity 2020-04-27 10:20:07 +02:00
89529f9c96 Add $TD.makeGetRequest and fix template plugin AJAX
Closes #272
2020-04-25 03:15:52 +02:00
e90f6ebc63 Add 'Copy image' to context menu
Closes #287
2020-04-25 02:43:12 +02:00
5888d540a6 Move clipboard utils into ClipboardManager & add SetImage 2020-04-25 02:33:39 +02:00
ae8b740600 Reorganize namespaces in main project 2020-04-25 02:16:57 +02:00