|
52d01e3dd7
|
Fix typos and disable some warnings in NativeMethods
|
2017-03-22 18:33:56 +01:00 |
|
|
d30d70395a
|
Reorder conditions in notification mouse hook to improve performance
|
2017-03-22 18:06:17 +01:00 |
|
|
491a3ae525
|
Add 'Copy account username' to context menu for Twitter account links
|
2017-03-22 16:57:09 +01:00 |
|
|
1eae380b08
|
Fix missing tweet context menu in notification column & when moving across columns
Recent bug caused by changes to the handler, not present in previous
release
|
2017-03-22 16:18:42 +01:00 |
|
|
f091b2526e
|
Refactor Settings tabs (replace IsReady, remove SelectTab with no parameters)
|
2017-03-22 13:19:19 +01:00 |
|
|
7548e2e202
|
Fix timer checkbox being updated instead of non-intrusive popups checkbox in Settings
|
2017-03-22 13:15:47 +01:00 |
|
|
d9b9afbf2d
|
Refactor UpdateHandler to not expose UpdaterSettings
|
2017-03-22 12:49:10 +01:00 |
|
|
8036659003
|
Remove isLoaded check from several events in FormBrowser
|
2017-03-22 12:35:01 +01:00 |
|
|
f9fb4668c2
|
Refactor browser reloading in ContextMenuBrowser to use ReloadToTweetDeck
|
2017-03-21 22:45:16 +01:00 |
|
|
7047924947
|
Disable UseMnemonic on PluginControl labels to allow single ampersands
|
2017-03-21 21:14:08 +01:00 |
|
|
8f6be3911a
|
Rename 'Non-Intrusive Popup' to 'Non-Intrusive Popups'
|
2017-03-21 20:35:22 +01:00 |
|
|
0d95b8eb44
|
Rewrite hacky link handling for the error page to be not as hacky
|
2017-03-21 20:24:41 +01:00 |
|
|
61d2d124ff
|
Add a custom load error screen to FormBrowser
|
2017-03-21 19:05:42 +01:00 |
|
|
7b218b2544
|
Remove the last trace of debug.js in the project file
|
2017-03-21 18:56:54 +01:00 |
|
|
87ac7daf76
|
Add BrowserUtils.ConvertPascalCaseToScreamingSnakeCase with unit tests
|
2017-03-21 18:56:22 +01:00 |
|
|
6b4817df36
|
Minor FormBrowser code cleanup
|
2017-03-21 17:32:48 +01:00 |
|
|
22d99da2e1
|
Fix _postbuild.bat to not delete the subprocess exe when ran multiple times
|
2017-03-21 16:57:31 +01:00 |
|
|
47b6cf7068
|
Cleanup gitignore and push missing 'RUN BUILD.bat' with updated README
|
2017-03-21 16:55:59 +01:00 |
|
|
606c9512f8
|
Move debug.js into the debug plugin
|
2017-03-21 16:39:02 +01:00 |
|
|
aef9c591e9
|
Minor refactoring of log file path variables
|
2017-03-21 15:04:28 +01:00 |
|
|
71f67e9191
|
Fix new TweetDeck Settings context menu position
|
2017-03-21 14:50:59 +01:00 |
|
|
636f2b3017
|
Rewrite TrayIcon to use ContextMenu instead of ContextMenuStrip for native rendering
|
2017-03-21 02:03:38 +01:00 |
|
|
2de5b5c6e4
|
Make the TweetDuck entry in TweetDeck Settings show the context menu
|
2017-03-21 01:28:13 +01:00 |
|
|
0cbcc8c9f3
|
Move the 'Updates' tab into 'General'
|
2017-03-21 00:17:43 +01:00 |
|
|
96146e3dc8
|
Add a setting for non-intrusive popups to avoid accidental clicks
|
2017-03-21 00:11:13 +01:00 |
|
|
5aaae51be1
|
Move packages.config to root and remove app.config
|
2017-03-20 13:44:18 +01:00 |
|
|
b98625fdbc
|
Remove legacy config binder to update TweetNotification.Position namespace
|
2017-03-20 12:33:42 +01:00 |
|
|
09a748e9dc
|
Remove legacy cache cleanup code
|
2017-03-20 12:26:30 +01:00 |
|
|
87b07c6d5b
|
Rewrite highlighted column & tweet handling, enable tweet context menu on likes and RTs
|
2017-03-20 02:23:00 +01:00 |
|
|
f39e668f8d
|
Make BrowserUtils.OpenExternalBrowser ignore empty urls
|
2017-03-19 10:13:24 +01:00 |
|
|
6ea95342a0
|
Add a 'Restart with Arguments' button with a dialog to pick command line args
Closes #109
|
2017-03-18 15:51:40 +01:00 |
|
|
c594bf5757
|
Change default locale to an empty string instead of 'en', which was invalid anyway
|
2017-03-18 14:12:41 +01:00 |
|
|
cd3b198c6f
|
Disable minimize and maximize buttons on the Import/Export Profile dialog
|
2017-03-18 13:43:16 +01:00 |
|
|
b249b5f46e
|
Rewrite handling of program arguments & add Program.RestartWithArgs
|
2017-03-18 12:57:42 +01:00 |
|
|
bbe3b48bcc
|
Replace restart warning when importing session with "Import & Restart" button text
|
2017-03-18 11:20:37 +01:00 |
|
|
3bcd056197
|
Release 1.6.7
|
2017-03-18 09:16:06 +01:00 |
|
|
6387ab41b3
|
Delay initial tab selection in the Plugin form until after the window is fully shown
|
2017-03-16 20:50:57 +01:00 |
|
|
4df16b7f15
|
Fix 'Reload All' button in Plugins form hiding the panel scrollbar resized
|
2017-03-16 20:42:18 +01:00 |
|
|
ed387a2873
|
Add a validity check when opening URLs from the internet and plugins
|
2017-03-16 18:37:24 +01:00 |
|
|
9e225530a6
|
Add BrowserUtils.IsValidUrl for http(s)/ftp/mailto url checking with unit tests
|
2017-03-16 18:36:31 +01:00 |
|
|
7b23686dc6
|
Remove a mailto TODO comment as it's no longer necessary
|
2017-03-16 18:02:29 +01:00 |
|
|
4de31453fd
|
Update reply-account plugin to fix a search column issue due to a TweetDeck update
|
2017-03-16 12:19:39 +01:00 |
|
|
4c59526e39
|
Minor code refactoring, fix potential event memory leaks
|
2017-03-14 23:47:30 +01:00 |
|
|
9ec1764194
|
Update tweet detail screenshot code to work with recent TweetDeck changes
|
2017-03-13 23:38:50 +01:00 |
|
|
47afa32902
|
Minor code tweak in update.js to avoid a redeclaration
|
2017-03-13 22:55:35 +01:00 |
|
|
2a09487b55
|
Remove non-gendered duplicate emoji
|
2017-03-13 22:17:18 +01:00 |
|
|
563c856dd3
|
Rewrite tweet screenshot functionality to use native methods
|
2017-03-13 21:40:15 +01:00 |
|
|
69ea242408
|
More refactoring of notifications, cache notification scripts
|
2017-03-13 16:13:32 +01:00 |
|
|
d6e0e0726f
|
Completely refactor FormNotification into multiple classes
|
2017-03-13 02:06:31 +01:00 |
|
|
73d460d40a
|
Add a compact skin tone selector to emoji keyboard
|
2017-03-12 21:30:16 +01:00 |
|