|
16051a0d25
|
Forgot this
|
2018-02-10 07:13:56 +01:00 |
|
|
66d5f0d790
|
Refactor IResourceHandler usage
|
2018-02-10 07:07:11 +01:00 |
|
|
01583e424f
|
Re-add mp3 support in sound notifications
|
2018-02-06 04:10:03 +01:00 |
|
|
b3d1e1bfac
|
Fix example notification timer breaking on skip (forward mouse button or Enter)
|
2018-01-28 20:54:49 +01:00 |
|
|
df47499a28
|
Update example notification (username, avatar, improve text)
|
2018-01-28 20:50:18 +01:00 |
|
|
c003bb4e71
|
Add a way to display the TweetDuck logo in the browser
|
2018-01-26 17:32:54 +01:00 |
|
|
f3f5b88550
|
Refactor resource handler related extension methods
|
2018-01-22 14:53:38 +01:00 |
|
|
2d4bbf2a6f
|
Fix sound notification extension detection and add warning to mp3 files
|
2018-01-14 00:08:43 +01:00 |
|
|
bd92fc6ee0
|
Use <audio> for custom sound notifications & allow volume control for default one
Closes #195
|
2018-01-13 22:59:34 +01:00 |
|
|
2f61de7025
|
Add GetHandlerFactory extension method to BrowserUtils
|
2018-01-13 22:37:24 +01:00 |
|
|
137a20ed0e
|
Fix notification tooltip not disappearing when skipping/closing without moving mouse
|
2018-01-11 00:06:18 +01:00 |
|
|
f956f696f4
|
Limit some $TD functions to browser/notification, change displayTooltip params
|
2018-01-10 23:53:37 +01:00 |
|
|
f0a79add14
|
Fix broken example notification after closing it and then changing options
|
2018-01-03 14:52:47 +01:00 |
|
|
a0cc4109df
|
Delete GC reload in CEF 63 (#186)
|
2017-12-28 00:03:24 +01:00 |
|
|
45b6f49a08
|
Fix middle-click and ctrl-click handling in CEF 62
|
2017-12-07 20:07:15 +01:00 |
|
|
b4e936c530
|
Minor refactoring of notification classes & remove no longer needed CSS
|
2017-11-14 19:06:05 +01:00 |
|
|
09abd889e9
|
Add ID to <html> for selector priority
|
2017-11-10 14:14:50 +01:00 |
|
|
330bbfbb31
|
Fix broken CSS in notifications after a TweetDeck update
|
2017-11-10 13:35:29 +01:00 |
|
|
b81e7583eb
|
Implement feature usage analytics
|
2017-11-08 08:15:45 +01:00 |
|
|
be08fd4445
|
Remove UserConfig.ZoomMultiplier and old migration code
|
2017-11-02 13:20:19 +01:00 |
|
|
4e26fd9d56
|
Random refactoring
|
2017-11-01 04:02:44 +01:00 |
|
|
8c9168a4bf
|
Temporarily move notification with Alt and restore by middle-clicking title bar
Closes #175
|
2017-10-31 23:40:56 +01:00 |
|
|
97da0b79e4
|
Fix compile error after removing TimerBarHeight constant
|
2017-10-31 23:34:00 +01:00 |
|
|
d7e5f6876b
|
Increase notification timer height with higher DPI
|
2017-10-31 23:10:08 +01:00 |
|
|
1b92b112e2
|
Refactor FormNotificationBase.GetBorderStyle
|
2017-10-31 12:50:34 +01:00 |
|
|
ca55119531
|
Rewrite CanMoveWindow and CanResizeWindow in notification classes
|
2017-10-31 12:36:46 +01:00 |
|
|
d9da14b5dc
|
Make the example notification its own class
|
2017-10-31 12:01:53 +01:00 |
|
|
512b5666ac
|
Fix 'Escape' key not clearing notification tweet queue & refactor HideNotification
|
2017-10-31 11:31:01 +01:00 |
|
|
6b849f854e
|
Rewrite font size & theme handling, add <html> attributes to notifications
|
2017-10-11 20:22:32 +02:00 |
|
|
00a0da3df3
|
Fix detail view screenshots & tweak screenshot timings for iframes separately
|
2017-10-08 01:42:53 +02:00 |
|
|
b7de261d25
|
Move notification CSS to a file, refactor FontSizeLevel & TweetDeckBridge props
|
2017-09-21 10:34:57 +02:00 |
|
|
e8604a261d
|
Replace 'new EventArgs()' with 'EventArgs.Empty'
|
2017-09-01 14:34:23 +02:00 |
|
|
20f0445b10
|
Replace FormNotificationBase.ChirpId with CanViewDetail that checks ColumnId too
|
2017-08-31 14:52:38 +02:00 |
|
|
d7ad62d476
|
Make TweetNotification use persistent column ID
|
2017-08-28 22:38:11 +02:00 |
|
|
d5c3ea0862
|
'View detail' errors now ask user if they want to open the tweet in a browser
|
2017-08-28 19:55:10 +02:00 |
|
|
625227d0ce
|
Rewrite audio library & add notification volume option for WMP impl
|
2017-08-28 18:16:13 +02:00 |
|
|
6357708533
|
Finish implementing 'View detail' context menu option in notifications
Closes #152
|
2017-08-27 20:11:56 +02:00 |
|
|
59c9801437
|
Address code analysis and remove unused code
|
2017-08-27 18:48:54 +02:00 |
|
|
588bb9a093
|
Refactor FormNotificationBase to store TweetNotification instead of copying data
|
2017-08-27 13:40:49 +02:00 |
|
|
69cd96a37c
|
Add 'View detail' context menu item in notifications (currently loaded tweets only)
|
2017-08-22 11:59:34 +02:00 |
|
|
bc1767fb84
|
Change namespace of BrowserProcesses, MemoryUsageTracker, VideoPlayer
|
2017-08-11 23:50:16 +02:00 |
|
|
f917096cc7
|
Refactor plugin execution code
|
2017-08-11 23:32:47 +02:00 |
|
|
1b90e0f65e
|
Slightly increase default notification height
|
2017-08-01 17:05:31 +02:00 |
|
|
1b239bada1
|
Delay screenshots again due to iframes
|
2017-07-31 21:17:31 +02:00 |
|
|
f181f1fadc
|
Refactor PropertyBridge
|
2017-07-31 19:58:23 +02:00 |
|
|
a4747b0d7b
|
Add JS dialog handler to notifications
|
2017-07-31 14:25:00 +02:00 |
|
|
f07640cc84
|
Reorganize CEF handlers
|
2017-07-31 14:24:42 +02:00 |
|
|
c235c55b19
|
Add option to show media previews in notification
|
2017-07-31 14:12:24 +02:00 |
|
|
f1d9e32bf5
|
Add keyboard controls to notifications
Closes #153
|
2017-07-31 01:23:57 +02:00 |
|
|
7c87856b4d
|
Show waiting cursor while taking a tweet screenshot
|
2017-07-20 16:29:39 +02:00 |
|