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

Commit Graph

  • 5aaae51be1 Move packages.config to root and remove app.config chylex 2017-03-20 13:44:18 +0100
  • b98625fdbc Remove legacy config binder to update TweetNotification.Position namespace chylex 2017-03-20 12:33:42 +0100
  • 09a748e9dc Remove legacy cache cleanup code chylex 2017-03-20 12:26:30 +0100
  • 87b07c6d5b Rewrite highlighted column & tweet handling, enable tweet context menu on likes and RTs chylex 2017-03-20 02:23:00 +0100
  • f39e668f8d Make BrowserUtils.OpenExternalBrowser ignore empty urls chylex 2017-03-19 10:13:24 +0100
  • 6ea95342a0 Add a 'Restart with Arguments' button with a dialog to pick command line args chylex 2017-03-18 15:51:40 +0100
  • c594bf5757 Change default locale to an empty string instead of 'en', which was invalid anyway chylex 2017-03-18 14:12:41 +0100
  • cd3b198c6f Disable minimize and maximize buttons on the Import/Export Profile dialog chylex 2017-03-18 13:43:16 +0100
  • b249b5f46e Rewrite handling of program arguments & add Program.RestartWithArgs chylex 2017-03-18 12:57:42 +0100
  • bbe3b48bcc Replace restart warning when importing session with "Import & Restart" button text chylex 2017-03-18 11:20:37 +0100
  • 3bcd056197 Release 1.6.7 chylex 2017-03-18 09:16:06 +0100
  • 6387ab41b3 Delay initial tab selection in the Plugin form until after the window is fully shown 1.6.7 chylex 2017-03-16 20:50:57 +0100
  • 4df16b7f15 Fix 'Reload All' button in Plugins form hiding the panel scrollbar resized chylex 2017-03-16 20:42:18 +0100
  • ed387a2873 Add a validity check when opening URLs from the internet and plugins chylex 2017-03-16 18:37:24 +0100
  • 9e225530a6 Add BrowserUtils.IsValidUrl for http(s)/ftp/mailto url checking with unit tests chylex 2017-03-16 18:36:31 +0100
  • 7b23686dc6 Remove a mailto TODO comment as it's no longer necessary chylex 2017-03-16 18:02:29 +0100
  • 4de31453fd Update reply-account plugin to fix a search column issue due to a TweetDeck update chylex 2017-03-16 12:19:39 +0100
  • 4c59526e39 Minor code refactoring, fix potential event memory leaks chylex 2017-03-14 23:47:30 +0100
  • 9ec1764194 Update tweet detail screenshot code to work with recent TweetDeck changes chylex 2017-03-13 23:38:50 +0100
  • 47afa32902 Minor code tweak in update.js to avoid a redeclaration chylex 2017-03-13 22:55:35 +0100
  • 2a09487b55 Remove non-gendered duplicate emoji chylex 2017-03-13 22:17:18 +0100
  • 563c856dd3 Rewrite tweet screenshot functionality to use native methods chylex 2017-03-13 21:40:15 +0100
  • 69ea242408 More refactoring of notifications, cache notification scripts chylex 2017-03-13 16:13:32 +0100
  • d6e0e0726f Completely refactor FormNotification into multiple classes chylex 2017-03-13 02:06:31 +0100
  • 73d460d40a Add a compact skin tone selector to emoji keyboard chylex 2017-03-12 21:30:16 +0100
  • 1f27d96ac9 Release 1.6.6 1.6.6 chylex 2017-03-10 16:52:16 +0100
  • 93e9f28d69 Make update installer download the portable version for portable installations chylex 2017-03-10 16:52:09 +0100
  • ec2e26752a Fix link clicking bug caused by a CefSharp bug chylex 2017-03-10 16:50:41 +0100
  • fadd95f3e6 Fix installation path detection via registry in update installer chylex 2017-03-10 16:00:00 +0100
  • 00acc677e6 Release 1.6.5 1.6.5 chylex 2017-03-10 14:34:16 +0100
  • 1a799881e8 Protect against accessing MainWindowHandle on locking process when already existed chylex 2017-03-10 14:07:09 +0100
  • f75677593a Update build tools to remove/ignore .pdb files chylex 2017-03-10 11:37:22 +0100
  • 19e3bd19f0 Update build guide in readme chylex 2017-03-10 11:23:51 +0100
  • 85701b0a3c Update CefSharp to 55 chylex 2017-03-10 10:59:01 +0100
  • 014cb18dcb Remove unused 'using' statement from FormUpdateDownload chylex 2017-03-09 20:40:21 +0100
  • e71e1c853f Refactor FormBrowser.ReloadBrowser chylex 2017-03-09 20:39:12 +0100
  • ee9d9196f5 Rewrite image paste click simulation to use CEF events instead of WinAPI chylex 2017-03-09 19:46:12 +0100
  • 53c8272e01 Remove decimal point in update download label chylex 2017-03-09 19:13:17 +0100
  • 7f7b6b1e2a Minor code changes, including InvokeAsyncSafe in a couple more places chylex 2017-03-09 19:08:33 +0100
  • 405777e0f5 Fix tray restoration code to no longer restore windows of all existing TweetDuck processes chylex 2017-03-09 13:59:37 +0100
  • df2b624cb5 Update Program to use TrySleepUntil chylex 2017-03-09 13:47:47 +0100
  • 8a48d5c2f9 Update LockManager to use TrySleepUntil chylex 2017-03-09 13:35:18 +0100
  • c55ee71442 Add WindowsUtils.TrySleepUntil to make timeoutable waiting easier chylex 2017-03-09 13:23:13 +0100
  • 3f82745f5b Improve main window detection and skip kill if already exited in LockManager chylex 2017-03-09 03:06:47 +0100
  • 404187a1ae Rewrite tray restoration code to detect deadlocked process and allow killing it chylex 2017-03-09 02:54:19 +0100
  • 2b7b3f586b Allow LockManager to forcibly kill the process if the attempt to close it times out chylex 2017-03-09 02:52:04 +0100
  • 04959a3493 Make the update check run at the beginning of each hour instead of each hour after startup chylex 2017-03-09 01:17:03 +0100
  • 97cf4932ae Move a comment in Program.cs chylex 2017-03-09 00:56:36 +0100
  • b0d88a0a37 Add a safeguard to updater to open browser if the update installer is missing chylex 2017-03-09 00:52:12 +0100
  • 67a2e40622 Ninja fix deadlock when exiting after update chylex 2017-03-08 22:10:06 +0100
  • 3a28556c7f Release 1.6.4 1.6.4 chylex 2017-03-08 21:33:39 +0100
  • 9ecc92b9a5 Fix emoji keyboard separators only working for the first case chylex 2017-03-08 21:18:58 +0100
  • ca023be98a Change default installation directory in portable installer chylex 2017-03-08 21:16:36 +0100
  • 11a1423f76 Make sure the app is loaded before hooking account selectors chylex 2017-03-08 13:06:50 +0100
  • 79f6df121b Swap shift key functionality in drawer and retweet account selectors chylex 2017-03-08 13:01:48 +0100
  • 71eade7e86 Fix unsupported video tweaks for actual embedded video elements chylex 2017-03-07 22:47:54 +0100
  • 5f81d29036 Finish basic emoji keyboard (enable/disable functionality, layout fix, screenshot pasting fix) chylex 2017-03-07 20:32:30 +0100
  • ec1cb5dc5f Final optimizations for emoji keyboard chylex 2017-03-07 20:05:40 +0100
  • fd969e2d55 Further cut down size of emoji-ordering.txt by wildcarding emojis with skin tones chylex 2017-03-07 18:54:51 +0100
  • 37e33b77ff Cut down size of emoji-ordering.txt file chylex 2017-03-07 18:36:07 +0100
  • f7ed7703b4 Rewrite plugin cache to use tokens and local paths as multikeys chylex 2017-03-07 18:31:58 +0100
  • 4bb35295ca Add a debug plugin to unit test plugin features chylex 2017-03-07 18:11:13 +0100
  • 1e4f673f9e Add a TwoKeyDictionary collection with unit tests chylex 2017-03-07 17:45:13 +0100
  • 7cadb1c403 Add an option (disabled by default) to revert New Tweet font size in design-revert plugin chylex 2017-03-07 16:39:06 +0100
  • 37148f5093 Make design-revert plugin features configurable chylex 2017-03-07 16:32:08 +0100
  • f6bc26789f Rework emoji keyboard using official ordering, fix loading, add separators, tweak styles chylex 2017-03-07 15:32:34 +0100
  • b3f5a88525 Set red play button on unsupported videos instead of replacing them chylex 2017-03-07 01:15:33 +0100
  • 1e538d2b28 Move sound notification code to a separate class chylex 2017-03-05 14:27:47 +0100
  • 7d7bfb7b01 Refactor FormSettings to take initial tab index in constructor and remove public SelectTab chylex 2017-03-05 14:27:35 +0100
  • 41d86ba440 Remove (hopefully) unnecessary user link target fix chylex 2017-03-04 13:11:33 +0100
  • 3df474a8a5 Refactor ready state handling in code.js chylex 2017-03-04 13:03:30 +0100
  • a50d6e8f47 Disable resizing for the settings export dialog chylex 2017-02-25 19:07:21 +0100
  • 6081e5b9c1 Add & use ControlExtensions.InvokeAsyncSafe for improved performance chylex 2017-02-20 13:02:24 +0100
  • 66ccea920c Hide emoji keyboard on escape or click outside chylex 2017-01-30 16:54:50 +0100
  • 470d63093f Add combined emoji to the emoji keyboard plugin chylex 2017-01-30 16:21:09 +0100
  • eae0507831 Add a WIP emoji keyboard plugin chylex 2017-01-30 15:32:28 +0100
  • 92af85d3bb Release 1.6.3 1.6.3 chylex 2017-01-28 18:49:23 +0100
  • 7635af5730 Add an AppName suffix for portable and update installers chylex 2017-01-28 18:49:14 +0100
  • a838e89695 Fix custom sound notification textbox not setting color when the control is created chylex 2017-01-28 18:12:30 +0100
  • b22289a8b9 Work around Alt freezing the app since W10 Anniversary Update chylex 2017-01-28 17:44:30 +0100
  • 45b3ff52c6 Tweak FormBrowser.ShowChildForm to use VisibleChanged instead of Shown event for reliability chylex 2017-01-28 01:08:31 +0100
  • 4464991f4c Prevent automatic Settings tab selection from triggering autoclick in Notification tab chylex 2017-01-28 01:07:57 +0100
  • b0d2f77583 Merge pull request #101 from chylex/ipc Daniel Chýlek 2017-01-28 00:01:22 +0100
  • b211a4405d Set CefSharpSettings.WcfEnabled to false chylex 2017-01-27 23:59:01 +0100
  • 8823016d2c Make custom sound notification textbox font red when the file doesn't exist chylex 2017-01-27 23:56:51 +0100
  • 859fdc7ec1 Rewrite custom sound notification to show an error message on failure instead of hiding it chylex 2017-01-27 23:56:00 +0100
  • 028d5ed01f Improve debug script for easier extendibility, add sound notification simulation chylex 2017-01-27 21:48:57 +0100
  • 5fd5a2a436 Use and test RegisterAsyncJsObject in FormBrowser chylex 2017-01-27 18:51:14 +0100
  • 79a7e7470c Use and test RegisterAsyncJsObject in FormNotification chylex 2017-01-27 17:00:09 +0100
  • 9ecef78aed Fix DismissedUpdate not being set after toggling updates chylex 2017-01-27 16:21:36 +0100
  • 65a837a6e1 Move TweetDeckBridge properties to a separate JS object chylex 2017-01-27 16:13:17 +0100
  • 6e4db4acea Rewrite custom CSS injection and automatically inject it while typing chylex 2017-01-26 15:35:40 +0100
  • 26fb977d05 Remove unnecessary properties from TweetDeckBridge chylex 2017-01-26 06:51:51 +0100
  • b42cd1c048 Tweak screenshot notification script (minor edit) chylex 2017-01-26 06:46:19 +0100
  • 467f7cd12f Rewrite update system to use RegisterAsyncJsObject chylex 2017-01-26 06:41:20 +0100
  • 66699ce9df Change update progress form to show kB instead of MB chylex 2017-01-26 06:39:46 +0100
  • cf7d903932 Move updater event args to a separate namespace chylex 2017-01-26 04:09:04 +0100
  • a7ab67925c Allow moving the notification window when holding Alt in debug builds chylex 2017-01-23 01:13:15 +0100
  • a474ba4260 Fix incorrect cursor when hovering over quoted tweet in notification chylex 2017-01-23 01:00:16 +0100
  • 09e5636e86 Remove unused 'using' statement chylex 2017-01-23 00:59:19 +0100