Commit graph

  • d685533781 Make buttons slightly larger Nick Krichevsky 2015-02-22 20:01:01 -0500
  • 7dbf4bf4e1 Add workaround for clicking above/below the close/pin buttons Nick Krichevsky 2015-02-22 19:33:59 -0500
  • be9bdef3f8 Replace mainList window queries with a prepopulated list of windows Nick Krichevsky 2015-02-22 16:51:47 -0500
  • 23da77d9f1 fix bug where pressing enter would throw an error Nick Krichevsky 2015-02-22 16:31:02 -0500
  • 91806dd3c9 Rework Arrow key traversing in order to allow for selections of windows Nick Krichevsky 2015-02-22 16:27:55 -0500
  • b1b46f275e Fix bug where tabWord wouldn't change to singular Nick Krichevsky 2015-02-22 12:28:48 -0500
  • d93d832309 Add selection of name upon double click Nick Krichevsky 2015-02-22 11:38:07 -0500
  • 73e4d58704 Add checks for window being normal in window.onCreate Nick Krichevsky 2015-02-21 21:56:44 -0500
  • 26f75b85fa Rework window filtering to actually use filter Nick Krichevsky 2015-02-21 21:53:25 -0500
  • 3520b84d83 Add communication in order to rememdy bug where window names were overwritten Nick Krichevsky 2015-02-21 21:39:21 -0500
  • b66398a4b0 Add scrolling Nick Krichevsky 2015-02-21 21:01:30 -0500
  • 5857b65fe5 Fix bug where searching could close or pin tabs Nick Krichevsky 2015-02-21 14:16:51 -0500
  • bdaa952901 Add window renaming Nick Krichevsky 2015-02-21 14:13:23 -0500
  • 29f786e4a6 Add windowId to it's corresponding li Nick Krichevsky 2015-02-21 13:24:20 -0500
  • f97a01268d Fix bug where tabs would disappear when pinning and searching Nick Krichevsky 2015-02-21 13:18:55 -0500
  • a3b71477c2 Add search of urls Nick Krichevsky 2015-02-20 21:35:59 -0500
  • 2043c6a9a8 Add pinning support for keyHover Nick Krichevsky 2015-02-20 20:29:32 -0500
  • f72a8d7916 Fix bug where tabs couldn't be repinned Nick Krichevsky 2015-02-20 20:20:17 -0500
  • a86555ec3f Fix bug where tabs wouldn't move after closing popup Nick Krichevsky 2015-02-20 20:17:31 -0500
  • 0334e0934e Fix bug where tabs wouldn't move in window on pin Nick Krichevsky 2015-02-20 20:16:09 -0500
  • e954954f13 Fix typo in background.js Nick Krichevsky 2015-02-20 16:51:26 -0500
  • 0991d756c9 Add keyboard shortcut for pinning Nick Krichevsky 2015-02-20 13:54:03 -0500
  • 2aee42d410 Add tab closing via keyboard shortcuts Nick Krichevsky 2015-02-20 13:34:09 -0500
  • ec4bc02944 Add various comments Nick Krichevsky 2015-02-20 12:11:01 -0500
  • a938276992 Add enter key pressing to switch tabs Nick Krichevsky 2015-02-20 12:09:47 -0500
  • 7d99f1f68f Add focus of search box on moving up Nick Krichevsky 2015-02-20 12:08:15 -0500
  • a0f071c946 Add up movement w/ window taversing Nick Krichevsky 2015-02-20 10:56:19 -0500
  • 6e5ead56d8 Rework long name for list of tabs into a tabList variable Nick Krichevsky 2015-02-20 10:48:49 -0500
  • 9980f7ab81 Only listen on down press Nick Krichevsky 2015-02-20 10:11:07 -0500
  • ef042a153b Add stop propogation for keyDown events Nick Krichevsky 2015-02-20 10:09:05 -0500
  • 96779949fb Set limits for window traversing Nick Krichevsky 2015-02-20 10:08:14 -0500
  • 6f6d525719 Add window traversing Nick Krichevsky 2015-02-20 09:20:23 -0500
  • 18bd2ae86a Add down moving within one window Nick Krichevsky 2015-02-20 09:14:12 -0500
  • d1c4b9f2b6 Add moving down from search box Nick Krichevsky 2015-02-20 09:12:52 -0500
  • 760e7dcd49 replace elementsByTagName with querySelector Nick Krichevsky 2015-02-20 09:01:29 -0500
  • 64e72e6da1 Change onInput to addEventListener Nick Krichevsky 2015-02-19 23:09:18 -0500
  • 316e205783 Remove chrome queries in favor of background event listeners Nick Krichevsky 2015-02-19 22:51:36 -0500
  • 5efd687e8c Recalculate heights when tabs close Nick Krichevsky 2015-02-12 14:24:23 -0500
  • 738258e76e Fix bug where extension would excted while searching Nick Krichevsky 2015-02-12 14:16:42 -0500
  • d135884b0f Add default shortcut to open the extension Nick Krichevsky 2015-02-12 14:14:38 -0500
  • 70f58fde17 Decrement window count on closing a window Nick Krichevsky 2015-02-12 13:20:39 -0500
  • 204d751980 Remove window from list when all tabs are closed Nick Krichevsky 2015-02-12 11:50:20 -0500
  • a2cedae4ba Decrement tab count on closing a tab Nick Krichevsky 2015-02-11 13:57:12 -0500
  • 3e67b59796 Seperate window name into seperate spans and fix noselect Nick Krichevsky 2015-02-11 10:49:01 -0500
  • d385898629 Fix undefined is not a function call Nick Krichevsky 2015-02-11 09:30:38 -0500
  • 1ba1f859fc Remove unneeded li and ul arguments from setupTabs Nick Krichevsky 2015-02-10 19:53:38 -0500
  • 031cd30aa8 Add Untitled fallback when tab returns no name Nick Krichevsky 2015-02-10 19:40:29 -0500
  • b646e875e1 Move the setup of tab lis to seperate function Nick Krichevsky 2015-02-10 19:33:23 -0500
  • c3aa081e9e Add search functionality Nick Krichevsky 2015-02-10 16:22:41 -0500
  • 0ba27e5b3a Add search functionality ground-work Nick Krichevsky 2015-02-10 12:23:21 -0500
  • 0f45d3a6db Add pinning of tabs Nick Krichevsky 2015-02-10 09:30:57 -0500
  • e99832e64b Remove unneeded img element Nick Krichevsky 2015-02-10 09:12:38 -0500
  • 9f751fa2ad Add favicons and verious styling fixes Nick Krichevsky 2015-02-10 01:36:20 -0500
  • 2395418be2 Move FontAwesome license Nick Krichevsky 2015-02-09 23:18:20 -0500
  • d4d02794e4 Update FONT-AWESOME-OPEN-FONT-LICENSE.md Nick Krichevsky 2015-02-09 23:16:59 -0500
  • dbecc433cd Fix bug where ul was undefined Nick Krichevsky 2015-02-09 23:15:43 -0500
  • 181b677925 Add tab switching Nick Krichevsky 2015-02-09 23:10:22 -0500
  • 62b0ec2c69 Correct Font Awesome errors and account for issues with height issues on OSX Nick Krichevsky 2015-02-09 20:37:53 -0500
  • fc8d6cf881 Rename FONT-AWESOME-LICENSE.md to FONT-AWESOME-LICENSE-MIT.md Nick Krichevsky 2015-02-09 11:15:04 -0500
  • 48005e9496 Create FONT-AWESOME-OPEN-FONT-LICENSE.md Nick Krichevsky 2015-02-09 11:14:52 -0500
  • 7becad6e52 Create LICENSE.md Nick Krichevsky 2015-02-09 00:44:25 -0500
  • ce80e928c6 Add Font Awesome Nick Krichevsky 2015-02-09 00:43:33 -0500
  • 98357d8c27 Add tab closing support Nick Krichevsky 2015-02-09 00:16:33 -0500
  • 5f96cb8b90 Move styles to a stylesheet Nick Krichevsky 2015-02-09 00:03:52 -0500
  • 97ac6e0387 Add auto-height adjustments for the popup Nick Krichevsky 2015-02-08 23:31:53 -0500
  • aadab1b627 Fix bug where scrolling wouldn't work Nick Krichevsky 2015-02-08 21:12:46 -0500
  • 2a72f1db23 Add tab count Nick Krichevsky 2015-02-08 21:01:11 -0500
  • 434cdcf76d Add tab display Nick Krichevsky 2015-02-08 20:28:36 -0500
  • e5af7cbaa3 Initial commit Nick Krichevsky 2015-02-08 19:39:48 -0500