1
0
Fork 0

Commit Graph

  • d3d1fc808e Update assembly description chylex 2016-04-14 18:09:20 +0200
  • 1ab9e35c6e Update version to 1.0 chylex 2016-04-14 17:27:08 +0200
  • e6e4d0ba75 Change migration link generator to not delete existing links chylex 2016-04-14 14:10:25 +0200
  • 147c268ef8 Add exception handling and logging chylex 2016-04-14 13:13:38 +0200
  • ebd17e1544 Work on migration (registry cleanup, refactoring) chylex 2016-04-14 13:13:18 +0200
  • 039233c782 Fix browser opening when clicking on list urls, and change == to === chylex 2016-04-14 12:37:42 +0200
  • 57484c8bf7 Add uninstall prompt since public beta did not uninstall TweetDeck correctly chylex 2016-04-14 12:36:35 +0200
  • 74fec18146 Cleanup resources from the uninstaller process chylex 2016-04-14 02:41:44 +0200
  • 00341e984c Fix TweetDeck uninstaller chylex 2016-04-14 02:40:58 +0200
  • c172e7aa3d Protect lnk replacement if the target filename already exists chylex 2016-04-13 20:55:54 +0200
  • 1030555bb5 Add start menu lnk migration chylex 2016-04-13 15:52:23 +0200
  • c53636c013 Disable moving the notification window if not in Settings menu & having Custom pos enabled chylex 2016-04-13 11:22:45 +0200
  • cf450447e5 Fix support for old config files chylex 2016-04-13 11:11:53 +0200
  • 81c29ab50c Fix some issues with multi-monitor setups (change default loc, fix config saving before window loaded) chylex 2016-04-13 02:33:21 +0200
  • f99435ff6a Add a null check to FlatProgressBar.brush chylex 2016-04-13 02:24:24 +0200
  • 39f554693d Address static code analysis issues (disposing objects, neutral language and CLSCompliant attribute) chylex 2016-04-12 23:33:37 +0200
  • 38539c4a9b Add a post-build batch file to delete unwanted files from the release folders chylex 2016-04-12 18:07:37 +0200
  • a3ee5ebb99 Update version to 0.9.1 0.9.1 chylex 2016-04-12 18:02:10 +0200
  • 3904e5bc77 Add license output and add CefSharp license chylex 2016-04-12 17:02:59 +0200
  • 300fdfa355 Remove unused variable from LockManager chylex 2016-04-12 13:56:42 +0200
  • 519f0ace43 Fix missing Program.BrandName in ScriptLoader exception handler chylex 2016-04-12 13:56:08 +0200
  • 9d840fec7c Add a locking mechanism to avoid multiple simultaneous processes chylex 2016-04-12 13:55:56 +0200
  • f5f0d0aeed Fix ApplicationExit event not running chylex 2016-04-12 13:47:49 +0200
  • ef0b699731 Redo url hooks to avoid duplicate browser opens chylex 2016-04-12 02:29:02 +0200
  • fa4a22fd55 Fix building configuration and redo assembly name chylex 2016-04-12 02:14:31 +0200
  • ae35fd5a21 Update .csproj with build events and tweaks chylex 2016-04-12 02:08:31 +0200
  • 3a2f6e34bb Hook into window.open chylex 2016-04-12 01:59:14 +0200
  • 3115ccc896 Redo build configurations and add a TweetDuck variant chylex 2016-04-12 01:50:21 +0200
  • fd73c2a7a5 Change attribute names in code.js chylex 2016-04-12 01:48:02 +0200
  • bd0413f9aa Fix clicking on account names and youtube previews chylex 2016-04-12 01:20:14 +0200
  • 6a03730496 Fix and finish migration (refresh desktop, protect copying and deletion) chylex 2016-04-11 23:35:21 +0200
  • 65d1201bbb Tweak notification progress bar to finish slightly quicker chylex 2016-04-11 22:57:48 +0200
  • 08e071fd01 Work around scrolling causing notifications to popup chylex 2016-04-11 22:52:40 +0200
  • c5a15709e7 Remove unused using directives chylex 2016-04-11 21:33:37 +0200
  • ffe430a4a5 Add notification.js to run for notification browser instance (fixes links) chylex 2016-04-11 21:33:24 +0200
  • cf58ac5665 Move code.js loading to ScriptLoader chylex 2016-04-11 21:25:32 +0200
  • 69dcfe17a7 Make popup notifications go into foreground chylex 2016-04-11 21:13:37 +0200
  • b3c5c3caa0 Disable logging for release builds chylex 2016-04-11 21:04:31 +0200
  • 564199592b Fix icons in forms... chylex 2016-04-11 20:59:38 +0200
  • a452bec190 Update forms to use the app icon chylex 2016-04-11 20:52:14 +0200
  • 8f496095a9 Change version to 0.9.0.0 for the premature build chylex 2016-04-11 20:44:10 +0200
  • 65a0851b11 Add a professional looking icon to the application chylex 2016-04-11 20:42:35 +0200
  • 377f9602d0 Fix browser reload causing JS to not load, and add exception handling to code.js reading chylex 2016-04-11 20:20:47 +0200
  • 0c60e4ebfd Process HTML code of notifications to remove media and improve quotes chylex 2016-04-11 20:14:07 +0200
  • 95c68785af Fix flickering when switching to next notification chylex 2016-04-11 19:52:53 +0200
  • b23fbf1e72 Implement TweetDeck alert popup check chylex 2016-04-11 19:45:54 +0200
  • 072810a3b5 Disable chromium spell check chylex 2016-04-11 17:43:33 +0200
  • c89b9af68b Update CefSharp to version 49.0.0-pre02 chylex 2016-04-11 17:41:08 +0200
  • e7c12e7791 Force popup notification setting display in TweetDeck columns chylex 2016-04-11 17:02:56 +0200
  • 5c91dec62a Fix the notification form showing too early and not loading in Settings Form chylex 2016-04-11 16:47:48 +0200
  • dfe2e91012 Show the notification in Settings when a checked radio is clicked chylex 2016-04-11 16:47:24 +0200
  • d29315e78e Change the Settings Form layout to a table chylex 2016-04-11 16:26:16 +0200
  • 797b7e8ead Add notification display selection chylex 2016-04-11 16:25:43 +0200
  • 6773d69e07 Tweak notification timer duration chylex 2016-04-11 16:07:49 +0200
  • a4e86e55ae Fix missing browser.Load("about:blank") which apparently breaks stuff chylex 2016-04-11 16:07:38 +0200
  • 17645a88cf Implement notification timer pause on mouse hover chylex 2016-04-11 15:58:36 +0200
  • 113247a06c Fix notification closing in the Settings Form chylex 2016-04-11 15:38:18 +0200
  • 1befe0923e Fix missing comment in JS chylex 2016-04-11 15:11:31 +0200
  • 939fef42d6 Make links open in the user's browser instead of a new window chylex 2016-04-11 14:58:48 +0200
  • 7db3c4fcba Fix missing case for custom notification position chylex 2016-04-11 14:27:34 +0200
  • 8d7a55e6ed Add a notification duration indicator chylex 2016-04-11 14:12:09 +0200
  • 3b10bc9c7c Add an example tweet to the Settings Form chylex 2016-04-11 14:11:47 +0200
  • 496c1a91a3 Add a FlatProgressBar control chylex 2016-04-11 14:01:53 +0200
  • f81d332d8f Implement configurable popup notification duration chylex 2016-04-11 12:27:04 +0200
  • 53b0aaee10 Remove FormSettings.resx from the project file chylex 2016-04-11 11:51:36 +0200
  • 340cee3354 Add a Settings Form with notification window position setting chylex 2016-04-11 03:26:58 +0200
  • d235ea85ef Fix the About Form not starting centered to parent chylex 2016-04-11 02:16:39 +0200
  • e4853b6697 Add a basic About Form chylex 2016-04-11 02:08:37 +0200
  • 10253eed2a Fix TweetDeck load notification triggers chylex 2016-04-11 02:08:20 +0200
  • 383a7c8aac Update RichTextLabel to use RichTextBox v5 and add URL wrapper chylex 2016-04-11 01:50:38 +0200
  • 0c7d625391 Move RichTextLabel and FormBackgroundWork to different namespaces chylex 2016-04-11 00:55:52 +0200
  • f7265405d7 Minor tweaks (remove unused using directives, tweak JS formatting) chylex 2016-04-11 00:39:55 +0200
  • 2834a9a443 Add a WIP notification system (buggy startup, missing navigation, bad UI and UX) chylex 2016-04-11 00:37:28 +0200
  • b9c93bfe20 Add FormBrowser.InvokeSafe and use it for CEF callbacks chylex 2016-04-10 23:09:45 +0200
  • f74a7c8ed3 Minor refactoring (fix FormBrowser formatting, tweak JS init code) chylex 2016-04-10 21:07:17 +0200
  • 9d8cda9b6d Add triggers for Settings and About menus (via context menu and JS injection) chylex 2016-04-10 19:08:39 +0200
  • d89c51a1d3 Move TweetDeckBridge to Core.Handling namespace chylex 2016-04-10 18:08:06 +0200
  • 0d2681c5ba Add desktop paths to MigrationManager for lnk editing chylex 2016-04-10 17:51:18 +0200
  • d7a0f577d6 Add javascript injection with a bridge object to the website chylex 2016-04-10 17:21:11 +0200
  • 6c53f10810 Change default RichTextLabel font size and update layout of Forms that used it chylex 2016-04-10 15:24:11 +0200
  • a48ce84756 Finish all TweetDeck migration features (kill process, change pinned taskbar lnk, fix oversights) chylex 2016-04-10 13:37:43 +0200
  • 226e9bf228 Move ProgramRegistrySearch to Migration.Helpers namespace chylex 2016-04-10 12:05:51 +0200
  • 33ef0d06f7 Add window state saving to FormBrowser and display it only when the browser is ready chylex 2016-04-10 11:55:24 +0200
  • 099d5afa56 Work on UserConfig (save on exit, use backup file, fix loading) chylex 2016-04-10 11:43:30 +0200
  • 3db2d11af7 Add an untested Migrate & Purge option to the migration Form chylex 2016-04-09 21:44:55 +0200
  • 66e83f9056 Add basic TweetDeck data migration chylex 2016-04-09 20:57:59 +0200
  • 1bb45a9118 Fix UserConfig creating a directory instead of a file chylex 2016-04-09 20:50:08 +0200
  • f375c74503 Add a background work Form with a pointless progress bar chylex 2016-04-09 20:39:17 +0200
  • dbc2348ca5 Add a UserConfig class with currently unused config options chylex 2016-04-09 19:09:40 +0200
  • 5e5343b7d6 Add RichTextLabel.Wrap for default RTF text formatting chylex 2016-04-09 17:48:45 +0200
  • 2c2eea05ad Add browser storage and update using directives in Program chylex 2016-04-09 17:20:45 +0200
  • 8961421d92 Add RichTextLabel control chylex 2016-04-09 17:19:09 +0200
  • 99baa53d33 Rename Forms namespace to Core chylex 2016-04-09 16:30:32 +0200
  • 660ac2c1e5 Add essential classes - entry point and the browser Form chylex 2016-04-09 15:46:59 +0200
  • 8a73b9bd1e Push solution and project settings chylex 2016-04-09 15:46:33 +0200
  • 408cf14582 Initial commit chylex 2016-04-09 14:58:23 +0200