|
8036659003
|
Remove isLoaded check from several events in FormBrowser
|
2017-03-22 12:35:01 +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 |
|
|
6b4817df36
|
Minor FormBrowser code cleanup
|
2017-03-21 17:32:48 +01:00 |
|
|
606c9512f8
|
Move debug.js into the debug plugin
|
2017-03-21 16:39:02 +01:00 |
|
|
71f67e9191
|
Fix new TweetDeck Settings context menu position
|
2017-03-21 14:50:59 +01:00 |
|
|
2de5b5c6e4
|
Make the TweetDuck entry in TweetDeck Settings show the context menu
|
2017-03-21 01:28:13 +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 |
|
|
e71e1c853f
|
Refactor FormBrowser.ReloadBrowser
|
2017-03-09 20:39:12 +01:00 |
|
|
ee9d9196f5
|
Rewrite image paste click simulation to use CEF events instead of WinAPI
|
2017-03-09 19:46:12 +01:00 |
|
|
7f7b6b1e2a
|
Minor code changes, including InvokeAsyncSafe in a couple more places
|
2017-03-09 19:08:33 +01:00 |
|
|
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 |
|
|
67a2e40622
|
Ninja fix deadlock when exiting after update
|
2017-03-08 22:10:06 +01:00 |
|
|
1e538d2b28
|
Move sound notification code to a separate class
|
2017-03-05 14:27:47 +01:00 |
|
|
7d7bfb7b01
|
Refactor FormSettings to take initial tab index in constructor and remove public SelectTab
|
2017-03-05 14:27:35 +01:00 |
|
|
b22289a8b9
|
Work around Alt freezing the app since W10 Anniversary Update
Get fucked, Microsoft
|
2017-01-28 17:44:30 +01:00 |
|
|
45b3ff52c6
|
Tweak FormBrowser.ShowChildForm to use VisibleChanged instead of Shown event for reliability
|
2017-01-28 01:08:31 +01:00 |
|
|
859fdc7ec1
|
Rewrite custom sound notification to show an error message on failure instead of hiding it
|
2017-01-27 23:56:00 +01:00 |
|
|
5fd5a2a436
|
Use and test RegisterAsyncJsObject in FormBrowser
|
2017-01-27 18:51:14 +01:00 |
|
|
9ecef78aed
|
Fix DismissedUpdate not being set after toggling updates
|
2017-01-27 16:21:36 +01:00 |
|
|
65a837a6e1
|
Move TweetDeckBridge properties to a separate JS object
|
2017-01-27 16:13:17 +01:00 |
|
|
6e4db4acea
|
Rewrite custom CSS injection and automatically inject it while typing
|
2017-01-26 15:35:40 +01:00 |
|
|
467f7cd12f
|
Rewrite update system to use RegisterAsyncJsObject
|
2017-01-26 06:41:20 +01:00 |
|
|
cf7d903932
|
Move updater event args to a separate namespace
|
2017-01-26 04:09:04 +01:00 |
|
|
a7ab67925c
|
Allow moving the notification window when holding Alt in debug builds
|
2017-01-23 01:13:15 +01:00 |
|
|
40303ef74a
|
Move FormBrowser.CreateNotificationForm next to other notification related methods
|
2017-01-03 00:34:45 +01:00 |
|
|
6c652122c2
|
Replace FormBrowser notification property with methods and use pause in TweetScreenshotManager
|
2017-01-03 00:30:36 +01:00 |
|
|
7cf5b23306
|
Add debug.js and implement notification simulation in it
|
2017-01-02 18:29:28 +01:00 |
|
|
f7516b593f
|
Add JavaScript dialog handler that uses FormMessage for alerts and confirmations
|
2017-01-01 21:38:46 +01:00 |
|
|
83ff998f9d
|
Rename DialogHandlerBrowser to FileDialogHandler
|
2017-01-01 21:34:24 +01:00 |
|
|
ba62d57485
|
Fix invalid context menu items due to bridge properties not being cleared after reload
|
2017-01-01 00:34:52 +01:00 |
|
|
c014c4bc24
|
Refactor notifications (move namespaces, move screenshot methods to a separate class)
|
2016-12-29 02:50:16 +01:00 |
|
|
12af79de05
|
Refactor tweet screenshot code to a separate class and work around window disposal issues
|
2016-12-24 20:35:13 +01:00 |
|
|
921294eeb3
|
Add support for custom wav notification sounds
Closes #3
|
2016-12-24 15:59:29 +01:00 |
|
|
eb4ce18e31
|
Refactor -32000 location to a static Point object
|
2016-12-23 23:27:37 +01:00 |
|
|
28db1f4253
|
Add NotificationFlags.TopMost and disable it for Settings form
|
2016-12-23 16:00:59 +01:00 |
|
|
da83d73ba6
|
Merge pull request #85 from chylex/screenshot
Add tweet screenshot functionality & update CEF
|
2016-12-23 15:31:15 +01:00 |
|
|
cac6d1f889
|
Swap notification windows when taking a screenshot, and make screenshot window unmovable
|
2016-12-23 15:13:34 +01:00 |
|
|
9b983de8c9
|
Ensure notification window visibility when taking screenshots, refactor MoveToVisibleLocation
|
2016-12-23 14:52:48 +01:00 |
|
|
61359c2faa
|
Refactor NotificationFlags and inner screenshot bridge class to a separate namespace
|
2016-12-23 14:26:59 +01:00 |
|
|
a1b483d20a
|
Implement printscreen simulation and a timeout to screenshot notification
|
2016-12-23 13:40:30 +01:00 |
|
|
391a90e1df
|
Add a -debugupdates command line argument to allow prereleases in update checker
|
2016-11-23 02:08:33 +01:00 |
|
|
a3fbaa0b34
|
Make program restarts as reliable as possible
Closes #80
|
2016-11-18 19:59:21 +01:00 |
|
|
c3db3ce0f2
|
Push WIP tweet screenshot functionality
|
2016-11-16 18:39:30 +01:00 |
|
|
04a78a02d3
|
Add NotificationFlags for easier configuration of the notification window
|
2016-11-16 18:33:01 +01:00 |
|
|
cb61dc742f
|
Push minor tweak in ExecuteScriptAsync in image pasting code
|
2016-11-16 18:29:35 +01:00 |
|
|
e70d792654
|
Fix plugin status not updating from new config after importing profile
Closes #79
|
2016-11-16 04:10:17 +01:00 |
|
|
97acb41eee
|
Fix console errors caused by running browser scripts even outside of TweetDeck website
|
2016-11-14 10:35:42 +01:00 |
|
|
b78c4cb8f0
|
Move PluginEnvironment and PluginGroup to a separate Enums package
|
2016-11-14 05:08:18 +01:00 |
|
|
e8394b9c08
|
Add browser console logging to debug output
|
2016-11-13 13:45:10 +01:00 |
|
|
757ccbf9d3
|
Switch locale to English and add spell check setting
Closes #62
|
2016-09-19 13:33:44 +02:00 |
|
|
9e45628e87
|
Rename 'Export/Import Settings' to Profile and add Plugin exporting
|
2016-09-04 16:58:03 +02:00 |
|
|
4019463e68
|
Fix occasional incorrect location of child windows
|
2016-09-04 04:52:59 +02:00 |
|
|
36473c2df9
|
Add a global plugins.js file with loadConfigurationFile utility function
|
2016-09-04 03:59:37 +02:00 |
|
|
31a475861b
|
Reformat (missing space after comma), minor code tweaks
|
2016-09-02 13:34:41 +02:00 |
|
|
65aeb6656f
|
Add a very basic setting for custom CSS in browser and notifications
|
2016-08-10 15:45:56 +02:00 |
|
|
41a45a14df
|
Change tray highlight to trigger on any notification and reset on window focus
Closes #33
|
2016-07-27 04:48:09 +02:00 |
|
|
b9e1dd5950
|
Add combined tray icon behavior option
Closes #46
|
2016-07-24 16:48:26 +02:00 |
|
|
c64e16471b
|
Add plugin utility bridge with file functionality and a plugin token system
|
2016-07-23 18:36:58 +02:00 |
|
|
109a330c54
|
Address ReSharper inspections and refactor FormBrowser constructor
|
2016-07-06 15:38:47 +02:00 |
|
|
c6aaa4fb04
|
Revert "Hopefully fix a completely random bug that opened links in notifications in the popup window?"
This reverts commit 2de9570c38 .
|
2016-07-06 02:04:26 +02:00 |
|
|
2de9570c38
|
Hopefully fix a completely random bug that opened links in notifications in the popup window?
|
2016-07-06 00:33:00 +02:00 |
|
|
b4fc522f37
|
Rewrite notification bridge handling and add OnNotificationReady to show notification after it has loaded
|
2016-07-05 18:31:29 +02:00 |
|
|
3a7a0f63de
|
Redo external link handling using ILifeSpanHandler instead of hacky JS code
|
2016-07-02 22:39:16 +02:00 |
|
|
f13515ba16
|
Add includeDisabled parameter to PluginManager.ExecutePlugins and update calls
|
2016-07-02 00:05:22 +02:00 |
|
|
19f9614c74
|
Add ScriptLoader.GetRootIdentifier and PluginManager.HasAnyPlugin(environment) and use them
|
2016-07-01 23:47:06 +02:00 |
|
|
9308478a59
|
Make WindowState.Restore firstTimeFullscreen argument required
|
2016-06-30 19:48:57 +02:00 |
|
|
740195146b
|
Update FormBrowser and configuration to use WindowState
|
2016-06-30 19:43:38 +02:00 |
|
|
b6a683dfe1
|
Rewrite plugins.js, plugin state handling and script execution (separate instead of combining)
|
2016-06-30 16:31:02 +02:00 |
|
|
8e01d5ec84
|
Minor refactoring of ScriptLoader.ExecuteFile to generate identifier automatically
|
2016-06-30 15:34:54 +02:00 |
|
|
b531016c7b
|
Refactor ScriptLoader for easier script identifier handling
|
2016-06-30 03:15:46 +02:00 |
|
|
6729b597c0
|
Restore program from tray if ran twice
Closes #39
|
2016-06-26 22:28:48 +02:00 |
|
|
d955713335
|
Finish plugin reloading and add plugin counts to the UI
|
2016-06-25 19:42:20 +02:00 |
|
|
13d0e10dcd
|
Implement basic plugin loading and management
|
2016-06-25 18:53:03 +02:00 |
|
|
4283403f0e
|
Add a base for plugin management including basic UI
|
2016-06-04 23:24:46 +02:00 |
|
|
2a65e20fb9
|
Rewrite update handling and add an update check button to Settings
|
2016-05-26 14:13:30 +02:00 |
|
|
ee282713f8
|
Fix program not closing when updating if 'Close to tray' is enabled
Closes #34
|
2016-05-22 15:12:45 +02:00 |
|
|
fd97c20d37
|
Add second tray icon for unread tweets when notifications are muted
Closes #7
|
2016-05-12 15:46:39 +02:00 |
|
|
7238e17b86
|
Add link expanding and tooltip support to popup notifications
|
2016-05-12 15:10:22 +02:00 |
|
|
bea158b0d9
|
Fix example notification not running notification.js script (breaking links)
|
2016-05-11 17:40:41 +02:00 |
|
|
ddec715dda
|
Add support for back/forward mouse buttons
|
2016-05-10 13:31:18 +02:00 |
|
|
45a38d9570
|
Add tooltip for collapsed links when expanding is disabled
Closes #25
|
2016-05-09 14:44:04 +02:00 |
|
|
a230258bec
|
Remove FormBrowser.InvokeSafe and use extension method instead
|
2016-05-09 13:32:20 +02:00 |
|
|
3a66fa28ab
|
Do minor code refactoring
|
2016-05-08 14:59:01 +02:00 |
|
|
fd350528a9
|
Add CTRL+V image paste functionality when writing tweets
Closes #23
|
2016-04-29 17:55:00 +02:00 |
|
|
3223b3e78e
|
Fix not saving window location when moving maximized window to another screen and maximizing again without letting go
|
2016-04-28 23:26:32 +02:00 |
|
|
a6e40be79e
|
Fix maximization resetting restore location and size
|
2016-04-26 15:19:54 +02:00 |
|
|
aa2e4c9845
|
Implement multiple tray options and refactor tray icon handling
|
2016-04-26 02:41:19 +02:00 |
|
|
1f6fc491ef
|
Add a WIP sound notification hook
|
2016-04-26 00:43:44 +02:00 |
|
|
f85e0030a7
|
Add Mute Notifications setting (required changes to notification focus handling)
Closes #13
|
2016-04-25 15:51:14 +02:00 |
|
|
82a3cd8df2
|
Add a simple context menu to the tray icon (Restore, Close)
|
2016-04-23 20:59:23 +02:00 |
|
|
b39a3a05fe
|
Move update notification code to update.js and make the notification display without needing the app div
|
2016-04-23 17:54:15 +02:00 |
|
|
92ac138183
|
Make sure tray icon brings the window to front
Closes #14
|
2016-04-23 17:06:59 +02:00 |
|
|
de363c982f
|
Add update downloader and installer
|
2016-04-17 16:06:56 +02:00 |
|
|
f0132f59e5
|
Add ControlExtensions.MoveToCenter
|
2016-04-17 15:44:04 +02:00 |
|
|
dc32285454
|
Add ControlExtensions with Form.InvokeSafe and ProgressBar.SetValueInstant
|
2016-04-17 12:49:53 +02:00 |
|
|
907543a7cf
|
Add WIP update notifications, currently no downloading
|
2016-04-16 23:22:23 +02:00 |
|
|
fe093475dc
|
Rename ContextMenuHandler to ContextMenuBrowser and add ContextMenuNotification
|
2016-04-15 17:30:33 +02:00 |
|
|
86165b3529
|
Add Minimize to Tray option and improve window state and position saving
|
2016-04-15 15:06:42 +02:00 |
|