|
65a837a6e1
|
Move TweetDeckBridge properties to a separate JS object
|
2017-01-27 16:13:17 +01:00 |
|
|
9252b3040e
|
Fix screenshot functionality broken by previous refactoring
|
2017-01-08 02:26:09 +01:00 |
|
|
d5141ed020
|
Redo OnNotificationReady call to use LoadingStateChanged with a delay
|
2017-01-08 02:16:40 +01:00 |
|
|
7ff9e23283
|
Remove legacy notification loading option
|
2017-01-08 01:33:48 +01:00 |
|
|
349cfbd2d5
|
Set FormNotification.Visible to false if the form is out of view
|
2017-01-03 17:08:15 +01:00 |
|
|
554d427fef
|
Improve notification muting by pausing instead of clearing it
|
2017-01-02 20:17:35 +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 |
|
|
da29811b16
|
Fix td-hover class missing after clicking the Skip button and not moving the cursor
|
2016-12-24 00:44:34 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
87fd2a521e
|
Fix quoted tweet link in notification window not resetting
Closes #75
|
2016-10-21 06:50:34 +02:00 |
|
|
bb5161eb34
|
Fix notifications only displaying the last one when multiple were enqueued at the same time
|
2016-10-09 14:58:11 +02:00 |
|
|
0cda3702ea
|
Change notification scroll trigger cursor position for windows without side borders
|
2016-09-18 21:08:09 +02:00 |
|
|
36473c2df9
|
Add a global plugins.js file with loadConfigurationFile utility function
|
2016-09-04 03:59:37 +02:00 |
|
|
44bf7b870e
|
Rewrote notification mouse hook to only be active if the window is visible
Closes #57
|
2016-09-04 00:59:13 +02:00 |
|
|
31a475861b
|
Reformat (missing space after comma), minor code tweaks
|
2016-09-02 13:34:41 +02:00 |
|
|
ba6242e09d
|
Change notification duration setting to a track bar
|
2016-07-28 21:58:42 +02:00 |
|
|
ef78496d5d
|
Add notification count down toggle option
|
2016-07-28 14:24:43 +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 |
|
|
56bf33229b
|
Add a legacy notification load system option
|
2016-07-24 16:30:58 +02:00 |
|
|
c64e16471b
|
Add plugin utility bridge with file functionality and a plugin token system
|
2016-07-23 18:36:58 +02:00 |
|
|
2f2e2b82b8
|
Reset notification mouse hook variable when disposing
|
2016-07-11 15:55:18 +02:00 |
|
|
af9a503f3c
|
Fix call order with notification scroll focus
|
2016-07-10 17:33:21 +02:00 |
|
|
971affa607
|
Fix unreliable unfocused notification window scroll wheel hook
|
2016-07-09 21:33:46 +02:00 |
|
|
34e0bcc56a
|
Focus notification window when mouse wheel is scrolled above it
|
2016-07-09 19:37:27 +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 |
|
|
ced5a82e07
|
Fix example notification in Settings not showing up the first time
|
2016-07-05 19:07:51 +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 |
|
|
a7e222f2e7
|
Fix display timer setting that was broken in previous update and optimize notification resizing
|
2016-07-04 17:23:52 +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 |
|
|
d9321a9acb
|
Split plugins.js into separate browser and notification scripts and refactor notification script execution code
|
2016-07-01 23:53:08 +02:00 |
|
|
b6a683dfe1
|
Rewrite plugins.js, plugin state handling and script execution (separate instead of combining)
|
2016-06-30 16:31:02 +02:00 |
|
|
b531016c7b
|
Refactor ScriptLoader for easier script identifier handling
|
2016-06-30 03:15:46 +02:00 |
|
|
13d0e10dcd
|
Implement basic plugin loading and management
|
2016-06-25 18:53:03 +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 |
|
|
cc7fc7e994
|
Resize notification Form based on font size
|
2016-05-10 18:21:56 +02:00 |
|
|
a1365a98c0
|
Pause notification timer when context menu is open, and optimize Settings notification tick
|
2016-05-09 20:14:23 +02:00 |
|