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

Commit Graph

  • 68fa3294d4 Update CefSharp version in README chylex 2016-12-23 14:56:16 +01:00
  • 9b983de8c9 Ensure notification window visibility when taking screenshots, refactor MoveToVisibleLocation chylex 2016-12-23 14:52:48 +01:00
  • 3a37ee719b Fix csproj file after previous refactor commit chylex 2016-12-23 14:29:23 +01:00
  • 61359c2faa Refactor NotificationFlags and inner screenshot bridge class to a separate namespace chylex 2016-12-23 14:26:59 +01:00
  • 7f7c5ab35b Update CefSharp to 53.0.1 chylex 2016-12-23 14:07:47 +01:00
  • a1b483d20a Implement printscreen simulation and a timeout to screenshot notification chylex 2016-12-23 13:40:30 +01:00
  • 04cd662d78 Release 1.5.1 1.5.1 chylex 2016-11-23 05:03:49 +01:00
  • da597f076f Fix quote escaping in updater arguments chylex 2016-11-23 04:57:13 +01:00
  • fab3efdcf5 Fix update checker running outside of TweetDeck website chylex 2016-11-23 04:55:58 +01:00
  • a55509a34d Add an old TweetDeck profile detection & warning message to the full installer chylex 2016-11-23 03:51:58 +01:00
  • 84fb1c5b2b Make update installer use TweetDuck's initial command line arguments chylex 2016-11-23 03:20:38 +01:00
  • 391a90e1df Add a -debugupdates command line argument to allow prereleases in update checker chylex 2016-11-23 02:08:33 +01:00
  • e0fe39195d Add HasValue method to CommandLineArgs chylex 2016-11-23 02:06:41 +01:00
  • 385fead81a Fix updater calling onUpdateCheckFinished when eventID parameter is undefined chylex 2016-11-23 02:05:44 +01:00
  • 648d1b9aa9 Rewrite lock system to be more reliable and handle exceptions better chylex 2016-11-19 05:57:55 +01:00
  • 3f0028913d Move unhandled exception handler from Program to Reporter class chylex 2016-11-19 03:11:37 +01:00
  • 45e6ec8b0f Fix FormMessage fonts chylex 2016-11-18 20:28:00 +01:00
  • a3fbaa0b34 Make program restarts as reliable as possible chylex 2016-11-18 19:59:21 +01:00
  • 7102cbfb3b Add a retry button to the warning message when TweetDuck takes too long to restart chylex 2016-11-18 19:35:02 +01:00
  • c3db3ce0f2 Push WIP tweet screenshot functionality chylex 2016-11-16 18:39:30 +01:00
  • 7a1e7637ff Add a parameter to toggle custom CSS in TweetNotification.GenerateHtml chylex 2016-11-16 18:33:30 +01:00
  • 04a78a02d3 Add NotificationFlags for easier configuration of the notification window chylex 2016-11-16 18:33:01 +01:00
  • cb61dc742f Push minor tweak in ExecuteScriptAsync in image pasting code chylex 2016-11-16 18:29:35 +01:00
  • cd53f6e757 Disable 'Show Error Log' button if the logging failed chylex 2016-11-16 14:51:47 +01:00
  • c64f7daa8d Cleanup browser subprocess path code chylex 2016-11-16 14:25:52 +01:00
  • e70d792654 Fix plugin status not updating from new config after importing profile chylex 2016-11-16 04:10:17 +01:00
  • 9ae533f907 Remove TweetDick config file compatibility chylex 2016-11-15 19:26:23 +01:00
  • cfe92f18e3 Remove all TweetDeck and other migration code chylex 2016-11-15 19:20:43 +01:00
  • e2a34ea28e Remove original CheckFolderPermission and replace it with the lazy workaround chylex 2016-11-15 18:10:25 +01:00
  • ec8000360e Windows file permissions can go to hell chylex 2016-11-15 01:01:41 +01:00
  • 57b0821e19 Revert "Rewrite folder write permission check to hopefully make it more reliable" chylex 2016-11-15 00:47:15 +01:00
  • 09d39df15a Release 1.5 1.5 chylex 2016-11-15 00:19:24 +01:00
  • 1f9db3bda6 Rewrite folder write permission check to hopefully make it more reliable chylex 2016-11-14 23:32:45 +01:00
  • b7104c8828 Remove privilege requirement from update & portable installer, handle updater privileges within TweetDuck chylex 2016-11-14 20:53:56 +01:00
  • 5da02b4092 Make the portable installer fully autonomous chylex 2016-11-14 20:52:11 +01:00
  • 802f1e3042 Refactor Process.Start uses (missing using statement, use WindowsUtils for elevation) chylex 2016-11-14 19:39:26 +01:00
  • 66db0df45a Add WindowsUtils.StartProcess for easier elevated process starting chylex 2016-11-14 19:38:36 +01:00
  • 650c2e2eb7 Remove redundant null check from WindowsUtils chylex 2016-11-14 18:54:58 +01:00
  • 6ab3754129 Update write permission check to use the storage folder chylex 2016-11-14 14:06:15 +01:00
  • 7dca0a8cab Add plugin config migration to the new data folder chylex 2016-11-14 14:01:22 +01:00
  • 7cd0b4ad54 Fix highlighted tweets staying in context menu after logging out of TweetDeck chylex 2016-11-14 10:35:58 +01:00
  • 97acb41eee Fix console errors caused by running browser scripts even outside of TweetDeck website chylex 2016-11-14 10:35:42 +01:00
  • b916b9726e Add a method to check if a frame has a TweetDeck URL to BrowserUtils chylex 2016-11-14 10:34:52 +01:00
  • 32d3990ace Rewrite plugin data export and combined file stream identifiers, add missing plugin warning chylex 2016-11-14 10:15:21 +01:00
  • cb1fd109cc Prevent missing plugin folders from causing a crash chylex 2016-11-14 10:12:22 +01:00
  • 0e68dd6185 Fix Configure button in PluginControl causing issues with mixed slash types chylex 2016-11-14 09:47:56 +01:00
  • fb6502bc65 Rename plugin data folder to TD_Plugins for consistency chylex 2016-11-14 09:39:48 +01:00
  • c7e7403781 Update plugin config to use the data folder instead of plugin root chylex 2016-11-14 06:14:38 +01:00
  • bf224408a3 Rewrite PluginBridge to accommodate the functions to the new plugin folder handling chylex 2016-11-14 06:14:14 +01:00
  • 84b7078873 Assign a data folder to each plugin and add new folder handling functions chylex 2016-11-14 06:09:05 +01:00
  • 89e5943d8f Add a PluginFolder enum and a plugin data root path to Program chylex 2016-11-14 05:43:30 +01:00
  • b78c4cb8f0 Move PluginEnvironment and PluginGroup to a separate Enums package chylex 2016-11-14 05:08:18 +01:00
  • 976ba074a8 Add a warning for outdated config in reply-account plugin chylex 2016-11-13 15:18:10 +01:00
  • 5205d59b96 Rewrite custom selector in reply-account plugin to fix and futureproof TweetDeck changes chylex 2016-11-13 15:06:51 +01:00
  • e8394b9c08 Add browser console logging to debug output chylex 2016-11-13 13:44:36 +01:00
  • 9cd00239f9 Fix update installer creating Start Menu entry in portable mode (applied to 1.4.3) chylex 2016-10-23 00:48:23 +02:00
  • b6b26142f8 Release 1.4.3 1.4.3 chylex 2016-10-22 22:13:15 +02:00
  • 4ee99376fd Add a portable installer that uses the full installer with a custom flag chylex 2016-10-22 21:49:31 +02:00
  • b0261342ff Add portable functionality to update installer chylex 2016-10-22 21:11:48 +02:00
  • 87fd2a521e Fix quoted tweet link in notification window not resetting chylex 2016-10-21 06:50:34 +02:00
  • 334793c6f6 Add full installer error/abort handling to the update installer chylex 2016-10-20 18:48:35 +02:00
  • 3e70d991bb Fix installer unable to run TD when TweetDuck.exe requires admin privileges chylex 2016-10-20 18:45:10 +02:00
  • feec96fc5c Pass installation path to the updater to allow portability chylex 2016-10-20 18:23:48 +02:00
  • 765984709e Make sure TweetDeck uninstaller runs elevated, add safety nets and shield icons to buttons chylex 2016-10-20 04:23:48 +02:00
  • c7c9931f68 Add an extension method to add UAC shield to a button chylex 2016-10-18 16:21:08 +02:00
  • ae64573510 Remove old debug.log and ChromeDWriteFontCache on update install chylex 2016-10-18 16:05:34 +02:00
  • d675af5aa4 Rename the debug log again to TD_Console.txt for consistency chylex 2016-10-18 16:04:31 +02:00
  • 9480d17cfc Change CEF debug file to jsconsole.log in storage path chylex 2016-10-18 15:55:25 +02:00
  • 5ac1df2283 Fix LockManager not finding correct process in debug chylex 2016-10-18 15:48:55 +02:00
  • 20119db883 Release 1.4.2 1.4.2 chylex 2016-10-09 16:04:38 +02:00
  • a4006deb8c Rewrite extra mouse button handling and fix skipping 'Back to Tweet' chylex 2016-10-09 15:49:08 +02:00
  • 25fa3cefab Fix notification tweet footer displaying in some tweets (after removing it in a prev commit) chylex 2016-10-09 15:13:01 +02:00
  • bb5161eb34 Fix notifications only displaying the last one when multiple were enqueued at the same time chylex 2016-10-09 14:58:11 +02:00
  • 1bfc403a98 Fix typos in installer script comments chylex 2016-10-09 14:42:13 +02:00
  • 720d10e543 Fix update installer version cleanup issue and move idpDownloadAfter to InitializeWizard chylex 2016-10-09 13:33:38 +02:00
  • 30c117672e Make full installer not automatically run TweetDuck when in silent mode chylex 2016-10-09 13:32:28 +02:00
  • 6d1b5c77d1 Fix program arguments for the full installer execution in update installer chylex 2016-10-09 00:58:13 +02:00
  • d1cbf608e0 Add WIP full package download to update installation file if CEF needs updating chylex 2016-10-09 00:54:37 +02:00
  • 7e3014c52d Refactor installation files (move .NET Framework check to a function) chylex 2016-10-09 00:53:59 +02:00
  • 82beb1f5a7 Fix context menu state changing when moving mouse quickly chylex 2016-10-08 17:43:55 +02:00
  • 657dc81300 Include ISS installer scripts and resources chylex 2016-10-08 17:36:20 +02:00
  • 8e22192dd3 Update gitignore to include some files from 'bld' folder chylex 2016-10-08 17:35:28 +02:00
  • dc0b7d58e3 Add an Open Program Folder button to Settings - Advanced chylex 2016-10-08 16:20:52 +02:00
  • 6919e5bdb0 Fix hardware acceleration only being partial chylex 2016-10-08 16:13:50 +02:00
  • 9728a62efa Remove unnecessary code from notification html builder chylex 2016-09-30 23:56:27 +02:00
  • 276e070759 Fix recent TweetDeck change breaking media in notifications chylex 2016-09-30 23:43:46 +02:00
  • fadea54f8d Remove legacy update notification warnings chylex 2016-09-30 15:12:18 +02:00
  • 523d340ade Remove the disabled() event handler in timeline-polls plugin chylex 2016-09-30 15:09:52 +02:00
  • 96fa7efb66 Fix a crash in reply-account plugin on Popout chylex 2016-09-27 21:30:34 +02:00
  • 03591f8317 Release 1.4.1 chylex 2016-09-27 18:25:58 +02:00
  • 28cc60d007 Tweak CommandLineArgsParser to slightly improve reliability with quoted strings 1.4.1 chylex 2016-09-27 18:11:50 +02:00
  • 1fa69bdb3b Add invalid data folder error reporting and env variable expansion for absolute paths chylex 2016-09-27 18:00:05 +02:00
  • 11f5f9b72e Add Reporter.HandleEarlyFailure for non-recoverable errors before Reporter is setup chylex 2016-09-27 17:58:13 +02:00
  • 61f6543041 Change Source Code link to Tips & Tricks chylex 2016-09-27 17:37:19 +02:00
  • 0c9ab32f37 Add additional functionality to the back mouse button (inline and drawer composer, fix order) chylex 2016-09-27 04:16:50 +02:00
  • fde984d02b Add a hover class to Notification body element and only display skip button when over chylex 2016-09-27 03:48:14 +02:00
  • f23db31306 Increase default size of Edit CSS dialog chylex 2016-09-26 17:20:25 +02:00
  • 8dce99b8b3 Add support for ctrl+a shortcut in multiline textboxes chylex 2016-09-26 17:20:10 +02:00
  • 342ac51cda Tweak the skip button position in Notification window chylex 2016-09-26 17:14:17 +02:00
  • ba31f7ae01 Update TweetDuck website to https chylex 2016-09-26 16:31:06 +02:00