Nick Krichevsky
|
a41a3f75c0
|
Add link to README
|
2015-03-07 15:01:40 -05:00 |
|
Nick Krichevsky
|
648ad5db78
|
Create README.md
|
2015-03-07 15:00:21 -05:00 |
|
Nick Krichevsky
|
cccdad09e0
|
Add README_SCREENSHOT.png
|
2015-03-07 14:59:21 -05:00 |
|
Nick Krichevsky
|
dfc775581a
|
Iterate version number
|
2015-03-07 14:46:27 -05:00 |
|
Nick Krichevsky
|
11bd4d4d9c
|
Add hover text for buttons
|
2015-03-07 14:43:35 -05:00 |
|
Nick Krichevsky
|
00fbe4426b
|
Change search text
|
2015-03-07 14:06:33 -05:00 |
|
Nick Krichevsky
|
bc0cadde2b
|
Update manifest in preperation for release
|
2015-03-07 13:55:31 -05:00 |
|
Nick Krichevsky
|
2c10def375
|
Add option to sync settings.
|
2015-03-07 13:45:13 -05:00 |
|
Nick Krichevsky
|
4d3a4308d4
|
Fix bug where widnow wouldn't be removed from list, and add setHeights to window close
|
2015-03-07 12:26:47 -05:00 |
|
Nick Krichevsky
|
f9909383a4
|
Fix bug where hovering anywhere in the list would trigger fakeHover
|
2015-03-07 12:16:56 -05:00 |
|
Nick Krichevsky
|
a94629a90c
|
Add click acounting within textContent
|
2015-03-07 12:15:09 -05:00 |
|
Nick Krichevsky
|
a0583c9315
|
Add fakeHover for windodwClose button
|
2015-03-07 12:08:02 -05:00 |
|
Nick Krichevsky
|
74631326a7
|
Fix button where window close button wouldn't turn black
|
2015-03-07 11:56:17 -05:00 |
|
Nick Krichevsky
|
588ab6270e
|
Fix bug where a blank name could be set for a window
|
2015-03-07 11:55:33 -05:00 |
|
Nick Krichevsky
|
31fe03e038
|
Use callback when removing a tab
|
2015-03-07 11:31:15 -05:00 |
|
Nick Krichevsky
|
8971791667
|
Add a close button for windows, with shitt close functionality
|
2015-03-07 11:30:10 -05:00 |
|
Nick Krichevsky
|
2c03ffc0a1
|
Remove unneccessary getAttribute for windowId
|
2015-03-07 11:14:36 -05:00 |
|
Nick Krichevsky
|
c23e8c1a5c
|
Add mroe clarifying error message to supplement a fix for #4
|
2015-03-06 15:09:31 -05:00 |
|
Nick Krichevsky
|
4580229ac4
|
Implement keyboard shortcut for detaching
|
2015-03-05 22:19:36 -05:00 |
|
Nick Krichevsky
|
da5cc23946
|
Add fakeHover and fake click events for detach button
|
2015-03-05 22:16:13 -05:00 |
|
Nick Krichevsky
|
b615fff748
|
Implement detach button functionality
|
2015-03-05 22:05:04 -05:00 |
|
Nick Krichevsky
|
820fa46f58
|
Add detach button to UI
|
2015-03-05 22:03:05 -05:00 |
|
Nick Krichevsky
|
197efc8918
|
Fix bug where pressing enter in the search box wouldn't go to the first result
|
2015-03-05 18:53:17 -05:00 |
|
Nick Krichevsky
|
f9fcfc26a1
|
Fix bug where R wouldn't rename a window
|
2015-03-05 17:24:14 -05:00 |
|
Nick Krichevsky
|
6476390d4b
|
Replace some !=s with !==
|
2015-03-05 17:23:14 -05:00 |
|
Nick Krichevsky
|
dfb83aff53
|
Add window switching via pressing the enter key, resolves #16
|
2015-03-05 17:20:33 -05:00 |
|
Nick Krichevsky
|
99bb9a5e9e
|
Add window clicking to switch windows, works towards resolving #16
|
2015-03-05 17:20:09 -05:00 |
|
Nick Krichevsky
|
591011bc1b
|
Simplify shift close mechanism on the keybaord
|
2015-03-05 08:56:13 -05:00 |
|
Nick Krichevsky
|
529b4be5ce
|
Implements shift close mechanism with mouse, resolves #18
|
2015-03-05 08:53:15 -05:00 |
|
Nick Krichevsky
|
43024a116f
|
Make shiftDown global
|
2015-03-05 08:42:38 -05:00 |
|
Nick Krichevsky
|
8569215de3
|
Resolve bug where tab wouldn't highlight if closing all tabs in the top window
|
2015-03-05 08:39:01 -05:00 |
|
Nick Krichevsky
|
82295c26c0
|
Fix various bugs closing tabs with the keyboard, re resolves #22
|
2015-03-05 08:35:52 -05:00 |
|
Nick Krichevsky
|
77d8afcbca
|
Revert "Fix bug where changing tabKeyIndex on winodw close wouldn't work, resolves #22"
This reverts commit 3cf8eaaf2c .
|
2015-03-05 08:34:14 -05:00 |
|
Nick Krichevsky
|
3cf8eaaf2c
|
Fix bug where changing tabKeyIndex on winodw close wouldn't work, resolves #22
|
2015-03-05 08:28:04 -05:00 |
|
Nick Krichevsky
|
7ce3191cd7
|
Fix bug where downward shiftscrolling wouldn't scroll the body down
|
2015-03-05 08:24:47 -05:00 |
|
Nick Krichevsky
|
b2148700f1
|
Remove console.logs and add comments
|
2015-03-04 20:08:07 -05:00 |
|
Nick Krichevsky
|
fbfdd0ec2d
|
Fix bug where negative tab counts would be displayed
|
2015-03-04 20:06:27 -05:00 |
|
Nick Krichevsky
|
d3bde6e2c9
|
Add windowList argument to createTabList and utilize it for shift close, resolves #17
|
2015-03-04 20:05:25 -05:00 |
|
Nick Krichevsky
|
ec890da02a
|
Remove keyHover classes on select of filter box
|
2015-03-04 19:16:25 -05:00 |
|
Nick Krichevsky
|
2aaed070b2
|
Add focus event to reset windowKeyIndex and tabKeyIndex
|
2015-03-04 19:14:04 -05:00 |
|
Nick Krichevsky
|
aa9079f928
|
Rerwite createTabList and createWindowList to support new filtering method
|
2015-03-04 19:12:28 -05:00 |
|
Nick Krichevsky
|
2e635ba0b5
|
Fix bug where going down then up would select the second window
|
2015-03-04 19:00:48 -05:00 |
|
Nick Krichevsky
|
fb7437941b
|
Remove \!important from li.window
|
2015-03-04 16:20:51 -05:00 |
|
Nick Krichevsky
|
53c06e1c29
|
Add filtered class to hidden windows
|
2015-03-04 16:08:06 -05:00 |
|
Nick Krichevsky
|
0677a30fb4
|
Rework upward scrolling
|
2015-03-04 15:58:11 -05:00 |
|
Nick Krichevsky
|
9684cca6ed
|
Fix wonky scrolling when switching windows going up
|
2015-03-04 15:51:45 -05:00 |
|
Nick Krichevsky
|
410e35d8d8
|
Fix wonky scrolling, resolves #21
|
2015-03-04 10:42:45 -05:00 |
|
Nick Krichevsky
|
949796257f
|
Fix noResults not displaying
|
2015-03-03 21:17:38 -05:00 |
|
Nick Krichevsky
|
30c302a80a
|
Remove unneccessary console.log
|
2015-03-03 21:01:35 -05:00 |
|
Nick Krichevsky
|
121cbdb4f9
|
Add workaround for #13
|
2015-03-03 19:22:28 -05:00 |
|