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

Commit Graph

  • 68dca6e3d9 Fix spacebar not toggling video pause when the main app was focused 1.8.7 chylex 2017-08-21 14:14:38 +02:00
  • 017f883e0b Disable custom emoji input, fix selection handling and support twemoji font if installed chylex 2017-08-21 13:37:21 +02:00
  • 77b5c95f75 Add basic js minification (trim whitespace and remove single line comments) chylex 2017-08-21 09:41:15 +02:00
  • 9d052c8339 Update close button fix to only affect New Tweet drawer chylex 2017-08-21 02:17:48 +02:00
  • d67623a657 Tweak follow notification padding in the browser chylex 2017-08-21 01:52:19 +02:00
  • c740b3dd46 What the fuck are you doing Twitter chylex 2017-08-21 01:35:53 +02:00
  • 2ef5f7f96f Fix border radius on media previews in tweet detail chylex 2017-08-16 18:27:44 +02:00
  • 404568d795 Fix pre-build powershell command causing build error chylex 2017-08-16 18:23:38 +02:00
  • b5a6337a0c Update custom CSS to work better with recent TweetDeck changes chylex 2017-08-14 17:15:18 +02:00
  • 82170c3fbd Fix sensitive media in notification previews and tweak follow notification padding chylex 2017-08-14 16:12:34 +02:00
  • e6d6275fcc Work on emoji keyboard contenteditable fixes (selection, focus, editor migration) chylex 2017-08-14 15:37:55 +02:00
  • 97c865a127 Make emoji editor only show after adding emoji, fix minor UI issues chylex 2017-08-14 04:22:13 +02:00
  • 1ff21f0ee0 Make emoji keyboard replace tweet input with one that displays emoji chylex 2017-08-14 00:47:08 +02:00
  • 2a3dca4467 Rewrite video player to use duplex pipe for process communication chylex 2017-08-13 17:52:46 +02:00
  • d4ecfcceec Tweak DuplexPipe to set key instead of data when separator is missing chylex 2017-08-13 17:31:58 +02:00
  • ec5d503e4d Make DuplexPipe data serialized as key/value pairs chylex 2017-08-13 17:23:23 +02:00
  • 346391ca2d Remove unused 'using' statements for the billionth time chylex 2017-08-13 16:55:08 +02:00
  • 9074cdf340 Add a hover effect to video player seek bar chylex 2017-08-13 16:46:33 +02:00
  • 2fcf3604a8 Move video player form controls to a different namespace chylex 2017-08-13 16:14:46 +02:00
  • 34e5185fa1 Fuck localized .NET exceptions chylex 2017-08-13 15:53:39 +02:00
  • e09e0e69ca Fuck browser process when building the project chylex 2017-08-13 15:50:43 +02:00
  • 963c98e588 Move interprocess comms to a separate project & implement duplex pipe Daniel Chýlek 2017-08-13 15:20:04 +02:00
  • 92acb823a4 Implement a duplex anonymous pipe in TweetLib.Communication chylex 2017-08-13 15:14:17 +02:00
  • b967b1288f Move process communication to a separate project chylex 2017-08-13 13:54:34 +02:00
  • 1db271ce90 Fix spacebar triggering fullscreen in video player chylex 2017-08-13 00:23:08 +02:00
  • 58c64025e3 Fix level 2 lists and links in update changelog modal chylex 2017-08-12 23:52:38 +02:00
  • 643a7a87aa Release 1.8.6 chylex 2017-08-12 23:39:41 +02:00
  • 5e9ed5d713 Improve video player startup and ensure it's always closed with the main app 1.8.6 chylex 2017-08-12 23:36:14 +02:00
  • 78e492c764 Tweak 'stay open' pin position and tooltip chylex 2017-08-12 20:33:52 +02:00
  • 59c2a3642b Bump version of subprocess exe (should have been done a long time ago) chylex 2017-08-12 19:10:38 +02:00
  • 40ca923745 Cleanup FormPlayer code and set sync timer interval to 15 instead of 10 chylex 2017-08-12 19:08:17 +02:00
  • 03af6cecaa Replace 'Stay open' checkbox with a pin icon chylex 2017-08-12 17:49:27 +02:00
  • 3992e447f4 Change tooltip border radius to be almost square chylex 2017-08-12 17:47:55 +02:00
  • 14a9edeb73 Fix various focus issues with video player and fix double-clicking control panel chylex 2017-08-12 15:12:54 +02:00
  • 92f1e9f7ec Make video player progress bar seek on mouse down instead of up chylex 2017-08-12 14:31:46 +02:00
  • 19c294c53e Terminate video player when pressing back mouse button over it chylex 2017-08-12 13:43:53 +02:00
  • fe88ea5c05 Fix ctrl key not opening gifs externally chylex 2017-08-12 03:37:24 +02:00
  • c9d551213a Remove license screen from installers chylex 2017-08-12 03:15:51 +02:00
  • 1e86a33ceb Hide video player overlay when video process exits gracelessly chylex 2017-08-12 03:12:50 +02:00
  • 551dd229f5 Make back mouse button hide video player and overlay chylex 2017-08-12 03:04:24 +02:00
  • 5ecf3c4147 Fix video player going past the end of a video when paused near the end chylex 2017-08-12 02:26:52 +02:00
  • 91bb2f4df0 Fix video player control panel not disappearing & improve error handling chylex 2017-08-12 01:02:09 +02:00
  • ae3a0ae83d Fix crash when trying to update with 'Edit CSS' or 'Edit CEF Arguments' open chylex 2017-08-12 00:05:56 +02:00
  • 63ce7523de Fix oversight from previous commit chylex 2017-08-12 00:01:13 +02:00
  • 9e3b92bfc1 Move PluginManager initialization and move Form manipulation to FormManager chylex 2017-08-11 23:57:44 +02:00
  • bc1767fb84 Change namespace of BrowserProcesses, MemoryUsageTracker, VideoPlayer chylex 2017-08-11 23:50:16 +02:00
  • f917096cc7 Refactor plugin execution code chylex 2017-08-11 23:32:47 +02:00
  • 308926a2ae Add video player volume sync with user config chylex 2017-08-11 20:58:37 +02:00
  • 76f2b1a454 Make video player volume slider constant width chylex 2017-08-11 20:20:07 +02:00
  • d899e4b38b Refactor video player control outside designer for dev convenience chylex 2017-08-11 20:14:45 +02:00
  • e1422e35cc Add seeking + current time and duration to video player chylex 2017-08-11 16:49:23 +02:00
  • 2c00c6bb81 Expand the video player control panel and add progress bar chylex 2017-08-11 16:21:31 +02:00
  • 7e56ba6408 Make custom video player triggerable in tweet detail chylex 2017-08-11 15:52:20 +02:00
  • 8ceb70e67d Fix back button and context menu handling with a video playing chylex 2017-08-11 15:22:45 +02:00
  • 37d5efef1d Add an icon to TweetDuck.Video.exe chylex 2017-08-11 15:06:38 +02:00
  • 924065c26e Change video play icon color and handle playback errors chylex 2017-08-11 13:59:05 +02:00
  • 58cc7ea10d Add WIP video player for MP4s Daniel Chýlek 2017-08-11 13:27:15 +02:00
  • f93e275ddf Add a volume slider to video player chylex 2017-08-11 13:22:12 +02:00
  • 06d2a5f715 Make video player pause/unpause when pressing space chylex 2017-08-11 13:20:50 +02:00
  • 3a7455eafe Fix video player cursor & pause/unpause on click chylex 2017-08-11 12:33:34 +02:00
  • 8b676fe6ce Implement video player in TweetDeck chylex 2017-08-11 11:56:19 +02:00
  • 54d12686af Tweak video player UI handling chylex 2017-08-11 11:32:20 +02:00
  • f231256402 Improve player UI handling (cursor, position, setting owner handle) chylex 2017-08-11 10:31:23 +02:00
  • 410ead66f8 Add video player args and adjust location and size to owner window chylex 2017-08-11 09:36:29 +02:00
  • c833a810af Add TweetDuck.Video project for video playback chylex 2017-08-11 08:22:12 +02:00
  • 50f1336b1d Tweak headings in update changelog renderer chylex 2017-08-10 16:33:45 +02:00
  • 60ed0b8cde Release 1.8.5.1 chylex 2017-08-10 16:25:55 +02:00
  • cc55a81c1b Remove emoji-instructions.txt during an update chylex 2017-08-10 16:25:49 +02:00
  • f832e04e9e Remove unnecessary resx files and cleanup csproj 1.8.5.1 chylex 2017-08-10 15:09:15 +02:00
  • fc760b9a0c Fix another case in duplicate DM notifications chylex 2017-08-10 13:46:13 +02:00
  • 9addff0521 Exclude emoji-instructions.txt from build chylex 2017-08-10 13:45:32 +02:00
  • dcaa3aab19 Work around duplicate DM notifications and rewrite recent tweet check chylex 2017-08-10 00:51:38 +02:00
  • 628785c68c Move _postbuild.bat to an MSBuild target directly in the project file chylex 2017-08-10 00:20:58 +02:00
  • a5aa396fda Fix image quality setting not working in columns with large previews chylex 2017-08-09 18:48:36 +02:00
  • f53a9f05e3 Fix image download filename for avatars and add more unit tests chylex 2017-08-07 14:48:20 +02:00
  • 7749b14156 Increment emoji keyboard plugin version chylex 2017-08-06 20:32:13 +02:00
  • c15f339718 Fix emoji keyboard not disappearing after pressing ctrl+enter to tweet chylex 2017-08-06 20:31:44 +02:00
  • 775f590bfa Release 1.8.5 chylex 2017-08-06 15:58:28 +02:00
  • 76408ea56f Increment verison of edit-design and emoji-keyboard plugins chylex 2017-08-06 15:58:23 +02:00
  • a391d8ee83 Fix image pasting allowing more than 1 image in DMs 1.8.5 chylex 2017-08-05 21:52:38 +02:00
  • 48c38f6e1d Include tweet author and quality in image download filename chylex 2017-08-05 21:32:07 +02:00
  • 37c5fba162 Change text color of sound notification file option for invalid paths chylex 2017-08-05 19:50:30 +02:00
  • 23e99b1d44 Update GC memory threshold defaults, also GC reload is enabled by default chylex 2017-08-05 19:42:10 +02:00
  • 8432240a47 Update HW acceleration & GC reload tooltips to note they won't be exported chylex 2017-08-05 19:37:14 +02:00
  • a4bab743d6 Remove notification warning in GC reload option tooltip chylex 2017-08-05 19:34:20 +02:00
  • 60766789ab Move GC reload options to SystemConfig chylex 2017-08-05 19:27:20 +02:00
  • ca014f881c Rewrite unknown property handling in FileSerializer chylex 2017-08-05 19:23:42 +02:00
  • 886eabe26c Show notifications that were missed during a browser reload chylex 2017-08-05 18:43:57 +02:00
  • 65b7167b5f Rewrite browser reload to save column notification state in session data chylex 2017-08-05 18:36:17 +02:00
  • abbdde851e Make quoted tweets and RT account selectors square, fix RT account selector heading chylex 2017-08-05 18:30:42 +02:00
  • 54ac54aba6 Add session data that persists across browser reloads chylex 2017-08-05 18:08:22 +02:00
  • 184340f400 Increase delay for clearing recent notifications to prevent duplicates chylex 2017-08-05 17:06:02 +02:00
  • 93dd6813e8 Fix old icon alignment in 'Add column' dialog chylex 2017-08-05 14:44:49 +02:00
  • b689b08711 Make follow notification button less visible when not hovered chylex 2017-08-05 12:56:18 +02:00
  • 1479a097d6 Fix alignment of old icons on buttons after TweetDeck update chylex 2017-08-05 02:39:23 +02:00
  • b2be530f6b Remove legacy config file upgrade code chylex 2017-08-01 19:29:01 +02:00
  • e4967ea46d Add paragraphs and level 1-2 headings to update notification markdown renderer chylex 2017-08-01 17:33:47 +02:00
  • 3f28f18fb4 Release 1.8.4.1 chylex 2017-08-01 17:11:34 +02:00
  • 1b90e0f65e Slightly increase default notification height 1.8.4.1 chylex 2017-08-01 17:05:31 +02:00
  • 756ed649e6 Change default avatar shape to square, rename 'Default' to 'Legacy' chylex 2017-08-01 17:03:29 +02:00