4a8041ced5built-in themes were not work correctly
SHIMODA Hiroshi
2011-05-27 10:55:21 +09:00
69f78feafb* pre-loading of images didn't work. * "default" style didn't work correctly (it worked just same as "flat".)
SHIMODA Hiroshi
2011-05-27 10:44:23 +09:00
e8ad95487aWith All-in-One Sidebar the tab bar was wrongly left on the content area after the sidebar was hidden automatically (fix for http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2902 )
Piro / SHIMODA Hiroshi
2011-05-27 02:50:36 +09:00
0066bb6479failed to drag single tab if a tab is handled
Piro / SHIMODA Hiroshi
2011-05-26 05:55:03 +09:00
d4e4ad9e42most of codes are moved to JavaScript code module
Piro / SHIMODA Hiroshi
2011-05-26 05:54:46 +09:00
835c496466when the grippy in the splitter of the tab bar, only the placeholder was expanded and tab bar wrongly kept itself collapsed.
Piro / SHIMODA Hiroshi
2011-05-26 03:05:48 +09:00
7c71359f2dpref UI for middle click on the new tab button should be hidden on Firefox 3.6
SHIMODA Hiroshi
2011-05-25 12:47:38 +09:00
e5e96b92daadd UI to control new tabs from middle click of "new tab" button and "go" button, for configuration dialog
SHIMODA Hiroshi
2011-05-25 12:37:30 +09:00
d43e71e891middle click on the "Go" button was ignored wrongly.
SHIMODA Hiroshi
2011-05-25 12:29:01 +09:00
eadab87664middle click on new tab button was wrongly ignored
SHIMODA Hiroshi
2011-05-25 11:59:09 +09:00
bfb5ee2cf3version up
Piro / SHIMODA Hiroshi
2011-05-06 23:43:29 +09:00
cce9a78291Other expanded trees were unexpectedly collapsed when the current tab was closed with collapsed whildren.
Piro / SHIMODA Hiroshi
2011-05-06 23:40:07 +09:00
1629917f34vertical tab bar was broken after Personas is switched.
Piro / SHIMODA Hiroshi
2011-05-06 21:46:28 +09:00
ba79fcbdb0When Personas is activated, vertical tab bar was broken.
Piro / SHIMODA Hiroshi
2011-05-06 21:30:45 +09:00
442f4b48e6* Pinned tabs in the rightside tab bar were unexpectedly animated. (fix for https://github.com/piroor/treestyletab/issues/95 ) * Pinned tabs were not animated anymore. (regression)
SHIMODA Hiroshi
2011-05-06 14:29:39 +09:00
d45e208079duplication of the current tab should be controlled on Firefox 3.6.
Piro / SHIMODA Hiroshi
2011-05-06 02:25:44 +09:00
a26fc6b420add a configuration UI for extensions.treestyletab.autoAttach.duplicateTabCommand
Piro / SHIMODA Hiroshi
2011-05-06 02:15:56 +09:00
8982aea101extensions.treestyletab.autoAttach.newTabCommand and extensions.treestyletab.autoAttach.duplicateTabCommand now have the fourth option to open the tab as the next sibling of the current tab.
Piro / SHIMODA Hiroshi
2011-05-06 01:50:58 +09:00
0797e02246version up
Piro / SHIMODA Hiroshi
2011-05-06 00:58:52 +09:00
0bd3d56a11* "tabs on top" state should be restored after uninstallation. * prefs were not restored after uninstallation.
Piro / SHIMODA Hiroshi
2011-05-05 06:25:40 +09:00
da1241edb6drag and drop of selected tabs by Multiple Tab Handler couldn't be handled correctly.
Piro / SHIMODA Hiroshi
2011-05-05 05:40:04 +09:00
1207c9f277New tab (by Ctrl-T) and new duplicated tab (by middle click on the "reload" button) should be opened as a next sibling tab even if there is no parent.
Piro / SHIMODA Hiroshi
2011-05-05 04:15:35 +09:00
4787316304New API: TreeStyleTabService.readyToOpenNextSiblingTab() to open a new next sibling tab.
Piro / SHIMODA Hiroshi
2011-05-05 04:14:38 +09:00
2ee3649434Duplicated tabs (by middle click on the "reload" button) were mispositioned.
Piro / SHIMODA Hiroshi
2011-05-05 03:56:54 +09:00
fe7544cb66Duplicated tabs (by middle click on the "reload" button) should be opened as a sibling of the source tab. The insertion position can be customized by "extensions.treestyletab.autoAttach.duplicateTabCommand". 0 = open as a root (the default behavior in old versions), 1 = open as a child, 2 = open as a sibling (new default).
Piro / SHIMODA Hiroshi
2011-05-05 03:55:40 +09:00
7fb77b1e22trees around tabs duplicated by middle click on the "back" button were broken.
Piro / SHIMODA Hiroshi
2011-05-04 23:13:37 +09:00
d587677d96statuspanel should be positioned with chromemargin
Piro / SHIMODA Hiroshi
2011-05-04 22:03:59 +09:00
4b89edfed1leftside status panel always should be repositioned
Piro / SHIMODA Hiroshi
2011-05-04 17:18:53 +09:00
b277f8df1astatus panel was shown on wrong position
Piro / SHIMODA Hiroshi
2011-05-04 17:10:02 +09:00
243f6a4e09rightside tab bar was mispositioned.
Piro / SHIMODA Hiroshi
2011-04-27 01:39:38 +09:00
7664824d99extensions.treestyletab.closeRootBehavior should work only if extensions.treestyletab.closeParentBehavior is 0. (fix for https://github.com/piroor/treestyletab/issues/84 , regression)
Piro / SHIMODA Hiroshi
2011-04-27 01:24:33 +09:00
10dd9334d5version up
SHIMODA Hiroshi
2011-04-08 14:51:04 +09:00
dfc07d4081don't invert positioning method for pinned tabs in the right tab bar. (regression on 0.11.2011040802)
SHIMODA Hiroshi
2011-04-08 14:49:55 +09:00
addb46dcdaversion up
SHIMODA Hiroshi
2011-04-08 14:33:40 +09:00
0a0bf642a5when selected tabs are dragged and there is any partially selected tree, only selected tabs should be moved. (not selected members in trees are ignored.)
SHIMODA Hiroshi
2011-04-08 12:15:42 +09:00
f482fd739atabs were wrongly detected as "multiselected".
SHIMODA Hiroshi
2011-04-08 11:56:06 +09:00
f9c58fa557fix English comment
SHIMODA Hiroshi
2011-04-08 11:06:05 +09:00
ab4580dc93When a newly pinned tab has both parent and children, tree was broken. (part 2)
Piro / SHIMODA Hiroshi
2011-04-08 04:20:12 +09:00
f729a402b7version up
Piro / SHIMODA Hiroshi
2011-04-08 04:09:37 +09:00
fd817bcaceWhen a newly pinned tab has both parent and children, tree was broken.
Piro / SHIMODA Hiroshi
2011-04-08 04:08:46 +09:00
1fca2619efdon't override behavior when selected tabs are dropped to bookmarks tree.
Piro / SHIMODA Hiroshi
2011-04-08 03:38:31 +09:00
91d2146a53unpinned tabs have wrong margin in the leftside tab bar (regression on 0.11.2011040801)
Piro / SHIMODA Hiroshi
2011-04-08 03:26:22 +09:00
0cce8dba8cversion up
Piro / SHIMODA Hiroshi
2011-04-08 01:42:35 +09:00
6b6310cafcpinned tabs were wrongly positioned in the leftside tab bar (regression)
Piro / SHIMODA Hiroshi
2011-04-08 01:42:00 +09:00
626260d70freposition status panel completely
SHIMODA Hiroshi
2011-04-07 15:13:10 +09:00
06e0fe501dadd more descriptions
SHIMODA Hiroshi
2011-04-07 11:39:52 +09:00
951ee5c907version up
SHIMODA Hiroshi
2011-04-07 10:26:57 +09:00