1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-17 00:31:42 +02:00

Commit Graph

  • 65b8efe13c Fix non-quoted tweet links opening in browser despite also opening in the column chylex 2020-04-25 03:48:20 +02:00
  • 89529f9c96 Add $TD.makeGetRequest and fix template plugin AJAX chylex 2020-04-25 03:15:52 +02:00
  • e90f6ebc63 Add 'Copy image' to context menu chylex 2020-04-25 02:43:12 +02:00
  • 5888d540a6 Move clipboard utils into ClipboardManager & add SetImage chylex 2020-04-25 02:33:39 +02:00
  • ae8b740600 Reorganize namespaces in main project chylex 2020-04-25 02:16:57 +02:00
  • ab4e2f5bda Add error message to template plugin when AJAX request fails chylex 2020-04-25 00:19:29 +02:00
  • 1091b6d232 Fix IDE warnings (dispose, lang features) & nullability settings chylex 2020-04-24 23:14:22 +02:00
  • fc89744238 Apparently video duration minus 0.05 causes complete hangs in short videos... chylex 2020-03-07 01:40:07 +01:00
  • 34e049a002 Work around video player black screen when looping & reduce player polling chylex 2020-03-05 13:26:08 +01:00
  • 980bf2c307 Release 1.18.3 1.18.3 chylex 2020-02-16 18:04:21 +01:00
  • 762aea1e20 Add option to set first day of week in date picker chylex 2020-02-16 14:51:46 +01:00
  • c1aefc7163 Add a way to register callbacks when $TDX property object gets updated chylex 2020-02-16 14:38:46 +01:00
  • 9480ba26e0 Move system tray options to a separate tab & reorganize General tab chylex 2020-02-16 13:12:59 +01:00
  • c2c9160ed9 Allow dragging Twitter account links onto the app to view their profile chylex 2020-02-16 11:35:20 +01:00
  • 175b067a17 Add missing tooltip on custom video player selection chylex 2020-02-16 11:27:46 +01:00
  • 9d8656ca20 Add option for whether dev tools window should stay on top chylex 2020-02-16 11:15:25 +01:00
  • 0863001c80 Add option for custom video player executable & arguments chylex 2020-02-15 21:17:44 +01:00
  • 0ee22a30ad Add option for custom browser args w/ new dialog & disallow quotes in URLs chylex 2020-02-15 20:26:07 +01:00
  • 447697ba45 Add StringUtils.NullIfEmpty & update existing code to use it chylex 2020-02-15 17:25:00 +01:00
  • aea77ff909 Make dev tools dialog a proper window that appears in taskbar chylex 2020-02-15 15:18:16 +01:00
  • af5da76f72 Make video player open tweet URL instead of video URL if playback fails chylex 2020-02-15 14:34:19 +01:00
  • a369c65451 Release 1.18.2 1.18.2 chylex 2019-10-23 02:26:53 +02:00
  • 318f65f187 Merge branch 'master' of https://github.com/chylex/TweetDuck chylex 2019-10-17 13:04:19 +02:00
  • 1cd60e831c Add a few missing translation languages chylex 2019-10-12 18:30:12 +02:00
  • b988959eaa Only activate mouse hook while cursor is over the notification window chylex 2019-10-07 04:49:39 +02:00
  • 1eb1f9848a Prepare login/logout page scripts and styles for Twitter redesign & minor fixes chylex 2019-10-07 03:01:17 +02:00
  • 7f6cc0da01 Fix mouse back/forward button triggering navigation if history wasn't empty chylex 2019-10-06 14:47:49 +02:00
  • 19fcb69525 Fix prebuild event not killing hung browser processes reliably chylex 2019-09-05 01:27:36 +02:00
  • 22cef0a44c Fix C# version in secondary projects chylex 2019-09-05 00:48:18 +02:00
  • 2459d31bff Remove RegexOptions.Compiled where not needed chylex 2019-09-05 00:16:25 +02:00
  • 19f104239a Fix missing spaces in C#/F# code chylex 2019-08-22 09:34:15 +02:00
  • bd0be65038 Minor refactoring & removal of unnecessary code chylex 2019-08-22 07:42:53 +02:00
  • bbb7907e54 Move LockManager to TweetLib.Core & remove WindowsUtils.CurrentProcessID chylex 2019-08-22 06:13:51 +02:00
  • a6963a18d4 Move debug resource hot swap into a separate class chylex 2019-08-21 10:31:30 +02:00
  • 92716ea3e0 Move URL-related code from UrlUtils & TwitterUtils to TwitterUrls chylex 2019-08-21 09:01:55 +02:00
  • aec4c1feea Move TweetNotification to TweetLib.Core as DesktopNotification chylex 2019-08-21 08:10:16 +02:00
  • d505b3305b Initial refactoring of ScriptLoader & making it accessible in TweetLib.Core chylex 2019-08-21 05:21:12 +02:00
  • a34a02e14d Generalize PluginListFlowLayout and move it chylex 2019-07-15 00:49:28 +02:00
  • 26d2d7a51e Move PluginManager to Core lib & refactor plugin enums chylex 2019-07-14 20:41:18 +02:00
  • c2f7e52d13 Add IAppSystemHandler w/ OpenFileExplorer and update existing code to use it chylex 2019-07-14 19:50:07 +02:00
  • de68d8934d Add IScriptExecutor w/ implementation for CefSharp browser chylex 2019-07-14 17:14:51 +02:00
  • 4fdf7fc958 Release 1.18.1 1.18.1 chylex 2019-07-13 19:50:37 +02:00
  • 42a5e72f19 Revert README change & lock Inno Setup to version 5.6.1 Daniel Chýlek 2019-07-13 19:39:08 +02:00
  • f7359ebc8a Update README with instructions for fixing Inno Download Plugin Daniel Chýlek 2019-07-13 18:44:02 +02:00
  • f395ac53dc Fix wrong colors in dropdown menus w/ black theme chylex 2019-07-13 18:22:38 +02:00
  • 1113e0b559 Fix new image url parser not checking if an extension already exists chylex 2019-07-13 18:16:11 +02:00
  • 5e3bd31862 Delete corrupted downloads after an error chylex 2019-07-13 18:10:16 +02:00
  • 11d978dad1 Fix GIF thumbnails not loading after Twitter changed image urls chylex 2019-07-13 17:51:16 +02:00
  • f7961024d7 Enable popup for linking another account chylex 2019-07-13 06:17:30 +02:00
  • 72973a8707 Restore smooth scrolling in columns chylex 2019-07-13 06:07:01 +02:00
  • 68254f48d5 Fix TweetDeck bug with broken DM image previews chylex 2019-07-13 00:48:53 +02:00
  • eac4f30c50 Support new image urls & fix missing filename features w/o Best Image Quality Fixes #270 chylex 2019-07-12 22:28:41 +02:00
  • 25680fa980 Add StringUtils.SplitInTwo & use it in RequestHandlerBase chylex 2019-07-12 22:17:29 +02:00
  • ff5e1da14d Fix wrong 'X columns on screen' width calculation after a TweetDeck update chylex 2019-06-03 11:30:14 +02:00
  • 95afff7879 Update F# compiler location chylex 2019-06-03 10:33:57 +02:00
  • 50bd526025 Continue refactoring and moving plugin code chylex 2019-05-27 19:46:39 +02:00
  • 108a0fefc3 Fix PluginManager crashing after error(s) during plugin execution chylex 2019-05-27 19:38:53 +02:00
  • dd8c5d27be Update code to use C# 8 switch expression chylex 2019-05-27 16:04:08 +02:00
  • b2937bc776 Fix broken image upload dialog in new composer chylex 2019-05-27 12:37:30 +02:00
  • 4d8e764211 Release 1.18 1.18 chylex 2019-05-26 21:29:46 +02:00
  • 544b8664fd Add edit-design plugin option to set composer/drawer size chylex 2019-05-26 18:41:23 +02:00
  • d0610865bd Fix wrong background color in screenshots chylex 2019-05-26 18:12:40 +02:00
  • ebc0b51590 Merge branch 'master' of https://github.com/chylex/TweetDuck chylex 2019-05-26 18:03:17 +02:00
  • 4487f1169e Fix composer input refocus & emoji keyboard broken after switching composers chylex 2019-05-26 18:02:11 +02:00
  • 85559b6083 Fix and refactor 'Stay open' pin, that was broken after composer update chylex 2019-05-26 18:01:47 +02:00
  • 1056273c57 Add a custom JS event when the old composer is activated chylex 2019-05-26 17:58:58 +02:00
  • 61af2ebc8b Fix template panel not hiding when switching to different drawer/new composer chylex 2019-05-26 17:57:23 +02:00
  • 9121c86656 Update README (drop VS 2017, update support section) Daniel Chýlek 2019-05-26 15:03:16 +02:00
  • 1ccefe853a Update .NET & begin refactoring code into a core lib (#264) Daniel Chýlek 2019-05-26 14:55:12 +02:00
  • aca438b837 Create FUNDING.yml Daniel Chýlek 2019-05-25 10:17:51 +02:00
  • 9238410756 WIP? taskbar-overlay-stuff chylex 2019-05-09 11:54:38 +02:00
  • 7210c29cd8 Update readme (VS 2019, CefSharp version, remove MyGet reference) chylex 2019-05-08 13:13:09 +02:00
  • 26d90c0c9b Work around missing culture codes on Wine chylex 2019-05-08 10:29:52 +02:00
  • a03b222a95 Fix emoji keyboard button not working after re-enabling w/ compose drawer open chylex 2019-04-04 20:05:52 +02:00
  • 7944a24d3c Release 1.17.4 1.17.4 chylex 2019-03-08 19:29:26 +01:00
  • cc8459c759 Fix clear-columns plugin nav button to match new TweetDeck style chylex 2019-03-08 19:25:39 +01:00
  • 10074ff92c Fix various alignment issues with the verified badge chylex 2019-03-08 18:57:00 +01:00
  • 173f25bebc Add option to disable automatic DM input focus chylex 2019-03-08 18:16:37 +01:00
  • 31680fc4ae Fix colors in retweet dialog w/ black theme chylex 2019-03-07 19:12:35 +01:00
  • e937d43614 Fix broken compose drawer hooks after a recent TweetDeck update chylex 2019-03-07 19:03:30 +01:00
  • d6a14edcdf wip random_wip chylex 2019-03-07 17:41:58 +01:00
  • 20e29a7975 Release 1.17.3 1.17.3 chylex 2019-01-28 23:59:32 +01:00
  • ef815dabce Add verbose logging controlled by command line flag & update existing calls chylex 2019-01-28 23:43:52 +01:00
  • 1fb133e6b8 Make TweetDeck resource freezing a command line argument chylex 2019-01-28 21:28:22 +01:00
  • 50b58cd6a6 Add keyboard shortcut to open dev tools (Ctrl+Shift+I) chylex 2019-01-28 18:43:55 +01:00
  • 01485d7ef9 Add a base class for browser keyboard handling chylex 2019-01-28 18:41:21 +01:00
  • b17c6a5ac7 Safeguard video player to avoid showing overlay if the URL is null chylex 2019-01-28 17:43:53 +01:00
  • d2ed2b4a00 Force video player UI layout update to work around an edge case chylex 2019-01-28 17:18:05 +01:00
  • 710a7524a1 Kill subprocess if it doesn't exit after the app is closed chylex 2019-01-23 15:28:05 +01:00
  • 2be46464d6 Release 1.17.2 1.17.2 chylex 2018-11-23 06:19:43 +01:00
  • 8d536a6734 Fix video player seek bar resizing when clipped & adjust min window size chylex 2018-11-23 04:13:39 +01:00
  • 250d502238 Add a compact layout for video player controls if the window is small chylex 2018-11-23 03:03:58 +01:00
  • e8de7266d0 Fix cursor staying on 'resize' when moved over minimum size video player chylex 2018-11-23 01:31:01 +01:00
  • 9414f372d7 Fix video player size with a small window on high DPI chylex 2018-11-23 00:45:02 +01:00
  • b0f9de67cf Release 1.7.1 1.17.1 chylex 2018-11-21 04:41:18 +01:00
  • 9b082e114e Redirect plain twitter.com requests to TD to fix 2FA bug chylex 2018-11-20 20:58:04 +01:00
  • 816a5334ac Make the fix to visible scrollbar when loading TweetDeck more reliable chylex 2018-11-20 20:56:52 +01:00
  • 15a4e10da9 Hide the Manage Options dialog when cancelling profile import from login page chylex 2018-11-20 20:44:44 +01:00
  • 01b9302b0c Fix colors in introduction dialog chylex 2018-11-20 20:13:18 +01:00
  • 442126a11a Rewrite login/logout page CSS handling to fix broken 2FA styles chylex 2018-11-20 20:07:42 +01:00