1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-09-21 14:42:47 +02:00

Commit Graph

  • 03a93ad3f3 Move native methods to a NativeMethods class chylex 2016-05-08 18:33:42 +0200
  • 3a66fa28ab Do minor code refactoring chylex 2016-05-08 14:59:01 +0200
  • 5f79b286f1 Fix t.co bypass not working in popup notifications chylex 2016-05-08 14:48:11 +0200
  • f6a4e39cfc Add 'Skip tweet' and 'Freeze' context menu options to notifications chylex 2016-05-08 14:24:53 +0200
  • 24d8444043 Tweak context menu (fix and add separators) chylex 2016-05-08 13:08:56 +0200
  • 0b8205dc41 Fix simultaneous popup notification order chylex 2016-05-08 12:47:36 +0200
  • 98197d1e86 Fix right-aligned actions menu in Direct Messages chylex 2016-05-08 12:16:41 +0200
  • 77bcca45ce Update version to 1.2.1 1.2.1 chylex 2016-04-30 22:06:46 +0200
  • d33d65031c Add a minimum size to the browser Form chylex 2016-04-30 18:21:28 +0200
  • 8fe4aa386d Fix icons again by using proper resource files for Forms chylex 2016-04-30 17:02:14 +0200
  • 05cc27b2b9 Fix CTRL+V image upload when the upload button is out of view chylex 2016-04-30 11:26:40 +0200
  • 16ef1b3a34 Make sure simulated mouse clicks use correct button when user swaps them chylex 2016-04-30 11:13:32 +0200
  • fd350528a9 Add CTRL+V image paste functionality when writing tweets chylex 2016-04-29 17:55:00 +0200
  • 62cd076abb Add a temporary directory and rewrite exit cleanup procedure chylex 2016-04-29 17:54:01 +0200
  • b63224a218 Add Expand Links When Hovered config option chylex 2016-04-28 23:28:28 +0200
  • 3223b3e78e Fix not saving window location when moving maximized window to another screen and maximizing again without letting go chylex 2016-04-28 23:26:32 +0200
  • 8da95496bd Fix UI icon and anchors in settings Form chylex 2016-04-28 23:02:12 +0200
  • 8e1d23a53e Fix incorrect tweet duration handling chylex 2016-04-27 22:14:50 +0200
  • 2e2ad4edcf Redo icon handling, add 256x icon, and hopefully fix volume mixer properly chylex 2016-04-27 17:26:03 +0200
  • e8ecd00a57 Fix missing re-lock when closing duplicate process chylex 2016-04-27 13:14:47 +0200
  • e19ee6f363 Fix right-aligned tweet actions bar margin after Twitter changed it chylex 2016-04-27 03:56:38 +0200
  • 3785efce78 Add 'Details' button back into the footer after Twitter changed it chylex 2016-04-27 03:20:16 +0200
  • 841faf9124 Force word-break on links using CSS instead of mouseover event chylex 2016-04-27 03:12:38 +0200
  • f8e14cb900 Revert Twitter's recent action text and button changes chylex 2016-04-27 03:01:56 +0200
  • 2ecbbdd011 Fix ctrl+clicking on regular links causing them to open twice chylex 2016-04-26 20:22:03 +0200
  • 15a39de939 Update version to 1.2 1.2 chylex 2016-04-26 18:51:45 +0200
  • 4142206b65 Fix icon in Volume Mixer chylex 2016-04-26 16:04:02 +0200
  • 6105658602 Temporarily re-add default sound notification, but make it work with Mute function chylex 2016-04-26 15:49:24 +0200
  • a6e40be79e Fix maximization resetting restore location and size chylex 2016-04-26 15:19:54 +0200
  • 95fba6a99a Fix license file copying in post build events chylex 2016-04-26 11:59:47 +0200
  • aa2e4c9845 Implement multiple tray options and refactor tray icon handling chylex 2016-04-26 02:41:19 +0200
  • f4cfc40244 Redo locations and margins in settings Form chylex 2016-04-26 01:01:16 +0200
  • 6c50bdba06 Rename 'Update Notifications' setting to 'Check for Updates' chylex 2016-04-26 00:44:49 +0200
  • 1f6fc491ef Add a WIP sound notification hook chylex 2016-04-26 00:43:44 +0200
  • 1c3a7b6ce7 Implement holding Ctrl to open clicked links in browser chylex 2016-04-25 18:07:54 +0200
  • b04e260fb7 Fix focus stealing issues when showing or hiding the notification Form chylex 2016-04-25 17:58:10 +0200
  • 4a66486e1a Rename extendFunction to appendToFunction, and add prependToFunction to code.js chylex 2016-04-25 17:01:56 +0200
  • a335aa037a Fix clicking on nested/complex links in notification.js not triggering the hooks chylex 2016-04-25 16:17:28 +0200
  • dd4c89b9dd Add notification Form title changing with enqueued tweets chylex 2016-04-25 16:12:58 +0200
  • ddbf6da061 Fix double-clicking maximizing notification Form by setting MaximizeBox to false (thanks Microsoft...) chylex 2016-04-25 16:06:07 +0200
  • f85e0030a7 Add Mute Notifications setting (required changes to notification focus handling) chylex 2016-04-25 15:51:14 +0200
  • c0271d273f Remove unused fontSizeClasses from code.js chylex 2016-04-25 12:49:57 +0200
  • 2a1dc8beab Bypass t.co links in context menu and hide url options for # links chylex 2016-04-24 22:13:48 +0200
  • c5b3bc1a0b Fix context menu not running any actions in notification Form chylex 2016-04-24 22:04:41 +0200
  • 316b1db3f6 Force word-break:break-all on expanded links chylex 2016-04-24 20:51:30 +0200
  • 49fa7626b6 Expand shortened links on hover chylex 2016-04-24 20:47:10 +0200
  • 24edcc3402 Rewrite notification system to improve reliability and future extensibility chylex 2016-04-24 16:37:27 +0200
  • c53a1cbd01 Fix clicking on "Followed by:" users opening the browser chylex 2016-04-24 14:53:11 +0200
  • c138b13d01 Rewrite theme change handling chylex 2016-04-24 14:28:39 +0200
  • acc9b58660 Remove getFontSizeClass from code.js chylex 2016-04-24 14:19:20 +0200
  • b94a6acee6 Add address check to notification form before running notification.js chylex 2016-04-24 14:15:04 +0200
  • b2892cc834 Rewrite font size handling chylex 2016-04-24 14:10:29 +0200
  • 82a1e17b1d Add extendFunction and refactor window.TD in code.js chylex 2016-04-24 14:04:52 +0200
  • 82a3cd8df2 Add a simple context menu to the tray icon (Restore, Close) chylex 2016-04-23 20:59:23 +0200
  • b39a3a05fe Move update notification code to update.js and make the notification display without needing the app div chylex 2016-04-23 17:54:15 +0200
  • f4c7eb14ec Add ScriptLoader.LoadResources with unlimited parameters chylex 2016-04-23 17:53:01 +0200
  • 92ac138183 Make sure tray icon brings the window to front chylex 2016-04-23 17:06:59 +0200
  • b0fe8cf53e Rename TweetD*ck settings option on the website for clarity chylex 2016-04-23 17:00:23 +0200
  • 016e403309 Fix LockManager to check process name before reporting, and cleanup Close/Dispose code chylex 2016-04-23 16:51:11 +0200
  • 4cef0fb60d Fix clipboard text formatting chylex 2016-04-23 16:29:51 +0200
  • d53eff6043 Update version to 1.1.1 1.1.1 chylex 2016-04-17 17:42:14 +0200
  • f064912ac9 Prevent notifications from stealing focus from the client app chylex 2016-04-17 17:42:00 +0200
  • f9f0677da3 Fix broken pop-up notifications chylex 2016-04-17 17:41:46 +0200
  • 16180fd5d6 Update version to 1.1 1.1 chylex 2016-04-17 16:49:54 +0200
  • 462aebb115 Fix notification height and sent DMs showing up in notifications chylex 2016-04-17 16:49:49 +0200
  • 0cb3bd9cc6 Add Cef.Shutdown before running the updater chylex 2016-04-17 16:49:12 +0200
  • 2ef4f28740 Move Update form labels to the left chylex 2016-04-17 16:19:15 +0200
  • b02fb0934f Add version tag to About form chylex 2016-04-17 16:07:54 +0200
  • de363c982f Add update downloader and installer chylex 2016-04-17 16:06:56 +0200
  • f0132f59e5 Add ControlExtensions.MoveToCenter chylex 2016-04-17 15:44:04 +0200
  • dc32285454 Add ControlExtensions with Form.InvokeSafe and ProgressBar.SetValueInstant chylex 2016-04-17 12:49:53 +0200
  • e170172870 Add BrowserUtils.GetFileNameFromUrl and use it in ContextMenuBase chylex 2016-04-17 01:35:27 +0200
  • eba47a8196 "Fix" RichTextLabel being a fucking idiot and not working with URLs properly chylex 2016-04-17 00:48:11 +0200
  • 907543a7cf Add WIP update notifications, currently no downloading chylex 2016-04-16 23:22:23 +0200
  • e8dea023ac Rename links and references in code to match new repository setup chylex 2016-04-16 16:38:46 +0200
  • 8cfb6ab4f5 Merge branch 'master' of https://github.com/chylex/TweetDuck chylex 2016-04-16 16:26:34 +0200
  • c64d58143e Rename the project and solution to TweetDck chylex 2016-04-16 16:20:33 +0200
  • 991681e186 Rename LICENSE to LICENSE.md chylex 2016-04-16 16:16:30 +0200
  • 3c17c36f4f Move log file path to a separate property and make sure it always has the correct path chylex 2016-04-16 14:39:48 +0200
  • 707b4b4ba2 Update the example notification (change my username) chylex 2016-04-16 14:25:29 +0200
  • 413c7564aa Add VC++ 2013 redist libraries chylex 2016-04-16 14:10:40 +0200
  • 453bf2dd82 Fix notifications removing DM contents chylex 2016-04-16 13:56:29 +0200
  • 5597d2aed0 Ignore notifications with 0 characters chylex 2016-04-16 03:03:48 +0200
  • 3c43211b25 Make sure ScriptLoader uses correct root path chylex 2016-04-16 02:02:10 +0200
  • ee87841ec2 Open browser when clicking on a "gif" (actually mp4) chylex 2016-04-15 23:24:21 +0200
  • 9e5a39e9fc Add Save image as... option to context menu chylex 2016-04-15 23:04:28 +0200
  • 8c21011ac7 Add BrowserUtils with header getters and OpenExternalBrowser method chylex 2016-04-15 22:42:35 +0200
  • 5f5013f021 Add ContextMenuBase that handles links and media (open in browser, copy url) chylex 2016-04-15 18:44:48 +0200
  • fe093475dc Rename ContextMenuHandler to ContextMenuBrowser and add ContextMenuNotification chylex 2016-04-15 17:30:33 +0200
  • 1c4e03ebea Make the notification timer config affect example notification, and fix its height chylex 2016-04-15 16:05:09 +0200
  • 860b740db9 Add upgrade mechanism for config file chylex 2016-04-15 16:02:17 +0200
  • bd54da85a8 Add a Display Notification Timer option chylex 2016-04-15 15:57:22 +0200
  • 86165b3529 Add Minimize to Tray option and improve window state and position saving chylex 2016-04-15 15:06:42 +0200
  • 09d028a3af Fix minimizing issues again but properly chylex 2016-04-15 14:39:38 +0200
  • 1cb261cb6f Merge branch 'master' of https://github.com/chylex/TweetDick chylex 2016-04-15 14:35:14 +0200
  • 82934878cc Fix minimizing causing issues with saved window position chylex 2016-04-15 14:35:10 +0200
  • 996c460f57 Create README.md chylex 2016-04-15 14:05:45 +0200
  • 33e704f1ab Add support for loading config files across all TweetD*ck variations chylex 2016-04-15 13:23:59 +0200
  • 2c3849bc43 Change namespace to TweetDck chylex 2016-04-15 13:23:40 +0200
  • 7de79786c9 Disable start menu icons (handled by installer) and delete shortcuts that cannot be moved 1.0 chylex 2016-04-14 18:11:43 +0200