1
0
Fork 0
Commit Graph

2152 Commits

Author SHA1 Message Date
chylex 316b1db3f6 Force word-break:break-all on expanded links 2016-04-24 20:51:30 +02:00
chylex 49fa7626b6 Expand shortened links on hover
Closes #12
2016-04-24 20:47:10 +02:00
chylex 24edcc3402 Rewrite notification system to improve reliability and future extensibility
Closes #18
2016-04-24 16:37:27 +02:00
chylex c53a1cbd01 Fix clicking on "Followed by:" users opening the browser 2016-04-24 14:53:11 +02:00
chylex c138b13d01 Rewrite theme change handling 2016-04-24 14:28:39 +02:00
chylex acc9b58660 Remove getFontSizeClass from code.js 2016-04-24 14:19:20 +02:00
chylex b94a6acee6 Add address check to notification form before running notification.js 2016-04-24 14:15:04 +02:00
chylex b2892cc834 Rewrite font size handling 2016-04-24 14:10:29 +02:00
chylex 82a1e17b1d Add extendFunction and refactor window.TD in code.js 2016-04-24 14:04:52 +02:00
chylex 82a3cd8df2 Add a simple context menu to the tray icon (Restore, Close) 2016-04-23 20:59:23 +02:00
chylex 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
chylex f4c7eb14ec Add ScriptLoader.LoadResources with unlimited parameters 2016-04-23 17:53:01 +02:00
chylex 92ac138183 Make sure tray icon brings the window to front
Closes #14
2016-04-23 17:06:59 +02:00
chylex b0fe8cf53e Rename TweetD*ck settings option on the website for clarity 2016-04-23 17:00:23 +02:00
chylex 016e403309 Fix LockManager to check process name before reporting, and cleanup Close/Dispose code
Closes #17
2016-04-23 16:51:11 +02:00
chylex 4cef0fb60d Fix clipboard text formatting
Closes #19
2016-04-23 16:29:51 +02:00
chylex d53eff6043 Update version to 1.1.1 2016-04-17 17:42:14 +02:00
chylex f064912ac9 Prevent notifications from stealing focus from the client app 2016-04-17 17:42:00 +02:00
chylex f9f0677da3 Fix broken pop-up notifications 2016-04-17 17:41:46 +02:00
chylex 16180fd5d6 Update version to 1.1 2016-04-17 16:49:54 +02:00
chylex 462aebb115 Fix notification height and sent DMs showing up in notifications 2016-04-17 16:49:49 +02:00
chylex 0cb3bd9cc6 Add Cef.Shutdown before running the updater 2016-04-17 16:49:12 +02:00
chylex 2ef4f28740 Move Update form labels to the left 2016-04-17 16:19:15 +02:00
chylex b02fb0934f Add version tag to About form 2016-04-17 16:10:10 +02:00
chylex de363c982f Add update downloader and installer 2016-04-17 16:06:56 +02:00
chylex f0132f59e5 Add ControlExtensions.MoveToCenter 2016-04-17 15:44:04 +02:00
chylex dc32285454 Add ControlExtensions with Form.InvokeSafe and ProgressBar.SetValueInstant 2016-04-17 12:49:53 +02:00
chylex e170172870 Add BrowserUtils.GetFileNameFromUrl and use it in ContextMenuBase 2016-04-17 01:35:27 +02:00
chylex eba47a8196 "Fix" RichTextLabel being a fucking idiot and not working with URLs properly
Closes #10
2016-04-17 00:48:11 +02:00
chylex 907543a7cf Add WIP update notifications, currently no downloading 2016-04-16 23:22:23 +02:00
chylex e8dea023ac Rename links and references in code to match new repository setup 2016-04-16 16:38:46 +02:00
chylex 8cfb6ab4f5 Merge branch 'master' of https://github.com/chylex/TweetDuck 2016-04-16 16:26:34 +02:00
chylex c64d58143e Rename the project and solution to TweetDck 2016-04-16 16:20:33 +02:00
chylex 991681e186 Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
chylex 3c17c36f4f Move log file path to a separate property and make sure it always has the correct path 2016-04-16 14:39:48 +02:00
chylex 707b4b4ba2 Update the example notification (change my username) 2016-04-16 14:25:29 +02:00
chylex 413c7564aa Add VC++ 2013 redist libraries 2016-04-16 14:10:40 +02:00
chylex 453bf2dd82 Fix notifications removing DM contents 2016-04-16 13:56:29 +02:00
chylex 5597d2aed0 Ignore notifications with 0 characters 2016-04-16 03:03:48 +02:00
chylex 3c43211b25 Make sure ScriptLoader uses correct root path 2016-04-16 02:02:10 +02:00
chylex ee87841ec2 Open browser when clicking on a "gif" (actually mp4) 2016-04-15 23:24:21 +02:00
chylex 9e5a39e9fc Add Save image as... option to context menu 2016-04-15 23:04:28 +02:00
chylex 8c21011ac7 Add BrowserUtils with header getters and OpenExternalBrowser method 2016-04-15 22:42:35 +02:00
chylex 5f5013f021 Add ContextMenuBase that handles links and media (open in browser, copy url) 2016-04-15 18:44:48 +02:00
chylex fe093475dc Rename ContextMenuHandler to ContextMenuBrowser and add ContextMenuNotification 2016-04-15 17:30:33 +02:00
chylex 1c4e03ebea Make the notification timer config affect example notification, and fix its height 2016-04-15 16:05:09 +02:00
chylex 860b740db9 Add upgrade mechanism for config file 2016-04-15 16:02:17 +02:00
chylex bd54da85a8 Add a Display Notification Timer option 2016-04-15 15:57:22 +02:00
chylex 86165b3529 Add Minimize to Tray option and improve window state and position saving 2016-04-15 15:06:42 +02:00
chylex 09d028a3af Fix minimizing issues again but properly 2016-04-15 14:39:38 +02:00