1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-09-20 20:42:46 +02:00

Commit Graph

  • a5379d290c Add resource hotswap for easier debugging chylex 2018-04-04 23:13:44 +0200
  • caea8d4315 Move most of post build event (copying, cleanup) to PostBuild.ps1 chylex 2018-04-04 20:05:59 +0200
  • 24224ab4c6 Increase height of Options form to avoid scrollbars in General tab chylex 2018-04-04 07:43:00 +0200
  • 4dbc02360c Add context menu options to search selected text in a column or browser chylex 2018-04-04 05:22:41 +0200
  • aa7a29af0c Fix combo box issues (closing while opening, minor browser selection bug) chylex 2018-04-04 03:33:14 +0200
  • 296d0c6199 Fix ScriptLoader showing multiple errors at once sometimes & change error title chylex 2018-04-03 23:46:00 +0200
  • 812a034e8d Include version header in ScriptLoader files to detect failed installs chylex 2018-04-03 23:44:43 +0200
  • e9de789b79 Minor refactoring, including removal of unnecessary enableCustomCSS parameter chylex 2018-04-03 20:49:21 +0200
  • cfbc1b9575 Enable custom CSS in screenshots and move styles from code.js to notification.css chylex 2018-04-03 20:48:33 +0200
  • e39e85e4dd Add 'td-notification' body class to desktop notifications & update notification.css chylex 2018-04-03 20:26:54 +0200
  • 3f0b161cd0 Move screenshot height calculation to the screenshot window chylex 2018-04-03 18:26:33 +0200
  • ebe3868720 Fix ScriptLoader crash when showing error message from another thread chylex 2018-04-03 18:19:39 +0200
  • ffd0f5e986 Rewrite screenshot rendering to fix current and future visual issues chylex 2018-04-03 02:05:22 +0200
  • 217535a3ba Make td-notification-padded styles available in screenshots chylex 2018-04-03 02:02:15 +0200
  • 7abfbea2da Fix "Replying to" user link not using black theme in screenshots chylex 2018-04-03 01:10:53 +0200
  • 86ffeaac9a Remove no longer supported keycap emoji from the emoji keyboard chylex 2018-04-03 00:04:18 +0200
  • ab915b7115 Move accounts above hashtags in search results chylex 2018-04-02 23:26:51 +0200
  • 705b5d38cf Add design files for logo and video player buttons chylex 2018-04-01 19:35:12 +0200
  • fc2acb00b3 Add a batch file to build update installer only chylex 2018-03-16 18:50:37 +0100
  • 5add8a1d0e Move ITweetDeckBrowser and refactor some things chylex 2018-03-16 18:48:41 +0100
  • 063d3a2637 Remove unnecessary null fallback in SetClipboardText chylex 2018-03-09 14:43:59 +0100
  • f1f90a2ee3
    Refactor code to avoid nulls (#206) Daniel Chýlek 2018-03-07 14:37:03 +0100
  • e56fde1b8e Remove unused #pragma declaration chylex 2018-03-07 14:28:40 +0100
  • 9557bd40cb Force c#7 everywhere and revert usage of newer features from cherry-picked commits chylex 2018-03-07 14:25:38 +0100
  • a7703b94ee Refactor a few more various classes and fix nulls in ContextInfo chylex 2018-03-07 12:02:54 +0100
  • e74eb2788a Refactor ProfileManager exception handling to avoid nulls chylex 2018-03-07 09:52:13 +0100
  • c9c9bbbac6 Refactor update check code to avoid nulls chylex 2018-03-07 09:51:13 +0100
  • 25c3d4d574 Ensure potential nulls have a fallback value & add/remove null checks chylex 2018-03-07 09:49:28 +0100
  • ed317a4e46 Refactor VideoPlayer chylex 2018-03-06 21:17:22 +0100
  • cca16f3bb1 Release 1.13.2 chylex 2018-03-06 18:38:24 +0100
  • aba156cb3b Fix typo from refactoring breaking context menu for some links 1.13.2 chylex 2018-03-02 06:00:53 +0100
  • cd4e4d7095 Fix hashtags and search links being recognized as account links chylex 2018-03-02 05:59:20 +0100
  • 8fbb639430 Refactor & optimize context menu, send last tweet info only on right-click chylex 2018-03-02 05:24:45 +0100
  • d5bf8ec558 Fix missing image/video context menu for tweets that have both media and a quote chylex 2018-03-02 00:15:28 +0100
  • b6cff40f1e Warn when checking updates outside TweetDeck & fix visual and unlikely issues chylex 2018-02-28 11:03:55 +0100
  • 833e42f455 Add a IsTweetDeckWebsite bool to ITweetDeckBrowser chylex 2018-02-28 07:24:40 +0100
  • 8134843dad Fix background color & twitter.com hooks not applying quickly enough sometimes chylex 2018-02-28 02:34:29 +0100
  • 1f92d5e633 Remove 'Shift Selects Multiple Accounts' option & fix refocusing after switching account chylex 2018-02-28 01:43:44 +0100
  • dc51c0ae85 Remove unnecessary console logging in debug builds chylex 2018-02-26 17:45:56 +0100
  • 45c79643d6 Why the fuck is TLS 1.2 disabled by default in .NET on some computers chylex 2018-02-25 23:15:00 +0100
  • 9041bfc627 Tweak search input font size and icon position chylex 2018-02-21 22:17:51 +0100
  • 0b3b3dd0be Fix a crash when downloading tweet images with no username chylex 2018-02-21 19:48:00 +0100
  • 89e92dab59 Fix middle-clicking on links in desktop notifications not skipping them or stripping t.co chylex 2018-02-19 17:31:28 +0100
  • 8c168c9ad7 Fix emoji keyboard button size & tweak composer button layout chylex 2018-02-17 12:21:26 +0100
  • 9f63357a92 Pre-check desktop icon option in installer when not updating chylex 2018-02-17 10:52:19 +0100
  • d91b4bd1f3 Release 1.13.1 1.13.1 chylex 2018-02-14 18:43:02 +0100
  • c0c64f6d62 Remove old TweetDeck installation check from the installer & tweak formatting chylex 2018-02-14 17:45:19 +0100
  • 1a5d2af779 Decrease post-update analytics report to 8h and increase startup delay to 2m chylex 2018-02-14 17:10:24 +0100
  • f40a33192b Revert and fix various changes from recent TweetDeck update chylex 2018-02-14 15:39:27 +0100
  • ca4900aff0 Fix 'Manage templates' button after a recent TweetDeck update chylex 2018-02-14 15:17:58 +0100
  • 56fc9e2d40 Fix black theme issues (mismatched detection & rare bug with wrong notification background color) chylex 2018-02-13 16:51:40 +0100
  • d2174c0b69 Fix misaligned avatars in activity columns chylex 2018-02-13 15:59:21 +0100
  • 9f76754ad3 Force full install from 1.13 to 1.13.0.1 chylex 2018-02-13 13:37:30 +0100
  • 118ceaec35 Release 1.13.0.1 1.13.0.1 chylex 2018-02-13 13:27:52 +0100
  • 5a57d28a7d Fix crash by checking and downloading for VC++ 2015 in the installer chylex 2018-02-13 13:17:40 +0100
  • 07af99f862 Fix wrong background color in tweet screenshots when using black theme chylex 2018-02-13 12:42:25 +0100
  • 59fba7fba0 Fix a hidden crash that prevented desktop notifications from showing chylex 2018-02-13 12:37:11 +0100
  • dd4edc4249 Update CefSharp to latest 64 and remove VC++ 2012 chylex 2018-02-13 11:28:48 +0100
  • 856226473a
    Update README.md Daniel Chýlek 2018-02-13 05:52:03 +0100
  • 8d1c07d6b2 Release 1.13 1.13 chylex 2018-02-12 18:48:42 +0100
  • c32462cc9e Update TweetDeck color selectors in CSS for black theme chylex 2018-02-12 18:23:16 +0100
  • ec94ea3273 Refactor PluginManager to use ITweetDeckBrowser & do some cleanup chylex 2018-02-12 15:26:21 +0100
  • 41acd8c15b Refactor UpdateHandler to reference ITweetDeckBrowser chylex 2018-02-12 11:35:39 +0100
  • 155a79f2ec Add ITweetDeckBrowser for refactoring chylex 2018-02-12 11:34:23 +0100
  • 9197cb9be6 Add support for 'Configure' button to edit-design plugin chylex 2018-02-12 11:26:50 +0100
  • 03d50c847b Add 'Configure' button to plugins with a configure() method & close dialog afterwards chylex 2018-02-12 10:40:00 +0100
  • bf45c40365 Make analytics debugging easier & tweak Counter serialization chylex 2018-02-12 06:13:08 +0100
  • 679e126194 Reset all analytics counters chylex 2018-02-12 05:41:03 +0100
  • 50e39164bd Update and add analytics data points & increase report interval to 14 days chylex 2018-02-11 20:01:57 +0100
  • cb9f75e968 Refactor AnalyticsFile events and usage chylex 2018-02-11 16:59:02 +0100
  • aa7f6cc3b1 Fix loading spinner sometimes being visible before getting replaced chylex 2018-02-10 23:20:34 +0100
  • fe601aed41 Redesign favorite/retweet notifications to be more compact and show full text chylex 2018-02-10 13:09:09 +0100
  • 2282a9df28 Move 'Show this thread' in desktop notifications above media/quotes & fix hover color w/ black theme chylex 2018-02-10 08:29:59 +0100
  • 2b54627750 Tweak media size and margins in desktop notifications chylex 2018-02-10 07:54:50 +0100
  • 16051a0d25 Forgot this chylex 2018-02-10 07:13:56 +0100
  • 66d5f0d790 Refactor IResourceHandler usage chylex 2018-02-10 07:07:11 +0100
  • 07d29207f0 Restore loading background color and spinner from before the TweetDeck update chylex 2018-02-10 06:50:52 +0100
  • a60be2afcc More Visual Studio shit chylex 2018-02-07 21:58:21 +0100
  • 027f3ee253 Remove recently added follow notification chylex 2018-02-07 03:22:50 +0100
  • 04774815e4 Fix bad padding in introduction modal chylex 2018-02-07 03:20:58 +0100
  • 61a73c055b Fix weird alignment of stuff in notification columns chylex 2018-02-07 00:39:05 +0100
  • 7731534ffc Save some space in edit-design plugin chylex 2018-02-07 00:21:57 +0100
  • ed7bf99610 Prevent dev tools from leaking info in all request headers chylex 2018-02-06 21:10:29 +0100
  • cbe4272556 Hide unused items in TweetDeck Settings modal (startup notifications, gif autoplay) chylex 2018-02-06 20:43:18 +0100
  • 8f5e3dfdcc
    Merge pull request #203 from chylex/cefsharp64 Daniel Chýlek 2018-02-06 18:40:23 +0100
  • 35500c51f1 Allow export/import/restoring system options & refactor Manage Options dialog chylex 2018-02-06 18:35:36 +0100
  • 629f873bb2 Add a debugger trigger shortcut to debug plugin chylex 2018-02-06 18:25:11 +0100
  • a44cb884c4 Fix a crash when restarting after importing/resetting profile & refactor chylex 2018-02-06 17:04:32 +0100
  • d5ad1d0daa Fix loading spinners, and links in notifications when using black theme chylex 2018-02-06 04:38:57 +0100
  • 61ae7e3b6a Fix 'Show this thread' being too close to media thumbnails in notifications chylex 2018-02-06 04:37:45 +0100
  • 01583e424f Re-add mp3 support in sound notifications chylex 2018-02-06 04:10:03 +0100
  • 5c0aa1b3da Update CefSharp to 64 (early build) chylex 2018-02-06 04:06:18 +0100
  • 07391efa70 Fix more visual issues (remove DM reply button background w/ black theme) chylex 2018-02-02 23:13:43 +0100
  • b80f1bfc7c Fix more visual issues (remove disabled button border w/ black theme) chylex 2018-02-02 22:31:01 +0100
  • ad310db86c Fix more visual issues (profile modal w/ black theme, timeline input shadow) chylex 2018-02-02 21:57:28 +0100
  • 4ce0122a29 Fix hover/click effects on buttons under reply input box chylex 2018-02-02 19:15:44 +0100
  • a8894f7054 Fix visual issues with search input and buttons chylex 2018-02-02 18:01:11 +0100
  • 1d1515351b Release 1.12.5.1 chylex 2018-02-02 16:57:28 +0100
  • 2a9ddd4468 Fix edit-design modal, black theme quote border, and dark theme scrollbar color 1.12.5.1 chylex 2018-02-02 16:56:06 +0100
  • 0f9a944775 Square-ify border of reply box & fix notification background chylex 2018-02-02 15:54:22 +0100