1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-20 11:34:08 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
fd97c20d37 Add second tray icon for unread tweets when notifications are muted
Closes 
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
9a29d4ff18 Add context menu item to copy tweet address without focusing date link
Closes 
2016-05-09 20:00:36 +02:00
03a93ad3f3 Move native methods to a NativeMethods class 2016-05-08 18:33:42 +02:00
f6a4e39cfc Add 'Skip tweet' and 'Freeze' context menu options to notifications 2016-05-08 14:24:53 +02:00
b04e260fb7 Fix focus stealing issues when showing or hiding the notification Form 2016-04-25 17:58:10 +02:00
dd4c89b9dd Add notification Form title changing with enqueued tweets 2016-04-25 16:12:58 +02:00
f85e0030a7 Add Mute Notifications setting (required changes to notification focus handling)
Closes 
2016-04-25 15:51:14 +02:00
b94a6acee6 Add address check to notification form before running notification.js 2016-04-24 14:15:04 +02:00
b2892cc834 Rewrite font size handling 2016-04-24 14:10:29 +02:00
f064912ac9 Prevent notifications from stealing focus from the client app 2016-04-17 17:42:00 +02:00
462aebb115 Fix notification height and sent DMs showing up in notifications 2016-04-17 16:49:49 +02:00
fe093475dc Rename ContextMenuHandler to ContextMenuBrowser and add ContextMenuNotification 2016-04-15 17:30:33 +02:00
1c4e03ebea Make the notification timer config affect example notification, and fix its height 2016-04-15 16:05:09 +02:00
bd54da85a8 Add a Display Notification Timer option 2016-04-15 15:57:22 +02:00
2c3849bc43 Change namespace to TweetDck 2016-04-15 13:23:40 +02:00
c53636c013 Disable moving the notification window if not in Settings menu & having Custom pos enabled 2016-04-13 11:22:45 +02:00
81c29ab50c Fix some issues with multi-monitor setups (change default loc, fix config saving before window loaded) 2016-04-13 02:33:21 +02:00
39f554693d Address static code analysis issues (disposing objects, neutral language and CLSCompliant attribute) 2016-04-12 23:33:37 +02:00
3115ccc896 Redo build configurations and add a TweetDuck variant 2016-04-12 01:50:21 +02:00
65d1201bbb Tweak notification progress bar to finish slightly quicker 2016-04-11 22:57:48 +02:00
ffe430a4a5 Add notification.js to run for notification browser instance (fixes links) 2016-04-11 21:33:24 +02:00
69dcfe17a7 Make popup notifications go into foreground 2016-04-11 21:13:37 +02:00
95c68785af Fix flickering when switching to next notification 2016-04-11 19:52:53 +02:00
5c91dec62a Fix the notification form showing too early and not loading in Settings Form 2016-04-11 16:47:48 +02:00
797b7e8ead Add notification display selection 2016-04-11 16:25:43 +02:00
a4e86e55ae Fix missing browser.Load("about:blank") which apparently breaks stuff 2016-04-11 16:07:38 +02:00
17645a88cf Implement notification timer pause on mouse hover 2016-04-11 15:58:36 +02:00
113247a06c Fix notification closing in the Settings Form 2016-04-11 15:38:18 +02:00
8d7a55e6ed Add a notification duration indicator 2016-04-11 14:12:09 +02:00
3b10bc9c7c Add an example tweet to the Settings Form 2016-04-11 14:11:47 +02:00
f81d332d8f Implement configurable popup notification duration 2016-04-11 12:27:04 +02:00
340cee3354 Add a Settings Form with notification window position setting 2016-04-11 03:26:58 +02:00
f7265405d7 Minor tweaks (remove unused using directives, tweak JS formatting) 2016-04-11 00:39:55 +02:00
2834a9a443 Add a WIP notification system (buggy startup, missing navigation, bad UI and UX) 2016-04-11 00:37:28 +02:00