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

Commit Graph

  • af30f3b348 Square-ify many elements of TweetDeck (buttons, inputs, dialogs, menus, previews) chylex 2017-07-30 21:15:39 +0200
  • 82df618429 Fix code.js after refactoring CSS insertion chylex 2017-07-30 21:13:45 +0200
  • bb3538e270 Refocus tweet textarea after selecting a different account chylex 2017-07-30 20:36:17 +0200
  • 71925e1126 Refactor parts of code.js (make code shorter, use 'let') chylex 2017-07-30 20:19:59 +0200
  • 93c1cbd231 Update SystemConfig to use FileSerializer and migrate old files chylex 2017-07-30 19:54:28 +0200
  • 894b890fe5 Tweak serialization code and remove ISerializedObject chylex 2017-07-30 19:28:03 +0200
  • 8e9e8f7fad Fix magic number and add a comment chylex 2017-07-30 19:02:30 +0200
  • 2a0461a76f Add safeguards for accessing TweetDeckBridge.LastHighlightedTweetImages chylex 2017-07-21 12:43:10 +0200
  • 85f923a6fc Add StringUtils.EmptyArray and use it instead of new string[0] chylex 2017-07-21 12:37:30 +0200
  • b35e4d4d01 Add "Save all images as..." context menu option for tweets with multiple images chylex 2017-07-21 12:14:15 +0200
  • cb24a859f4 Fix file type description in Save image dialog chylex 2017-07-21 11:16:47 +0200
  • b1ef00746f Hide open/copy link context menu items for media previews chylex 2017-07-21 11:07:40 +0200
  • aebe82e3a7 Add context menu for image previews that use background-image chylex 2017-07-21 10:46:28 +0200
  • 7c87856b4d Show waiting cursor while taking a tweet screenshot chylex 2017-07-20 16:29:39 +0200
  • d1b1dd539f Add an option to use :orig image links in context menu chylex 2017-07-17 05:39:59 +0200
  • 55eea88ace Add twitter image link & download methods to TwitterUtils chylex 2017-07-17 05:10:06 +0200
  • a70f64e1f6 Move some stuff from BrowserUtils to a new TwitterUtils class chylex 2017-07-17 02:09:20 +0200
  • fa0cb120a7 Add a 'Close' button to the modal dialog in the template plugin chylex 2017-07-13 05:57:12 +0200
  • e3080d07dc Ensure plugin config exists after first run, fixes profile export crash chylex 2017-07-13 05:21:22 +0200
  • 34726c533e Release 1.8.3 1.8.3 chylex 2017-07-09 20:17:33 +0200
  • 4a0d72d2cc Fix FormMessage icon position on high DPI chylex 2017-07-09 17:24:01 +0200
  • fe3fc5c9f7 Add WindowsUtils.CreateDirectoryForFile and use it chylex 2017-07-09 14:12:27 +0200
  • 441228e2b0 Stop using BrandName in msg dialogs, update msg titles, fix mistakes from prev commits chylex 2017-07-09 04:21:33 +0200
  • 7538aee4f2 Replace all MessageBox.Show calls with FormMessage chylex 2017-07-09 03:50:04 +0200
  • acf809268e Add many helper methods to FormMessage chylex 2017-07-09 03:45:35 +0200
  • 4ebc0c10b6 Forgot something! chylex 2017-07-09 02:55:48 +0200
  • a453888ca2 Tweak new lines in FormMessage, add ControlType enum for FormMessage buttons chylex 2017-07-09 02:40:37 +0200
  • 530b44762b Make \n the only new line character in FormMessage chylex 2017-07-09 01:52:44 +0200
  • f85587fb0b Bump emoji keyboard plugin version chylex 2017-07-09 00:36:22 +0200
  • edb8799b1a Update emoji keyboard w/ emoji 9.0, instructions, and code tweaks chylex 2017-07-09 00:30:03 +0200
  • e47aeb37f0 Designer, why chylex 2017-07-08 20:19:22 +0200
  • 776e9968dc Fix tab order in Advanced tab in Options chylex 2017-07-08 19:25:20 +0200
  • 1898bf4731 Add a tooltip to browser GC reload checkbox chylex 2017-07-08 19:21:36 +0200
  • 78df020737 Add a modal with release info to update notifications chylex 2017-07-08 18:00:00 +0200
  • b93f9a4b9a Fix compose textarea not being focused after pasting an image in a reply chylex 2017-07-08 03:17:20 +0200
  • 748b230ef5 Fix missing BrowserProcesses in project file after merge chylex 2017-07-08 02:55:45 +0200
  • deb8dde9e1 Merge pull request #141 from chylex/memory Daniel Chýlek 2017-07-08 02:50:03 +0200
  • dbb2f10754 Update from master chylex 2017-07-08 02:49:21 +0200
  • 0ded03ab92 Fix more analysis violations (exceptions, native method pointers, form disposal) chylex 2017-07-08 00:21:41 +0200
  • 2198e84f3b Fix subprocess NativeMethods to use pointers instead of value types chylex 2017-07-07 23:58:45 +0200
  • 14d44528b0 Fuck CultureInfo some more and fix analysis violations (dispose pattern, lang features) chylex 2017-07-07 23:53:04 +0200
  • eb8159ca0f Add a tooltip to text box in the Sounds tab in Options chylex 2017-07-07 23:49:57 +0200
  • 9811f40a53 Go fuck yourself CurrentCulture and stop messing with string interpolation chylex 2017-07-07 22:56:36 +0200
  • 8de7e13aa3 Reorganize and refactor UserConfig and PluginConfig chylex 2017-07-07 19:22:33 +0200
  • c63e6a1e49 More refactoring (seal classes, fix names and comments) chylex 2017-07-07 16:15:10 +0200
  • 5a21d2cb10 Add StringUtils with unit tests and use it chylex 2017-07-07 15:52:13 +0200
  • 424c0e596c Add legacy config detection and replace UserConfig serialization with FileSerializer chylex 2017-07-07 02:56:02 +0200
  • d431b63c27 Add SingleTypeConverter and update names in FileSerializer chylex 2017-07-07 01:47:14 +0200
  • 38c2781cd3 Add an enum test to FileSerializer unit test chylex 2017-07-07 00:53:19 +0200
  • 796fb348a3 Add classes for serializing objects to/from text files chylex 2017-07-07 00:48:00 +0200
  • 71b306d5fd Fix unit test project file after refactoring chylex 2017-07-06 21:26:43 +0200
  • 4c610ea32d Move TweetDeck URL into a constant chylex 2017-07-06 20:58:40 +0200
  • 4bff006743 Refactor (move files into different namespaces) chylex 2017-07-06 20:58:06 +0200
  • 1645079bc0 Allow plugins to modify screenshot css and include a 'td-screenshot' body class chylex 2017-07-06 03:47:59 +0200
  • 9afb58e4a7 Remove unused 'using' statement chylex 2017-07-06 03:30:15 +0200
  • 2820fc8acf Fix some modals not closing when pressing the back button chylex 2017-07-04 22:01:33 +0200
  • 4d77a498f6 Add a WIP memory tracker that runs GC reload, and fix config chylex 2017-07-04 22:00:03 +0200
  • d77de3bb12 Remove debug code chylex 2017-06-30 23:53:36 +0200
  • 29e7ad6ce6 Add a way to track browser process IDs chylex 2017-06-30 23:46:52 +0200
  • 1712b5120e Merge remote-tracking branch 'refs/remotes/origin/master' into memory chylex 2017-06-30 20:47:22 +0200
  • 06c0153cf5 Fix tray restoration from another process if the original process is hung chylex 2017-06-30 20:44:39 +0200
  • 44f7ecda6d Merge remote-tracking branch 'refs/remotes/origin/master' into memory chylex 2017-06-30 20:17:21 +0200
  • fb94bf1b80 Add WindowsUtils.IsChildProcess to check process parent chylex 2017-06-30 20:14:49 +0200
  • 4818652582 Add current PID into WindowsUtils.CurrentProcessID and use it chylex 2017-06-30 17:07:37 +0200
  • c69b9784fc Add option to enable GC reload with a custom memory threshold (currently unused) chylex 2017-06-30 16:47:31 +0200
  • 0ac244a3ea Merge remote-tracking branch 'refs/remotes/origin/master' into memory chylex 2017-06-30 00:00:33 +0200
  • 19a445fdab Add a NumericUpDown control with a text suffix chylex 2017-06-30 00:00:20 +0200
  • c90a18a2c0 Merge remote-tracking branch 'refs/remotes/origin/master' into memory chylex 2017-06-29 23:47:00 +0200
  • 502310c413 Prevent TrackBar from stealing focus when scrolling chylex 2017-06-29 23:34:00 +0200
  • 6f9424d4ec Force GC cleanup when clicking 'Reload browser' chylex 2017-06-29 18:21:09 +0200
  • bb379fe667 Expose gc() in JS chylex 2017-06-29 04:01:50 +0200
  • 0fd86bf214 Move CEF argument setup to BrowserUtils chylex 2017-06-29 03:52:55 +0200
  • 29b75d4391 Release 1.8.2 chylex 2017-06-29 02:25:07 +0200
  • a7124e5449 Fix FormMessage not scaling well with high DPI 1.8.2 chylex 2017-06-29 02:21:39 +0200
  • a714f3480a Refactor Program.Restart and UpdaterSettings initialization chylex 2017-06-28 23:09:49 +0200
  • c10e0df898 Fix user profile modals not closing with back mouse button chylex 2017-06-27 22:05:03 +0200
  • fba734fd5a Fix new lines not being recognized in CEF argument parser chylex 2017-06-27 20:28:55 +0200
  • 27e2372097 Add an option for custom notification window size chylex 2017-06-27 17:54:52 +0200
  • 7f5b99495c Move some code (config, notifications, settings) chylex 2017-06-27 16:49:37 +0200
  • 1efe2a56af Fix Win+Arrow and Win+Shift+Arrow not saving new window location chylex 2017-06-26 20:23:32 +0200
  • 850873aec8 Add a delay to notification duration option to fix example notification flicker chylex 2017-06-26 19:40:20 +0200
  • d9e6afbf36 Replace Math.Round calls with a more convenient custom method chylex 2017-06-26 17:33:07 +0200
  • 7f3bd2715c Enable high DPI support and fix all known DPI-related UI issues chylex 2017-06-26 17:08:51 +0200
  • c81cb393e9 Allow scroll speed option to use increments of 5 instead of 25 chylex 2017-06-26 16:22:52 +0200
  • 4800faa783 Fix a race condition crash in update checker events chylex 2017-06-24 12:10:25 +0200
  • 1087b5e1d1 Release 1.8.1 chylex 2017-06-24 11:49:25 +0200
  • 5dc2e71976 Update timeline-polls plugin to work better with recent TweetDeck update 1.8.1 chylex 2017-06-23 22:01:54 +0200
  • 28eb7d0810 Fix scrollbar in Options not working after focusing certain controls chylex 2017-06-23 19:01:09 +0200
  • c641a92d89 Add a 'Remind me later' button to update notifications chylex 2017-06-22 12:32:06 +0200
  • 3e57cc045f Redesign update notification buttons chylex 2017-06-22 12:31:48 +0200
  • c60a8ddf66 Rewrite and begin redesigning update dialog chylex 2017-06-22 09:48:50 +0200
  • 8becef3e45 Reorganize Notifications tab in Options chylex 2017-06-22 08:31:24 +0200
  • 3237634e3b Tweak button positions in Options chylex 2017-06-22 08:11:59 +0200
  • 2a4a659e39 Make retweets lowercase again chylex 2017-06-21 20:35:32 +0200
  • fcaa47c0a8 Move 'Custom' notification location option chylex 2017-06-21 17:52:02 +0200
  • 68ea17ccbd Move some notification options into a separate panel chylex 2017-06-21 13:59:49 +0200
  • 80308c7102 Redesign and cleanup parts of Options chylex 2017-06-21 11:27:56 +0200
  • 6f4a99a7cb Remove drop down button from follow notifications chylex 2017-06-21 10:13:40 +0200
  • ac245f5128 Fix retarded scroll bar behavior in Options chylex 2017-06-21 09:07:50 +0200
  • 7f9e9e27a0 Move import/export/restore to a single dialog in FormSettings chylex 2017-06-21 08:33:36 +0200