|
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 |
|
|
a70f64e1f6
|
Move some stuff from BrowserUtils to a new TwitterUtils class
|
2017-07-17 02:09:20 +02:00 |
|
|
7538aee4f2
|
Replace all MessageBox.Show calls with FormMessage
|
2017-07-09 03:50:04 +02:00 |
|
|
dbb2f10754
|
Update from master
|
2017-07-08 02:49:21 +02:00 |
|
|
14d44528b0
|
Fuck CultureInfo some more and fix analysis violations (dispose pattern, lang features)
|
2017-07-07 23:53:04 +02:00 |
|
|
4c610ea32d
|
Move TweetDeck URL into a constant
|
2017-07-06 20:58:40 +02:00 |
|
|
4bff006743
|
Refactor (move files into different namespaces)
|
2017-07-06 20:58:06 +02:00 |
|
|
1645079bc0
|
Allow plugins to modify screenshot css and include a 'td-screenshot' body class
|
2017-07-06 03:47:59 +02:00 |
|
|
29e7ad6ce6
|
Add a way to track browser process IDs
|
2017-06-30 23:46:52 +02:00 |
|
|
27e2372097
|
Add an option for custom notification window size
|
2017-06-27 17:54:52 +02:00 |
|
|
7f5b99495c
|
Move some code (config, notifications, settings)
|
2017-06-27 16:49:37 +02:00 |
|
|
d9e6afbf36
|
Replace Math.Round calls with a more convenient custom method
|
2017-06-26 17:33:07 +02:00 |
|
|
7f3bd2715c
|
Enable high DPI support and fix all known DPI-related UI issues
Closes #99
|
2017-06-26 17:08:51 +02:00 |
|
|
abf58a4aec
|
Add an option to change notification scroll speed
|
2017-06-21 05:56:10 +02:00 |
|
|
c018a2a7bc
|
Move sound notification handling to a separate library
|
2017-06-03 15:32:18 +02:00 |
|
|
9d048efe06
|
Cleanup code in TweetNotification
|
2017-05-24 18:31:42 +02:00 |
|
|
4d05441aa8
|
Rename root namespace to TweetDuck
|
2017-05-17 13:00:17 +02:00 |
|
|
1fc1370d41
|
Prevent notification windows from showing in Alt+Tab menu on Win 8/10
|
2017-05-16 02:04:43 +02:00 |
|
|
fcd1f76cff
|
Fix background color in example notification when not logged in
|
2017-04-29 01:58:56 +02:00 |
|
|
dca3410a5b
|
Change border style on Windows 8/10
|
2017-04-28 19:08:10 +02:00 |
|
|
c11f36dfef
|
Remove and sort usings in the whole project
|
2017-04-28 13:51:06 +02:00 |
|
|
abddf61c88
|
Update TweetDuck codebase to C# 7.0
|
2017-04-28 13:29:45 +02:00 |
|
|
6e78ba1e7b
|
Add forward/back mouse button handling to notifications (skip/close function)
|
2017-04-21 23:21:02 +02:00 |
|
|
041abe6d7e
|
Add an option to change the zoom level
|
2017-04-21 22:01:56 +02:00 |
|
|
a69b3cd05f
|
Fix the NO_HIDE_SCREENSHOTS debug flag not moving screenshot window into view
|
2017-04-21 21:43:53 +02:00 |
|
|
d9eef86a8b
|
Increase screenshot timeout interval
|
2017-04-21 17:48:58 +02:00 |
|
|
3fed921748
|
Add exception handling to SoundPlayerImplWMP.Play
|
2017-04-20 19:37:18 +02:00 |
|
|
02827d53a2
|
Add a reset prompt to Notifications tab if custom location is out of view
|
2017-04-18 19:05:18 +02:00 |
|
|
6e262334ed
|
Refactor -1 in hook to NativeMethods.HOOK_HANDLED & include example.html in project file
|
2017-04-14 14:24:37 +02:00 |
|
|
9a280492c2
|
Refactor PropertyBridge and remove empty BaseTabSettings designer file
|
2017-04-13 18:09:07 +02:00 |
|
|
73b83af6b1
|
Remove an unused class from notification body element
|
2017-04-12 14:26:26 +02:00 |
|
|
064673ef23
|
Rewrite notification handling (better URL and duration handling, remove hacky code)
|
2017-04-12 00:56:28 +02:00 |
|