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

Commit Graph

  • ec8000360e Windows file permissions can go to hell chylex 2016-11-15 01:01:41 +0100
  • 57b0821e19 Revert "Rewrite folder write permission check to hopefully make it more reliable" chylex 2016-11-15 00:47:15 +0100
  • 09d39df15a Release 1.5 1.5 chylex 2016-11-15 00:19:24 +0100
  • 1f9db3bda6 Rewrite folder write permission check to hopefully make it more reliable chylex 2016-11-14 23:32:45 +0100
  • b7104c8828 Remove privilege requirement from update & portable installer, handle updater privileges within TweetDuck chylex 2016-11-14 20:53:56 +0100
  • 5da02b4092 Make the portable installer fully autonomous chylex 2016-11-14 20:52:11 +0100
  • 802f1e3042 Refactor Process.Start uses (missing using statement, use WindowsUtils for elevation) chylex 2016-11-14 19:39:26 +0100
  • 66db0df45a Add WindowsUtils.StartProcess for easier elevated process starting chylex 2016-11-14 19:38:36 +0100
  • 650c2e2eb7 Remove redundant null check from WindowsUtils chylex 2016-11-14 18:54:58 +0100
  • 6ab3754129 Update write permission check to use the storage folder chylex 2016-11-14 14:06:15 +0100
  • 7dca0a8cab Add plugin config migration to the new data folder chylex 2016-11-14 14:01:22 +0100
  • 7cd0b4ad54 Fix highlighted tweets staying in context menu after logging out of TweetDeck chylex 2016-11-14 10:35:58 +0100
  • 97acb41eee Fix console errors caused by running browser scripts even outside of TweetDeck website chylex 2016-11-14 10:35:42 +0100
  • b916b9726e Add a method to check if a frame has a TweetDeck URL to BrowserUtils chylex 2016-11-14 10:34:52 +0100
  • 32d3990ace Rewrite plugin data export and combined file stream identifiers, add missing plugin warning chylex 2016-11-14 10:15:21 +0100
  • cb1fd109cc Prevent missing plugin folders from causing a crash chylex 2016-11-14 10:12:22 +0100
  • 0e68dd6185 Fix Configure button in PluginControl causing issues with mixed slash types chylex 2016-11-14 09:47:56 +0100
  • fb6502bc65 Rename plugin data folder to TD_Plugins for consistency chylex 2016-11-14 09:39:48 +0100
  • c7e7403781 Update plugin config to use the data folder instead of plugin root chylex 2016-11-14 06:14:38 +0100
  • bf224408a3 Rewrite PluginBridge to accommodate the functions to the new plugin folder handling chylex 2016-11-14 06:14:14 +0100
  • 84b7078873 Assign a data folder to each plugin and add new folder handling functions chylex 2016-11-14 06:09:05 +0100
  • 89e5943d8f Add a PluginFolder enum and a plugin data root path to Program chylex 2016-11-14 05:43:30 +0100
  • b78c4cb8f0 Move PluginEnvironment and PluginGroup to a separate Enums package chylex 2016-11-14 05:08:18 +0100
  • 976ba074a8 Add a warning for outdated config in reply-account plugin chylex 2016-11-13 15:18:10 +0100
  • 5205d59b96 Rewrite custom selector in reply-account plugin to fix and futureproof TweetDeck changes chylex 2016-11-13 15:06:51 +0100
  • e8394b9c08 Add browser console logging to debug output chylex 2016-11-13 13:44:36 +0100
  • 9cd00239f9 Fix update installer creating Start Menu entry in portable mode (applied to 1.4.3) chylex 2016-10-23 00:48:23 +0200
  • b6b26142f8 Release 1.4.3 1.4.3 chylex 2016-10-22 22:13:15 +0200
  • 4ee99376fd Add a portable installer that uses the full installer with a custom flag chylex 2016-10-22 21:49:31 +0200
  • b0261342ff Add portable functionality to update installer chylex 2016-10-22 21:11:48 +0200
  • 87fd2a521e Fix quoted tweet link in notification window not resetting chylex 2016-10-21 06:50:34 +0200
  • 334793c6f6 Add full installer error/abort handling to the update installer chylex 2016-10-20 18:48:35 +0200
  • 3e70d991bb Fix installer unable to run TD when TweetDuck.exe requires admin privileges chylex 2016-10-20 18:45:10 +0200
  • feec96fc5c Pass installation path to the updater to allow portability chylex 2016-10-20 18:23:48 +0200
  • 765984709e Make sure TweetDeck uninstaller runs elevated, add safety nets and shield icons to buttons chylex 2016-10-20 04:23:48 +0200
  • c7c9931f68 Add an extension method to add UAC shield to a button chylex 2016-10-18 16:21:08 +0200
  • ae64573510 Remove old debug.log and ChromeDWriteFontCache on update install chylex 2016-10-18 16:05:34 +0200
  • d675af5aa4 Rename the debug log again to TD_Console.txt for consistency chylex 2016-10-18 16:04:31 +0200
  • 9480d17cfc Change CEF debug file to jsconsole.log in storage path chylex 2016-10-18 15:55:25 +0200
  • 5ac1df2283 Fix LockManager not finding correct process in debug chylex 2016-10-18 15:48:55 +0200
  • 20119db883 Release 1.4.2 1.4.2 chylex 2016-10-09 16:04:38 +0200
  • a4006deb8c Rewrite extra mouse button handling and fix skipping 'Back to Tweet' chylex 2016-10-09 15:49:08 +0200
  • 25fa3cefab Fix notification tweet footer displaying in some tweets (after removing it in a prev commit) chylex 2016-10-09 15:13:01 +0200
  • bb5161eb34 Fix notifications only displaying the last one when multiple were enqueued at the same time chylex 2016-10-09 14:58:11 +0200
  • 1bfc403a98 Fix typos in installer script comments chylex 2016-10-09 14:42:13 +0200
  • 720d10e543 Fix update installer version cleanup issue and move idpDownloadAfter to InitializeWizard chylex 2016-10-09 13:33:38 +0200
  • 30c117672e Make full installer not automatically run TweetDuck when in silent mode chylex 2016-10-09 13:32:28 +0200
  • 6d1b5c77d1 Fix program arguments for the full installer execution in update installer chylex 2016-10-09 00:58:13 +0200
  • d1cbf608e0 Add WIP full package download to update installation file if CEF needs updating chylex 2016-10-09 00:54:37 +0200
  • 7e3014c52d Refactor installation files (move .NET Framework check to a function) chylex 2016-10-09 00:53:59 +0200
  • 82beb1f5a7 Fix context menu state changing when moving mouse quickly chylex 2016-10-08 17:43:55 +0200
  • 657dc81300 Include ISS installer scripts and resources chylex 2016-10-08 17:36:20 +0200
  • 8e22192dd3 Update gitignore to include some files from 'bld' folder chylex 2016-10-08 17:35:28 +0200
  • dc0b7d58e3 Add an Open Program Folder button to Settings - Advanced chylex 2016-10-08 16:20:52 +0200
  • 6919e5bdb0 Fix hardware acceleration only being partial chylex 2016-10-08 16:13:50 +0200
  • 9728a62efa Remove unnecessary code from notification html builder chylex 2016-09-30 23:56:27 +0200
  • 276e070759 Fix recent TweetDeck change breaking media in notifications chylex 2016-09-30 23:43:46 +0200
  • fadea54f8d Remove legacy update notification warnings chylex 2016-09-30 15:12:18 +0200
  • 523d340ade Remove the disabled() event handler in timeline-polls plugin chylex 2016-09-30 15:09:52 +0200
  • 96fa7efb66 Fix a crash in reply-account plugin on Popout chylex 2016-09-27 21:30:34 +0200
  • 03591f8317 Release 1.4.1 chylex 2016-09-27 18:25:58 +0200
  • 28cc60d007 Tweak CommandLineArgsParser to slightly improve reliability with quoted strings 1.4.1 chylex 2016-09-27 18:11:50 +0200
  • 1fa69bdb3b Add invalid data folder error reporting and env variable expansion for absolute paths chylex 2016-09-27 18:00:05 +0200
  • 11f5f9b72e Add Reporter.HandleEarlyFailure for non-recoverable errors before Reporter is setup chylex 2016-09-27 17:58:13 +0200
  • 61f6543041 Change Source Code link to Tips & Tricks chylex 2016-09-27 17:37:19 +0200
  • 0c9ab32f37 Add additional functionality to the back mouse button (inline and drawer composer, fix order) chylex 2016-09-27 04:16:50 +0200
  • fde984d02b Add a hover class to Notification body element and only display skip button when over chylex 2016-09-27 03:48:14 +0200
  • f23db31306 Increase default size of Edit CSS dialog chylex 2016-09-26 17:20:25 +0200
  • 8dce99b8b3 Add support for ctrl+a shortcut in multiline textboxes chylex 2016-09-26 17:20:10 +0200
  • 342ac51cda Tweak the skip button position in Notification window chylex 2016-09-26 17:14:17 +0200
  • ba31f7ae01 Update TweetDuck website to https chylex 2016-09-26 16:31:06 +0200
  • 8d0fa030f8 Remove d3dcompiler_43.dll that used to be required for Win XP chylex 2016-09-26 16:16:20 +0200
  • d030a79c81 Fix Release build compliation error chylex 2016-09-26 16:10:21 +0200
  • 6690efc4d9 Address code analysis issues chylex 2016-09-26 15:53:08 +0200
  • afa8098463 Add two restart buttons to Settings - Advanced chylex 2016-09-26 14:28:14 +0200
  • c064e579d2 Add Program.Restart and fix restarting causing loss of initial program arguments chylex 2016-09-26 14:05:44 +0200
  • 01dc4e4714 Update CommandLineArgsParser to use CommandLineArgs chylex 2016-09-26 13:58:59 +0200
  • 6fbc246b12 Use CommandLineArgs in Program and fix broken -locale parameter chylex 2016-09-26 13:56:13 +0200
  • 1efe2a02f7 Add a CommandLineArgs class for easy arg management chylex 2016-09-26 13:52:55 +0200
  • ab2ab06f60 Reorganize utility classes and methods in TweetDeck Migration code chylex 2016-09-26 04:19:50 +0200
  • a71d889682 Replace FormMigrationQuestion with a custom FormMessage chylex 2016-09-25 23:10:18 +0200
  • 2252d85b27 Add MessageBoxIcon.Question support to FormMessage chylex 2016-09-25 23:09:36 +0200
  • 3f09100177 Update version of the design-revert plugin chylex 2016-09-25 19:01:39 +0200
  • 6b79c89f42 Add a button to skip current notification chylex 2016-09-25 16:53:00 +0200
  • 5f249d4603 Add a <body> td-example-notification attribute for example notifications chylex 2016-09-25 16:52:22 +0200
  • fa64309909 Hide the old TweetDeck column Clear button when clear-columns plugin is enabled chylex 2016-09-25 15:35:15 +0200
  • c46aafdab6 Add column resetting to clear-columns plugin chylex 2016-09-25 15:31:18 +0200
  • 3e9c397494 Fix inconsistency with loadConfigurationFile's onFailure parameter chylex 2016-09-25 03:21:44 +0200
  • 47935165db Update current plugins to use the new CSS functionality chylex 2016-09-25 02:37:16 +0200
  • be77f753e7 Add a global function to easily add custom styles in plugins chylex 2016-09-25 02:34:19 +0200
  • 2c30613279 Fix reply-account plugin for docked replies chylex 2016-09-23 22:09:06 +0200
  • d83eaec987 Update reply-account plugin version chylex 2016-09-23 21:14:53 +0200
  • e6f199a224 Implement #last in reply-account and fix bugs in its code chylex 2016-09-23 21:13:54 +0200
  • 6636a2aa9e Add an experimental timeline-polls plugin chylex 2016-09-23 19:49:56 +0200
  • 221bdc58fe Tweak support for old configs in reply-account plugin chylex 2016-09-23 16:05:53 +0200
  • e48a068e9d Redesign reply-account plugin configuration and add WIP last account setting chylex 2016-09-23 15:55:13 +0200
  • 3371c31e63 Release 1.4 chylex 2016-09-22 00:58:27 +0200
  • aa2c60f7e9 Move cookie import code to ExportManager 1.4 chylex 2016-09-20 17:15:34 +0200
  • f7dc200684 Kill process instead of Environment.FailFast if possible chylex 2016-09-20 17:11:36 +0200
  • ad306c56c7 Move log file to storage path chylex 2016-09-20 16:58:00 +0200