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

Commit Graph

  • 2295a875be Fix 'Copy' context menu item (separator in wrong place in browser, missing in notification) chylex 2017-01-23 00:53:15 +0100
  • 82a2455afc Release 1.6.2 1.6.2 chylex 2017-01-23 00:33:06 +0100
  • 268de676ee Add NativeMethods.GetIdleSeconds for idle time detection chylex 2017-01-22 16:00:54 +0100
  • 8fe26c07f1 Preserve plaintext when stripping HTML styles from clipboard text chylex 2017-01-17 18:29:09 +0100
  • da3921b1ca Add safeguards for clipboard update methods chylex 2017-01-17 18:19:39 +0100
  • 4dd2e787d1 Remove unnecessary IsSystemSupported check in UpdateHandler chylex 2017-01-17 02:48:17 +0100
  • ce005ae6c2 Add unit tests for CombinedFileStream chylex 2017-01-17 02:33:47 +0100
  • 1513f46a11 Add a safety net to CombinedFileStream.Entry.WriteToFile with createDirectory chylex 2017-01-17 02:27:03 +0100
  • 7543eeb0f4 Add more methods to TestUtils and fix cleanup code not running chylex 2017-01-17 01:38:55 +0100
  • 873242120c Add a TestUtils class for easy file manipulation and cleanup in unit tests chylex 2017-01-17 01:20:12 +0100
  • 98f8095a65 Add unit tests for CommandLineArgsParser chylex 2017-01-16 22:46:01 +0100
  • 785571a550 Add unit tests for BrowserUtils and CommandLineArgs chylex 2017-01-16 22:06:04 +0100
  • 0c4bd4044e Add ReSharper code coverage settings and cleanup the test project chylex 2017-01-16 20:56:36 +0100
  • 0319543dce Add a unit test project chylex 2017-01-16 19:36:29 +0100
  • 82d70b2d7f Stealthfix a bug with CommandLineArgs.ToString causing an exception if there are no args chylex 2017-01-10 21:58:17 +0100
  • 62d18e010a Release 1.6.1 1.6.1 chylex 2017-01-10 21:24:54 +0100
  • fc77b85083 Remove HTML styles after copying selected text to clipboard chylex 2017-01-08 16:36:49 +0100
  • 50a8893f4f Add an option to disable screenshot window border chylex 2017-01-08 02:47:47 +0100
  • 9252b3040e Fix screenshot functionality broken by previous refactoring chylex 2017-01-08 02:26:09 +0100
  • d5141ed020 Redo OnNotificationReady call to use LoadingStateChanged with a delay chylex 2017-01-08 02:16:40 +0100
  • 7ff9e23283 Remove legacy notification loading option chylex 2017-01-08 01:33:48 +0100
  • 89854d527c Fix notification position config after changing namespace and remove TweetNotification.Duration chylex 2017-01-03 18:43:36 +0100
  • 6ff0cad2a8 Pre-release 1.6 chylex 2017-01-03 17:45:52 +0100
  • 349cfbd2d5 Set FormNotification.Visible to false if the form is out of view 1.6 chylex 2017-01-03 17:08:15 +0100
  • 40303ef74a Move FormBrowser.CreateNotificationForm next to other notification related methods chylex 2017-01-03 00:34:45 +0100
  • 6c652122c2 Replace FormBrowser notification property with methods and use pause in TweetScreenshotManager chylex 2017-01-03 00:30:36 +0100
  • 3658e3a2aa Update CEF version in update installer script chylex 2017-01-02 22:24:11 +0100
  • 2b20fcfcd1 Pause notifications while the Settings window is open chylex 2017-01-02 20:17:53 +0100
  • 554d427fef Improve notification muting by pausing instead of clearing it chylex 2017-01-02 20:17:35 +0100
  • 7cf5b23306 Add debug.js and implement notification simulation in it chylex 2017-01-02 18:29:28 +0100
  • b26a6098eb Add a HORRIBLE HACK to unfocus example notification in Settings chylex 2017-01-02 15:44:18 +0100
  • 7ad927bdaf Use CreateSingleTickTimer in TweetScreenshotManager chylex 2017-01-02 04:29:45 +0100
  • 4ed30b3619 Add WindowsUtils.CreateSingleTickTimer chylex 2017-01-02 04:28:57 +0100
  • edfa9264d5 Add a timeout to TweetScreenshotManager in case of failure chylex 2017-01-01 23:36:18 +0100
  • f7516b593f Add JavaScript dialog handler that uses FormMessage for alerts and confirmations chylex 2017-01-01 21:38:46 +0100
  • 83ff998f9d Rename DialogHandlerBrowser to FileDialogHandler chylex 2017-01-01 21:34:24 +0100
  • 47381e0df4 Fix alignment of FormMessage text with no message icon chylex 2017-01-01 21:30:45 +0100
  • ba62d57485 Fix invalid context menu items due to bridge properties not being cleared after reload chylex 2017-01-01 00:34:52 +0100
  • c014c4bc24 Refactor notifications (move namespaces, move screenshot methods to a separate class) chylex 2016-12-29 02:50:16 +0100
  • 5d1a3fede2 Fix the export/import button not getting disabled if no option is selected chylex 2016-12-29 00:47:05 +0100
  • 53b584fe45 Add a button to open wiki to CSS dialog chylex 2016-12-29 00:32:46 +0100
  • f53d974400 Add tooltip to export/import dialog and uncheck session export by default chylex 2016-12-29 00:18:03 +0100
  • c4b4ef19cd Add profile import file flag detection chylex 2016-12-29 00:01:55 +0100
  • 3bfc360362 Add a SkipFile method to CombinedFileStream to skip through key names chylex 2016-12-29 00:00:36 +0100
  • 584f16d375 Fix export dialog design and event handling chylex 2016-12-28 23:59:41 +0100
  • b3d84c3217 Update clear-columns plugin version chylex 2016-12-28 23:00:36 +0100
  • dd14ad470e Add WIP export/import selection dialog chylex 2016-12-28 21:16:53 +0100
  • 85b90574b8 Fix visual issues with screenshots (reply avatars, media margins, poll cleanup) chylex 2016-12-25 13:52:34 +0100
  • ee5d172468 Fix timeline-polls plugin adding extra margin to tweets without polls chylex 2016-12-25 13:51:15 +0100
  • 7ca4b94361 Cleanup unnecessary TODO in code.js chylex 2016-12-25 13:06:27 +0100
  • 31f1546483 Make TweetNotification properties constants instead chylex 2016-12-25 13:02:56 +0100
  • d8a88a19af Separate notification CSS fixes (fixes badge and urls in screenshots) chylex 2016-12-25 12:58:02 +0100
  • 12af79de05 Refactor tweet screenshot code to a separate class and work around window disposal issues chylex 2016-12-24 20:35:13 +0100
  • 2260dd419d Update tweet screenshot to work with detail view, tweak the bottom padding chylex 2016-12-24 17:04:56 +0100
  • 61a940cc82 Fix highlighted tweet context menu for tweet detail view chylex 2016-12-24 16:57:30 +0100
  • 1bbc1e0d7e Include script files in the project to make Visual Studio detect changes chylex 2016-12-24 16:35:47 +0100
  • 921294eeb3 Add support for custom wav notification sounds chylex 2016-12-24 15:59:29 +0100
  • baaa90f49d Remove widevine drm plugin chylex 2016-12-24 12:05:19 +0100
  • 4e25381770 Fix retweeted retweet icon color and size mismatch chylex 2016-12-24 01:52:01 +0100
  • 272877d0ed Add Open Data Folder button and fix log tooltip in Advanced Settings tab chylex 2016-12-24 00:53:14 +0100
  • 555b947bf7 Add DM participants column to back mouse button handling chylex 2016-12-24 00:48:28 +0100
  • da29811b16 Fix td-hover class missing after clicking the Skip button and not moving the cursor chylex 2016-12-24 00:44:34 +0100
  • 241f67fd4d Add column reset functionality when holding Shift to code.js chylex 2016-12-23 23:52:33 +0100
  • eb4ce18e31 Refactor -32000 location to a static Point object chylex 2016-12-23 23:27:37 +0100
  • ae99fee440 Fix clear-columns button style chylex 2016-12-23 16:23:26 +0100
  • d116ac5e56 Reorder notification context menu to place relevant items on top chylex 2016-12-23 16:15:43 +0100
  • 28db1f4253 Add NotificationFlags.TopMost and disable it for Settings form chylex 2016-12-23 16:00:59 +0100
  • 034312e676 Add dev tools to context menus when debugging chylex 2016-12-23 15:43:11 +0100
  • da83d73ba6 Merge pull request #85 from chylex/screenshot Daniel Chýlek 2016-12-23 15:31:15 +0100
  • 02e8dc3440 Fix screenshot script modifying original elements and missing html classes chylex 2016-12-23 15:29:33 +0100
  • cac6d1f889 Swap notification windows when taking a screenshot, and make screenshot window unmovable chylex 2016-12-23 15:13:34 +0100
  • 68fa3294d4 Update CefSharp version in README chylex 2016-12-23 14:56:16 +0100
  • 9b983de8c9 Ensure notification window visibility when taking screenshots, refactor MoveToVisibleLocation chylex 2016-12-23 14:52:48 +0100
  • 3a37ee719b Fix csproj file after previous refactor commit chylex 2016-12-23 14:29:23 +0100
  • 61359c2faa Refactor NotificationFlags and inner screenshot bridge class to a separate namespace chylex 2016-12-23 14:26:59 +0100
  • 7f7c5ab35b Update CefSharp to 53.0.1 chylex 2016-12-23 14:07:47 +0100
  • a1b483d20a Implement printscreen simulation and a timeout to screenshot notification chylex 2016-12-23 13:40:30 +0100
  • 04cd662d78 Release 1.5.1 1.5.1 chylex 2016-11-23 05:03:49 +0100
  • da597f076f Fix quote escaping in updater arguments chylex 2016-11-23 04:57:13 +0100
  • fab3efdcf5 Fix update checker running outside of TweetDeck website chylex 2016-11-23 04:55:58 +0100
  • a55509a34d Add an old TweetDeck profile detection & warning message to the full installer chylex 2016-11-23 03:51:58 +0100
  • 84fb1c5b2b Make update installer use TweetDuck's initial command line arguments chylex 2016-11-23 03:20:38 +0100
  • 391a90e1df Add a -debugupdates command line argument to allow prereleases in update checker chylex 2016-11-23 02:08:33 +0100
  • e0fe39195d Add HasValue method to CommandLineArgs chylex 2016-11-23 02:06:41 +0100
  • 385fead81a Fix updater calling onUpdateCheckFinished when eventID parameter is undefined chylex 2016-11-23 02:05:44 +0100
  • 648d1b9aa9 Rewrite lock system to be more reliable and handle exceptions better chylex 2016-11-19 05:57:55 +0100
  • 3f0028913d Move unhandled exception handler from Program to Reporter class chylex 2016-11-19 03:11:37 +0100
  • 45e6ec8b0f Fix FormMessage fonts chylex 2016-11-18 20:28:00 +0100
  • a3fbaa0b34 Make program restarts as reliable as possible chylex 2016-11-18 19:59:21 +0100
  • 7102cbfb3b Add a retry button to the warning message when TweetDuck takes too long to restart chylex 2016-11-18 19:35:02 +0100
  • c3db3ce0f2 Push WIP tweet screenshot functionality chylex 2016-11-16 18:39:30 +0100
  • 7a1e7637ff Add a parameter to toggle custom CSS in TweetNotification.GenerateHtml chylex 2016-11-16 18:33:30 +0100
  • 04a78a02d3 Add NotificationFlags for easier configuration of the notification window chylex 2016-11-16 18:33:01 +0100
  • cb61dc742f Push minor tweak in ExecuteScriptAsync in image pasting code chylex 2016-11-16 18:29:35 +0100
  • cd53f6e757 Disable 'Show Error Log' button if the logging failed chylex 2016-11-16 14:51:47 +0100
  • c64f7daa8d Cleanup browser subprocess path code chylex 2016-11-16 14:25:52 +0100
  • e70d792654 Fix plugin status not updating from new config after importing profile chylex 2016-11-16 04:10:17 +0100
  • 9ae533f907 Remove TweetDick config file compatibility chylex 2016-11-15 19:26:23 +0100
  • cfe92f18e3 Remove all TweetDeck and other migration code chylex 2016-11-15 19:20:43 +0100
  • e2a34ea28e Remove original CheckFolderPermission and replace it with the lazy workaround chylex 2016-11-15 18:10:25 +0100