1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-18 03:31:41 +02:00

Commit Graph

  • 6e6312f6d7 Fix occasional twitter.js crash due to it loading too early chylex 2017-04-07 00:18:59 +02:00
  • df4c4e443d Customize login and logout pages chylex 2017-04-06 23:16:58 +02:00
  • ff40474f92 Fix DM reply input not getting focused after opening a conversation chylex 2017-04-06 18:39:47 +02:00
  • aca06ee805 Add an option to display column name in the notification title chylex 2017-04-06 18:11:52 +02:00
  • ba8e29a9f8 Make emoji keyboard bring focus into the input when closed chylex 2017-04-06 18:03:44 +02:00
  • 583da2bd9f Remove an empty designer file for PluginListFlowLayout chylex 2017-04-06 15:21:07 +02:00
  • 0ea07016b4 Fix TabIndex, Margin, and Location of controls in forms and dialogs chylex 2017-04-06 14:57:27 +02:00
  • 616421db9a Remove the 'Include Border In Screenshots' option chylex 2017-04-06 14:29:22 +02:00
  • 293ddacd19 Disable broken TweetDeck metrics chylex 2017-04-06 14:07:48 +02:00
  • 13945ec937 Minor code refactoring (remove TD_APP_READY, remove a TODO, fix formatting) chylex 2017-04-06 13:40:26 +02:00
  • 4ea6f336f8 Fix debug plugin to simulate notifications more reliably chylex 2017-04-05 23:19:49 +02:00
  • 58296aa266 Fix emoji keyboard to append emoji at caret instead of the end chylex 2017-04-05 23:08:52 +02:00
  • 742df9dff3 Make the default theme/column/font settings hidden if edit-design plugin is enabled chylex 2017-04-05 01:06:52 +02:00
  • 011e1f5922 Release 1.7 1.7 chylex 2017-04-04 21:35:36 +02:00
  • 8f67d69325 Rewrite notification scrolling to work around a strange CEF scrolling bug chylex 2017-04-04 16:50:44 +02:00
  • 9ac133b605 Move TweetNotification.FixedCSS to code.js chylex 2017-04-04 16:46:47 +02:00
  • 538b2d26cd Tweak notification scroll hook to not trigger when main window is focused chylex 2017-04-04 16:43:22 +02:00
  • cc3895c423 Remove the browser container panel from FormNotificationBase chylex 2017-04-04 05:22:11 +02:00
  • 79454bfc3b Remove 1px border on top of the notification (fixes empty space between scrollbar and the top) chylex 2017-04-04 05:17:00 +02:00
  • 734c7572bb Tweak update installer to take CEF version from the file instead of hardcoding it chylex 2017-04-03 18:51:02 +02:00
  • 9f93fbb161 Fix edit-design plugin modal to not break with a custom font size chylex 2017-04-03 18:21:05 +02:00
  • c78c63285e Add a "splash screen" (show window immediately and seamlessly display browser when ready) chylex 2017-04-03 18:03:46 +02:00
  • c8cbf70a28 Optimize notification <head> tag to not include the disabled stylesheet chylex 2017-04-03 03:50:08 +02:00
  • 2b116d6756 Revert "Revert "Update CefSharp to 57.0.0-pre01"" chylex 2017-04-03 03:05:03 +02:00
  • da611153cf Revert "Update CefSharp to 57.0.0-pre01" chylex 2017-04-02 20:26:19 +02:00
  • fd9bf4468a Disable hosting process because it fucks up rebuilding too often chylex 2017-04-02 20:25:50 +02:00
  • fa234eb9d6 Fix a recently introduced bug that broke the forward mouse button on DMs chylex 2017-04-02 18:51:33 +02:00
  • dbfebf6a32 Update CefSharp to 57.0.0-pre01 chylex 2017-04-02 18:16:44 +02:00
  • 7b91e31485 Update screenshot border setting tooltip to point out possible glitchiness chylex 2017-04-02 18:11:37 +02:00
  • e882fc8b5e Disable screenshot border setting by default chylex 2017-04-02 18:07:26 +02:00
  • 5a54195cac Add code to help with screenshot debugging chylex 2017-04-02 17:52:07 +02:00
  • a442adf8d5 Fix screenshot margins for videos and image grids in detail view chylex 2017-04-02 17:50:32 +02:00
  • 38466878db Dispose screenshot windows after using them to save memory chylex 2017-04-02 17:22:31 +02:00
  • 7c86e4e743 Add CEF command line args to disable extensions and plugins chylex 2017-04-02 17:01:57 +02:00
  • 41cbfb8d39 Update design-revert deletion in installers (delete saved config, move from upd to full/port) chylex 2017-04-02 14:45:50 +02:00
  • 7c394f4b20 Update the required app version in edit-design plugin chylex 2017-04-02 03:47:50 +02:00
  • c1a35e1053 Fix missing border-radius style on some scrollbars in edit-design plugin chylex 2017-04-02 01:48:16 +02:00
  • cddce8596f Add an option to pause new notifications when idle chylex 2017-04-02 01:27:56 +02:00
  • c75058b1da Update edit-design plugin to use notification injection instead of notification.js chylex 2017-04-01 19:42:27 +02:00
  • 1a73fcdb39 Allow plugins to inject HTML into notifications before they're shown chylex 2017-04-01 19:27:05 +02:00
  • 8e0c4f5308 Fix post-build events not deleting the 'scripts' and 'plugins' folder when not empty chylex 2017-04-01 19:19:41 +02:00
  • 51e2791cc7 Add InnerValues property to TwoKeyDictionary chylex 2017-04-01 19:14:36 +02:00
  • 130159f06c Add InjectedHTML utility class with unit tests chylex 2017-04-01 18:43:23 +02:00
  • 42d1140b55 Make edit-design plugin reload if the reply revert feature is enabled chylex 2017-04-01 16:23:45 +02:00
  • dfd987041a Tweak plugin system to not trigger enabled()/disabled() if requiresPageReload is true chylex 2017-04-01 16:22:23 +02:00
  • 790d1787fd Add an option to revert replies in edit-design plugin chylex 2017-04-01 15:58:18 +02:00
  • 2a6a607c7b Reorder checkboxes in edit-design and use sentence case for labels chylex 2017-04-01 13:25:23 +02:00
  • b3521d2a18 Add basic support for custom values in the edit-design plugin chylex 2017-03-31 18:59:11 +02:00
  • dee99caa7d Fix some dialogs not having default enter/escape actions chylex 2017-03-30 23:24:00 +02:00
  • cf525a3929 Fix JS dialogs to focus on a default button (and text input for prompts) chylex 2017-03-30 23:13:57 +02:00
  • 18d658f7e1 Add window.prompt support to JavaScriptDialogHandler chylex 2017-03-30 22:35:49 +02:00
  • 1c42ab77d8 Fix up FormMessage again (increase leftmost btn margin, use client width, fix calculations) chylex 2017-03-30 22:26:43 +02:00
  • 33d5638bb0 Add a fallback sound notification impl if WMP is unavailable chylex 2017-03-30 01:55:07 +02:00
  • 8ce92df87a Make sure SoundNotification doesn't release null COM references chylex 2017-03-30 01:06:42 +02:00
  • 80654449af Fix a crash in an event handler in the edit-design plugin chylex 2017-03-29 19:23:28 +02:00
  • eee1622801 Fix TweetDeck not showing previews for youtu.be links with https chylex 2017-03-29 18:18:09 +02:00
  • 4c54876ecf Increase the delay before taking a screenshot chylex 2017-03-29 16:11:51 +02:00
  • 1cbcd5c2da Update timeline-polls to use td-screenshot-remove & fix poll margin in screenshot chylex 2017-03-29 16:09:47 +02:00
  • 55253e284e Add support for 'td-screenshot-remove' class to remove elements from screenshots chylex 2017-03-29 16:01:36 +02:00
  • e9795cd697 Fix various margin issues in tweet screenshots chylex 2017-03-29 15:48:40 +02:00
  • be76d9a6dc Fix not removing date when screenshotting tweets with location data present chylex 2017-03-29 15:08:20 +02:00
  • d7cdaf2870 Make update download form double buffered & tweak cancelling chylex 2017-03-29 14:30:51 +02:00
  • 48ed0e01d1 Remove 'internal' modifier on NativeCoreAudio class chylex 2017-03-27 04:02:17 +02:00
  • dca31dedde Synchronize SoundNotification volume with sound mixer volume chylex 2017-03-27 03:59:31 +02:00
  • ab7356b991 Make sure COM objects in SoundNotification event handlers are released chylex 2017-03-27 03:58:14 +02:00
  • a46a673cf8 Rename 'sound' to 'soundNotification' in TabSettingsSounds chylex 2017-03-27 03:52:54 +02:00
  • c8d52539ca Mark assembly as CLS non-compliant chylex 2017-03-26 21:31:19 +02:00
  • ed9267b6ba Move sound settings to a separate tab, add a Play button, update sound file dialog chylex 2017-03-26 17:47:48 +02:00
  • b7c02d1cf8 Rewrite SoundNotification to use WMPLib chylex 2017-03-26 15:56:49 +02:00
  • fb66beb29f Move SoundNotification error handling into an event chylex 2017-03-26 00:13:03 +01:00
  • 8c3bf6bbc3 Fix notification settings tab event not triggering after a recent change chylex 2017-03-26 00:06:36 +01:00
  • b943078132 Rewrite example tweet in TweetNotification to use a file resource chylex 2017-03-25 21:47:14 +01:00
  • e727617bf1 Add animation optimization to edit-design plugin and fix label margin chylex 2017-03-25 19:56:20 +01:00
  • ffaea6dcbe Fix square scrollbars option in edit-design causing visual bugs in some places chylex 2017-03-25 16:16:35 +01:00
  • bf1f72a2a4 Cleanup some code in the edit-design plugin chylex 2017-03-25 16:12:25 +01:00
  • be0df7c5b0 Tweak radio and checkbox margins in edit-design plugin chylex 2017-03-25 16:05:57 +01:00
  • 5ab769e74d Add several toggles to edit-design plugin (most from revert-design) chylex 2017-03-25 15:06:54 +01:00
  • d22ddb1731 Remove the design-revert plugin before replacing it with edit-design chylex 2017-03-25 15:05:41 +01:00
  • 9fed8c022b Add checkbox support to edit-design plugin and delay theme change chylex 2017-03-25 14:40:28 +01:00
  • a315ed90af Redesign the edit-design modal chylex 2017-03-25 14:30:24 +01:00
  • 1ebf3c9af2 Fix media previews showing up in quoted tweet notifications chylex 2017-03-25 01:55:47 +01:00
  • 0e4c923c23 Move regexes in WindowsUtils into an inner class to delay their construction chylex 2017-03-24 16:25:46 +01:00
  • 63835b9f99 Dispose TrayIcon object properly chylex 2017-03-24 16:10:19 +01:00
  • ff17f7c132 Tweak TrayIcon to load (and reset) icon only when becoming visible chylex 2017-03-24 16:00:44 +01:00
  • f4631c9b38 Fix icon size bug in edit-design plugin chylex 2017-03-24 14:12:30 +01:00
  • 35931023ae Refactor plugin events and config reloading, fix config reset not reloading plugins chylex 2017-03-24 13:24:20 +01:00
  • 6d93381760 Add column width and font size options to edit-design plugin chylex 2017-03-23 23:53:37 +01:00
  • f1bdd5f1b2 Work on edit-design plugin code ('select' support, config & css updates) chylex 2017-03-23 23:21:44 +01:00
  • 1c3e2fbad7 Oops chylex 2017-03-23 21:53:15 +01:00
  • 29a02db07d Fix button positioning in FormMessage chylex 2017-03-23 20:34:56 +01:00
  • f1db1ba708 Refactor FormMessage uses with the new DialogResult parameter chylex 2017-03-23 16:11:42 +01:00
  • c1420bac88 Add optional DialogResult for FormMessage buttons chylex 2017-03-23 16:01:44 +01:00
  • 8e527fbbdf Add extra new lines to plugin load/execution error messages chylex 2017-03-23 15:46:49 +01:00
  • 5ec1bcfe3f Add plugin execution event with an error message if the script files fail to load chylex 2017-03-23 15:33:32 +01:00
  • 7226461cd0 Add avatar style selection to edit-design plugin chylex 2017-03-23 14:40:55 +01:00
  • 6d6f383c92 Add notification CSS handling to edit-design plugin chylex 2017-03-23 14:40:05 +01:00
  • e1a6328d09 Update edit-design plugin with modal event handling chylex 2017-03-23 13:59:31 +01:00
  • 6e4153911a Push a WIP edit-design plugin with a basic modal dialog chylex 2017-03-23 03:14:37 +01:00
  • 342f74646e Replace the only remaining use of WindowsUtils.CreateSingleTickTimer chylex 2017-03-22 23:31:54 +01:00
  • fe5191d3b5 Remove NativeMethods.SimulateMouseClick chylex 2017-03-22 23:28:47 +01:00