Commit Graph

2351 Commits

Author SHA1 Message Date
Piro / SHIMODA Hiroshi
5e26c9de1e With Duplicate This Tab addon, tabs opened by middle click of links and Back/Forward buttons are not opened as children of the current tab. 2011-07-30 03:27:40 +09:00
Piro / SHIMODA Hiroshi
327771a2b6 * Needless group tab is not closed correctly when it is "to-be-reloaded".
* Group tab wrongly closed even if the last sibling has any child.
2011-07-30 03:07:37 +09:00
Piro / SHIMODA Hiroshi
0494e7a229 Needless dummy "group" tab isn't closed if it is a to-be-restored tab 2011-07-30 02:52:28 +09:00
Piro / SHIMODA Hiroshi
fd6cac3f6a remove needless variable 2011-07-30 02:11:08 +09:00
Piro / SHIMODA Hiroshi
14a2370d4f When a root tab is closed and there is only one left "dummy" group-tab, then close it automatically. 2011-07-30 02:10:28 +09:00
Piro / SHIMODA Hiroshi
749d98bf05 group tab should be closed with delay 2011-07-30 00:40:39 +09:00
SHIMODA Hiroshi
c419a3f63b needless sibling group tab should be removed automatically 2011-07-29 17:22:13 +09:00
SHIMODA Hiroshi
93c2f9f94f size of pinned tabs can be customized by secret prefs extensions.treestyletab.pinnedTab.width and extensions.treestyletab.pinnedTab.height 2011-07-29 14:44:31 +09:00
SHIMODA Hiroshi
3bbf28b4f0 restore _lastRelatedTab on the last point of onTabAdded() 2011-07-29 10:34:44 +09:00
Piro / SHIMODA Hiroshi
ee95b8c7c0 closing a child tab when there are multiple child tabs next to it focuses the parent tab instead of the child tab next to the one closed 2011-07-29 09:45:21 +09:00
Piro / SHIMODA Hiroshi
5c99ed22f8 tabs opened by Duplicate This Tab ( https://addons.mozilla.org/firefox/addon/duplicate-this-tab/ ) aren't opened as a child of the current tab. 2011-07-27 02:22:16 +09:00
Piro / SHIMODA Hiroshi
5dfbffc0be Merge branch 'master' of github.com:piroor/treestyletab 2011-07-21 01:30:50 +09:00
SHIMODA Hiroshi
2c0d84aaa2 update for Firefox 8 2011-07-20 19:59:59 +09:00
Piro / SHIMODA Hiroshi
61e6984df3 don't resize window if it is maximized 2011-06-24 02:43:21 +09:00
Piro / SHIMODA Hiroshi
131d15c8cb fix typo 2011-06-19 22:57:35 +09:00
SHIMODA Hiroshi
3a2a5e8844 don't control visibility of menuitems and selarators if they are removed by Menu Editor addon. 2011-06-18 00:02:43 +09:00
SHIMODA Hiroshi
738be1e6f2 Merge branch 'master' of github.com:piroor/treestyletab 2011-06-17 22:10:44 +09:00
SHIMODA Hiroshi
99e8ae01dd new tabs opened by InstaClick ( https://addons.mozilla.org/firefox/addon/instaclick/ ) should become child tabs of the current tab. 2011-06-17 22:08:52 +09:00
Piro / SHIMODA Hiroshi
24775182de failed to import/duplicate/move windows 2011-06-17 01:59:57 +09:00
Piro / SHIMODA Hiroshi
2399608213 duplicateTabs, moveTabs also new public methods. 2011-06-17 01:48:32 +09:00
Piro / SHIMODA Hiroshi
bc7b56a533 version up 2011-06-17 01:39:38 +09:00
SHIMODA Hiroshi
face3c44c9 possibly raised error 2011-06-16 11:54:13 +09:00
SHIMODA Hiroshi
d676abf012 update for Firefox 7 2011-06-16 11:53:52 +09:00
Piro / SHIMODA Hiroshi
d6ccafc958 forgot to fix for new name 2011-06-16 00:31:26 +09:00
SHIMODA Hiroshi
f9e9e4efd4 new API, importTabs() (and moveTabs()) 2011-06-15 18:13:23 +09:00
SHIMODA Hiroshi
c39d55061a refactoring around performDrop() 2011-06-15 17:38:14 +09:00
SHIMODA Hiroshi
213aa81361 Merge branch 'master' of github.com:piroor/treestyletab 2011-06-15 15:44:15 +09:00
SHIMODA Hiroshi
a57bd32d1c split methods and define new utility API "collectRootTabs()" 2011-06-15 13:32:39 +09:00
Piro / SHIMODA Hiroshi
511348dd66 forgot to initialize as an empty array 2011-06-15 00:34:08 +09:00
Piro / SHIMODA Hiroshi
bb77306af2 dragging of multiple URIs causes error. 2011-06-15 00:29:36 +09:00
Piro / SHIMODA Hiroshi
de11611005 revert 2011-06-14 02:04:37 +09:00
Piro / SHIMODA Hiroshi
650f2b4d93 do destruction process later than other addons 2011-06-14 00:59:34 +09:00
Piro / SHIMODA Hiroshi
75dc1da17d while dragging, auto-hidden tab bar should be expanded automatically 2011-06-13 02:03:50 +09:00
Piro / SHIMODA Hiroshi
f86ac91786 toggleAutoHide() wasn't proxied 2011-06-13 01:23:52 +09:00
Piro / SHIMODA Hiroshi
1b4327f63b animations are suddenly stopped by window close (or other reasons) 2011-06-11 03:32:34 +09:00
Piro / SHIMODA Hiroshi
e1d25883eb forget to handle "this" 2011-06-06 01:05:22 +09:00
Piro / SHIMODA Hiroshi
467b625484 * With ColorfulTabs, vertical tab bar was wrongly scrolled. (fix for https://github.com/piroor/treestyletab/issues/88 )
* update compatibility hacks for ColorfulTabs
2011-06-05 03:59:36 +09:00
SHIMODA Hiroshi
9ed219960a version up 2011-06-02 11:07:00 +09:00
SHIMODA Hiroshi
f2fc943216 some compatibility hacks for other addons didn't work unexpectedly. (regression, fix for https://github.com/piroor/treestyletab/issues/117 ) 2011-06-02 11:03:15 +09:00
Piro / SHIMODA Hiroshi
dfcb7f14f3 don't cancel dragstart events from Multiple Tab Handler (fix for https://github.com/piroor/treestyletab/issues/118 ) 2011-06-02 09:27:18 +09:00
Piro / SHIMODA Hiroshi
3445cfaa80 version up 2011-06-02 09:25:04 +09:00
SHIMODA Hiroshi
bc54748524 background image was wrongly repeated 2011-05-31 10:29:15 +09:00
Piro / SHIMODA Hiroshi
7162b78038 bookmarks sidebar and other sidebar panels never worked (regression, https://github.com/piroor/treestyletab/issues/115 ) 2011-05-30 00:37:56 +09:00
Piro / SHIMODA Hiroshi
b9f58b8971 update submodule 2011-05-28 09:19:41 +09:00
Piro / SHIMODA Hiroshi
7b7c7ba5e8 simplify 2011-05-28 09:18:44 +09:00
Piro / SHIMODA Hiroshi
b80e90091f autohide feature didn't work (regression) 2011-05-28 07:49:02 +09:00
Piro / SHIMODA Hiroshi
263e449f9c unload listeners must handle unload event before TST itself is destroyed 2011-05-28 06:25:13 +09:00
Piro / SHIMODA Hiroshi
cf8d2072a4 drag and drop of tabs between windows was broken (regression) 2011-05-28 06:21:48 +09:00
Piro / SHIMODA Hiroshi
eb95f17dbb Tab Mix Plus's session management didn't work (regression) 2011-05-28 06:14:51 +09:00
Piro / SHIMODA Hiroshi
df1caa3ad1 fix undefined variable error 2011-05-28 06:08:45 +09:00