2221 Commits
Author SHA1 Message Date
chylex 1f27d96ac9 Release 1.6.6 1.6.6 2017-03-10 16:52:16 +01:00
chylex 93e9f28d69 Make update installer download the portable version for portable installations 2017-03-10 16:52:09 +01:00
chylex ec2e26752a Fix link clicking bug caused by a CefSharp bug 2017-03-10 16:50:41 +01:00
chylex fadd95f3e6 Fix installation path detection via registry in update installer 2017-03-10 16:00:00 +01:00
chylex 00acc677e6 Release 1.6.5 1.6.5 2017-03-10 14:34:16 +01:00
chylex 1a799881e8 Protect against accessing MainWindowHandle on locking process when already existed 2017-03-10 14:07:09 +01:00
chylex f75677593a Update build tools to remove/ignore .pdb files 2017-03-10 11:37:22 +01:00
chylex 19e3bd19f0 Update build guide in readme 2017-03-10 11:23:51 +01:00
chylex 85701b0a3c Update CefSharp to 55 2017-03-10 10:59:01 +01:00
chylex 014cb18dcb Remove unused 'using' statement from FormUpdateDownload 2017-03-09 20:40:21 +01:00
chylex e71e1c853f Refactor FormBrowser.ReloadBrowser 2017-03-09 20:39:12 +01:00
chylex ee9d9196f5 Rewrite image paste click simulation to use CEF events instead of WinAPI 2017-03-09 19:46:12 +01:00
chylex 53c8272e01 Remove decimal point in update download label 2017-03-09 19:13:17 +01:00
chylex 7f7b6b1e2a Minor code changes, including InvokeAsyncSafe in a couple more places 2017-03-09 19:08:33 +01:00
chylex 405777e0f5 Fix tray restoration code to no longer restore windows of all existing TweetDuck processes
Closes #108
2017-03-09 13:59:37 +01:00
chylex df2b624cb5 Update Program to use TrySleepUntil 2017-03-09 13:47:47 +01:00
chylex 8a48d5c2f9 Update LockManager to use TrySleepUntil 2017-03-09 13:35:18 +01:00
chylex c55ee71442 Add WindowsUtils.TrySleepUntil to make timeoutable waiting easier 2017-03-09 13:23:13 +01:00
chylex 3f82745f5b Improve main window detection and skip kill if already exited in LockManager 2017-03-09 03:06:47 +01:00
chylex 404187a1ae Rewrite tray restoration code to detect deadlocked process and allow killing it 2017-03-09 02:54:19 +01:00
chylex 2b7b3f586b Allow LockManager to forcibly kill the process if the attempt to close it times out 2017-03-09 02:52:04 +01:00
chylex 04959a3493 Make the update check run at the beginning of each hour instead of each hour after startup 2017-03-09 01:17:03 +01:00
chylex 97cf4932ae Move a comment in Program.cs 2017-03-09 00:56:36 +01:00
chylex b0d88a0a37 Add a safeguard to updater to open browser if the update installer is missing 2017-03-09 00:52:12 +01:00
chylex 67a2e40622 Ninja fix deadlock when exiting after update 2017-03-08 22:10:06 +01:00
chylex 3a28556c7f Release 1.6.4 1.6.4 2017-03-08 21:33:39 +01:00
chylex 9ecc92b9a5 Fix emoji keyboard separators only working for the first case 2017-03-08 21:18:58 +01:00
chylex ca023be98a Change default installation directory in portable installer 2017-03-08 21:16:36 +01:00
chylex 11a1423f76 Make sure the app is loaded before hooking account selectors 2017-03-08 13:06:50 +01:00
chylex 79f6df121b Swap shift key functionality in drawer and retweet account selectors 2017-03-08 13:01:48 +01:00
chylex 71eade7e86 Fix unsupported video tweaks for actual embedded video elements 2017-03-07 22:47:54 +01:00
chylex 5f81d29036 Finish basic emoji keyboard (enable/disable functionality, layout fix, screenshot pasting fix)
Closes #102
2017-03-07 20:32:30 +01:00
chylex ec1cb5dc5f Final optimizations for emoji keyboard 2017-03-07 20:05:40 +01:00
chylex fd969e2d55 Further cut down size of emoji-ordering.txt by wildcarding emojis with skin tones 2017-03-07 18:54:51 +01:00
chylex 37e33b77ff Cut down size of emoji-ordering.txt file 2017-03-07 18:36:07 +01:00
chylex f7ed7703b4 Rewrite plugin cache to use tokens and local paths as multikeys 2017-03-07 18:31:58 +01:00
chylex 4bb35295ca Add a debug plugin to unit test plugin features 2017-03-07 18:11:13 +01:00
chylex 1e4f673f9e Add a TwoKeyDictionary collection with unit tests 2017-03-07 17:45:13 +01:00
chylex 7cadb1c403 Add an option (disabled by default) to revert New Tweet font size in design-revert plugin 2017-03-07 16:39:06 +01:00
chylex 37148f5093 Make design-revert plugin features configurable
Closes #107
2017-03-07 16:32:08 +01:00
chylex f6bc26789f Rework emoji keyboard using official ordering, fix loading, add separators, tweak styles 2017-03-07 15:32:34 +01:00
chylex b3f5a88525 Set red play button on unsupported videos instead of replacing them
Closes #104
2017-03-07 01:15:33 +01:00
chylex 1e538d2b28 Move sound notification code to a separate class 2017-03-05 14:27:47 +01:00
chylex 7d7bfb7b01 Refactor FormSettings to take initial tab index in constructor and remove public SelectTab 2017-03-05 14:27:35 +01:00
chylex 41d86ba440 Remove (hopefully) unnecessary user link target fix 2017-03-04 13:11:33 +01:00
chylex 3df474a8a5 Refactor ready state handling in code.js 2017-03-04 13:03:30 +01:00
chylex a50d6e8f47 Disable resizing for the settings export dialog 2017-02-25 19:07:21 +01:00
chylex 6081e5b9c1 Add & use ControlExtensions.InvokeAsyncSafe for improved performance 2017-02-20 13:02:24 +01:00
chylex 66ccea920c Hide emoji keyboard on escape or click outside 2017-01-30 16:54:50 +01:00
chylex 470d63093f Add combined emoji to the emoji keyboard plugin 2017-01-30 16:21:09 +01:00