Commit graph

85 commits

Author SHA1 Message Date
Nick Krichevsky 5ab189f880 Revert "Add tiling of elements with an alt tag"
This reverts commit 86c8c10419.
2015-02-23 17:59:42 -05:00
Nick Krichevsky 081fe28406 Add feature where if searching, pressing enter will go to the first result 2015-02-23 14:41:36 -05:00
Nick Krichevsky cf4b0bf7b8 Fix bug where the first tab could not be pinned or closed 2015-02-23 14:35:17 -05:00
Nick Krichevsky 86c8c10419 Add tiling of elements with an alt tag 2015-02-23 14:25:18 -05:00
Nick Krichevsky 0cd123b3dd Add page down and page up support for traversing windows 2015-02-23 14:14:53 -05:00
Nick Krichevsky b18bb3b610 Divide window height by two when scrolling down with shift 2015-02-23 14:08:40 -05:00
Nick Krichevsky 7dee3a638a Add window traversing by holdign shift and pressing up 2015-02-23 14:08:14 -05:00
Nick Krichevsky 648bb0478c Add window traversing by holding shift and pressing down 2015-02-23 10:32:41 -05:00
Nick Krichevsky 5585028fa8 Add keyboard shortcut for renaming windows 2015-02-23 08:21:05 -05:00
Nick Krichevsky 0379300e1c Refactor scrolling down to avoid chopping off of elements 2015-02-22 23:16:17 -05:00
Nick Krichevsky 03d4fd9a95 Make sure a window isn't selected when C or P is pressed 2015-02-22 21:18:46 -05:00
Nick Krichevsky b2432607fc Add shortcut for searching 2015-02-22 21:17:06 -05:00
Nick Krichevsky 4c4ec95e51 Add some comments on the workarounds 2015-02-22 21:01:29 -05:00
Nick Krichevsky 4da0721020 Add workaround for hovering above/below the close/pin buttons 2015-02-22 20:59:33 -05:00
Nick Krichevsky d96aa9871a Replace onClick with addEventListener 2015-02-22 20:32:44 -05:00
Nick Krichevsky 5d41c4f412 Minor centering changes 2015-02-22 20:16:48 -05:00
Nick Krichevsky d685533781 Make buttons slightly larger 2015-02-22 20:08:28 -05:00
Nick Krichevsky 7dbf4bf4e1 Add workaround for clicking above/below the close/pin buttons 2015-02-22 19:33:59 -05:00
Nick Krichevsky be9bdef3f8 Replace mainList window queries with a prepopulated list of windows 2015-02-22 16:51:47 -05:00
Nick Krichevsky 23da77d9f1 fix bug where pressing enter would throw an error 2015-02-22 16:31:02 -05:00
Nick Krichevsky 91806dd3c9 Rework Arrow key traversing in order to allow for selections of windows 2015-02-22 16:27:55 -05:00
Nick Krichevsky b1b46f275e Fix bug where tabWord wouldn't change to singular 2015-02-22 12:28:48 -05:00
Nick Krichevsky d93d832309 Add selection of name upon double click 2015-02-22 11:38:07 -05:00
Nick Krichevsky 73e4d58704 Add checks for window being normal in window.onCreate 2015-02-22 11:29:10 -05:00
Nick Krichevsky 26f75b85fa Rework window filtering to actually use filter 2015-02-21 21:54:30 -05:00
Nick Krichevsky 3520b84d83 Add communication in order to rememdy bug where window names were overwritten 2015-02-21 21:39:21 -05:00
Nick Krichevsky b66398a4b0 Add scrolling 2015-02-21 21:24:51 -05:00
Nick Krichevsky 5857b65fe5 Fix bug where searching could close or pin tabs 2015-02-21 14:17:17 -05:00
Nick Krichevsky bdaa952901 Add window renaming 2015-02-21 14:13:23 -05:00
Nick Krichevsky 29f786e4a6 Add windowId to it's corresponding li 2015-02-21 13:24:20 -05:00
Nick Krichevsky f97a01268d Fix bug where tabs would disappear when pinning and searching 2015-02-21 13:18:55 -05:00
Nick Krichevsky a3b71477c2 Add search of urls 2015-02-20 21:35:59 -05:00
Nick Krichevsky 2043c6a9a8 Add pinning support for keyHover 2015-02-20 20:29:32 -05:00
Nick Krichevsky f72a8d7916 Fix bug where tabs couldn't be repinned 2015-02-20 20:20:17 -05:00
Nick Krichevsky a86555ec3f Fix bug where tabs wouldn't move after closing popup 2015-02-20 20:17:31 -05:00
Nick Krichevsky 0334e0934e Fix bug where tabs wouldn't move in window on pin 2015-02-20 20:16:09 -05:00
Nick Krichevsky e954954f13 Fix typo in background.js 2015-02-20 16:51:26 -05:00
Nick Krichevsky 0991d756c9 Add keyboard shortcut for pinning 2015-02-20 13:54:03 -05:00
Nick Krichevsky 2aee42d410 Add tab closing via keyboard shortcuts 2015-02-20 13:34:09 -05:00
Nick Krichevsky ec4bc02944 Add various comments 2015-02-20 12:11:01 -05:00
Nick Krichevsky a938276992 Add enter key pressing to switch tabs 2015-02-20 12:09:47 -05:00
Nick Krichevsky 7d99f1f68f Add focus of search box on moving up 2015-02-20 12:08:15 -05:00
Nick Krichevsky a0f071c946 Add up movement w/ window taversing 2015-02-20 10:56:19 -05:00
Nick Krichevsky 6e5ead56d8 Rework long name for list of tabs into a tabList variable 2015-02-20 10:48:49 -05:00
Nick Krichevsky 9980f7ab81 Only listen on down press 2015-02-20 10:11:07 -05:00
Nick Krichevsky ef042a153b Add stop propogation for keyDown events 2015-02-20 10:09:05 -05:00
Nick Krichevsky 96779949fb Set limits for window traversing 2015-02-20 10:08:14 -05:00
Nick Krichevsky 6f6d525719 Add window traversing 2015-02-20 09:20:23 -05:00
Nick Krichevsky 18bd2ae86a Add down moving within one window 2015-02-20 09:14:12 -05:00
Nick Krichevsky d1c4b9f2b6 Add moving down from search box 2015-02-20 09:12:52 -05:00