1
0
Fork 0
Commit Graph

2221 Commits

Author SHA1 Message Date
chylex b8a5c2fb9b Add a delay to link expansion and fix tooltip issues 2016-05-25 18:34:59 +02:00
chylex eccd37a3eb Fix clicking on tweet links both opening browser and showing the tweet in app 2016-05-25 18:21:49 +02:00
chylex ee282713f8 Fix program not closing when updating if 'Close to tray' is enabled
Closes #34
2016-05-22 15:12:45 +02:00
chylex c5edad9c4b Add a button to clear cache to the Settings Form 2016-05-14 15:18:57 +02:00
chylex 293c01b12f Rewrite exit procedure to only run once and refactor 2016-05-13 16:25:22 +02:00
chylex 162bbc3221 Add option to disable HTML5 hardware acceleration
Closes #30
2016-05-13 14:01:11 +02:00
chylex 9f27020993 Release 1.2.2 2016-05-12 21:09:55 +02:00
chylex c540cf45ca Push unsaved change that was supposed to be in previous commit 2016-05-12 18:21:04 +02:00
chylex 8bf4789646 Make updates search for .Update.exe file to allow for smaller and faster updates 2016-05-12 16:58:17 +02:00
chylex fd97c20d37 Add second tray icon for unread tweets when notifications are muted
Closes #7
2016-05-12 15:46:39 +02:00
chylex 7238e17b86 Add link expanding and tooltip support to popup notifications 2016-05-12 15:10:22 +02:00
chylex 4c44da7f4a Refactor and optimize event handling in notification.js 2016-05-12 14:25:00 +02:00
chylex af7657e3f8 Add EventTarget.addBubbledEventListener to notification.js for convenience 2016-05-11 17:54:07 +02:00
chylex bea158b0d9 Fix example notification not running notification.js script (breaking links) 2016-05-11 17:40:41 +02:00
chylex 40acb49011 Add scrollbar to large popup notifications and display quoted tweets in the notification
Closes #9
2016-05-11 16:59:06 +02:00
chylex cc7fc7e994 Resize notification Form based on font size 2016-05-10 18:21:56 +02:00
chylex ddec715dda Add support for back/forward mouse buttons 2016-05-10 13:31:18 +02:00
chylex a1365a98c0 Pause notification timer when context menu is open, and optimize Settings notification tick 2016-05-09 20:14:23 +02:00
chylex 9a29d4ff18 Add context menu item to copy tweet address without focusing date link
Closes #24
2016-05-09 20:00:36 +02:00
chylex 39816eae76 Fix case in 'Mute notifications' context menu item 2016-05-09 18:13:01 +02:00
chylex 45a38d9570 Add tooltip for collapsed links when expanding is disabled
Closes #25
2016-05-09 14:44:04 +02:00
chylex a230258bec Remove FormBrowser.InvokeSafe and use extension method instead 2016-05-09 13:32:20 +02:00
chylex 8543205b85 Remove 'Copy' option from TweetDeck Migration and update lnk description 2016-05-08 21:45:57 +02:00
chylex 1d169005da Hide default icon in Forms that do not have custom one properly 2016-05-08 20:57:53 +02:00
chylex f5212d88f3 Redesign the About screen 2016-05-08 20:53:08 +02:00
chylex 03a93ad3f3 Move native methods to a NativeMethods class 2016-05-08 18:33:42 +02:00
chylex 3a66fa28ab Do minor code refactoring 2016-05-08 14:59:01 +02:00
chylex 5f79b286f1 Fix t.co bypass not working in popup notifications 2016-05-08 14:48:11 +02:00
chylex f6a4e39cfc Add 'Skip tweet' and 'Freeze' context menu options to notifications 2016-05-08 14:24:53 +02:00
chylex 24d8444043 Tweak context menu (fix and add separators) 2016-05-08 13:08:56 +02:00
chylex 0b8205dc41 Fix simultaneous popup notification order
Closes #26
2016-05-08 12:47:36 +02:00
chylex 98197d1e86 Fix right-aligned actions menu in Direct Messages
Closes #27
2016-05-08 12:16:41 +02:00
chylex 77bcca45ce Update version to 1.2.1 2016-04-30 22:06:46 +02:00
chylex d33d65031c Add a minimum size to the browser Form 2016-04-30 18:21:28 +02:00
chylex 8fe4aa386d Fix icons again by using proper resource files for Forms 2016-04-30 17:02:14 +02:00
chylex 05cc27b2b9 Fix CTRL+V image upload when the upload button is out of view 2016-04-30 11:26:40 +02:00
chylex 16ef1b3a34 Make sure simulated mouse clicks use correct button when user swaps them 2016-04-30 11:13:32 +02:00
chylex fd350528a9 Add CTRL+V image paste functionality when writing tweets
Closes #23
2016-04-29 17:55:00 +02:00
chylex 62cd076abb Add a temporary directory and rewrite exit cleanup procedure 2016-04-29 17:54:01 +02:00
chylex b63224a218 Add Expand Links When Hovered config option 2016-04-28 23:28:28 +02:00
chylex 3223b3e78e Fix not saving window location when moving maximized window to another screen and maximizing again without letting go 2016-04-28 23:26:32 +02:00
chylex 8da95496bd Fix UI icon and anchors in settings Form 2016-04-28 23:02:12 +02:00
chylex 8e1d23a53e Fix incorrect tweet duration handling 2016-04-27 22:14:50 +02:00
chylex 2e2ad4edcf Redo icon handling, add 256x icon, and hopefully fix volume mixer properly
Closes #20
2016-04-27 17:26:03 +02:00
chylex e8ecd00a57 Fix missing re-lock when closing duplicate process 2016-04-27 13:14:47 +02:00
chylex e19ee6f363 Fix right-aligned tweet actions bar margin after Twitter changed it 2016-04-27 03:56:38 +02:00
chylex 3785efce78 Add 'Details' button back into the footer after Twitter changed it 2016-04-27 03:20:16 +02:00
chylex 841faf9124 Force word-break on links using CSS instead of mouseover event 2016-04-27 03:12:38 +02:00
chylex f8e14cb900 Revert Twitter's recent action text and button changes 2016-04-27 03:01:56 +02:00
chylex 2ecbbdd011 Fix ctrl+clicking on regular links causing them to open twice
Closes #21
2016-04-26 20:22:03 +02:00