Commit Graph

1369 Commits

Author SHA1 Message Date
SHIMODA Hiroshi
53bbbbe4b3 simplify configuration UI 2010-12-01 10:22:53 +09:00
SHIMODA Hiroshi
bd796b1d9a update custom event type for Multiple Tab Handler 2010-12-01 09:51:10 +09:00
SHIMODA Hiroshi
98e5745217 define event types as constant properties 2010-12-01 09:36:22 +09:00
SHIMODA Hiroshi
23326d9ab3 define topic types as constant properties 2010-12-01 09:33:07 +09:00
SHIMODA Hiroshi
6a9321c52c add comment for addon developers 2010-12-01 09:26:12 +09:00
SHIMODA Hiroshi
619d47c77d support new API based on DOM Events 2010-11-30 19:05:00 +09:00
SHIMODA Hiroshi
e88f38f95d set initial state of tabs: subtree can be collapsed 2010-11-30 16:45:03 +09:00
SHIMODA Hiroshi
9b51543de5 cosmetic 2010-11-30 13:41:08 +09:00
SHIMODA Hiroshi
2932d89da7 support drag feedback image and multiple drag data for dragging of trees 2010-11-30 12:23:08 +09:00
SHIMODA Hiroshi
fedf1f4c5f allow multiple tabs dragging 2010-11-30 11:00:09 +09:00
SHIMODA Hiroshi
a71258a87a set drag data on dragstart of tabs 2010-11-30 10:42:36 +09:00
SHIMODA Hiroshi
9514371fc6 sort dragged tabs by their order 2010-11-30 10:20:03 +09:00
SHIMODA Hiroshi
e038977e76 fix undefined reference error 2010-11-30 09:48:44 +09:00
SHIMODA Hiroshi
7f32f5b88b remove codes for Firefox 3.0 2010-11-30 09:42:22 +09:00
SHIMODA Hiroshi
fce26a7fbc remove codes for Firefox 3.0 2010-11-30 09:24:04 +09:00
SHIMODA Hiroshi
17c7a08ec9 remove needless codes and images for Firefox 3.0 2010-11-30 09:22:12 +09:00
SHIMODA Hiroshi
b9db7c47a3 remove codes for Firefox 3.0 2010-11-30 09:12:22 +09:00
SHIMODA Hiroshi
cee97e82f0 switch configuration UI for maxTreeLevel by its value 2010-11-29 20:06:31 +09:00
SHIMODA Hiroshi
00c5f4b04f update configuration UI 2010-11-29 19:36:13 +09:00
SHIMODA Hiroshi
9b2b99674f enable tree separation on vertical tab bar if maxTreeLevel==0 2010-11-29 19:35:47 +09:00
SHIMODA Hiroshi
bf26359e06 allow to collapse tol-level tree if maxTreeLevel==0 2010-11-29 19:24:27 +09:00
SHIMODA Hiroshi
c56817c433 remove obsolete codes 2010-11-29 17:44:17 +09:00
SHIMODA Hiroshi
bce141d495 unify enableSubtreeIndent and maxTreeLevel prefs 2010-11-29 17:42:06 +09:00
SHIMODA Hiroshi
89732dc67b now we can set maximum level of nesting 2010-11-29 17:24:45 +09:00
SHIMODA Hiroshi
ee0ad57175 support dragging of multiple tabs by Tab Utilities and other addons which use HTML5 drag events. 2010-11-29 12:04:38 +09:00
SHIMODA Hiroshi
658d66381a on Minefield, tabs in the horizontal tab bar unexpectedly have "maxwidth" and "minwidth" attribute. 2010-11-26 14:03:09 +09:00
SHIMODA Hiroshi
fdf4ad2aaa on Minefield, tab drop indicator on a horizontal tab bar was not hidden automatically. 2010-11-25 16:22:36 +09:00
SHIMODA Hiroshi
e02ab66927 failed to close collapsed-stacked tabs 2010-11-25 10:37:44 +09:00
SHIMODA Hiroshi
82d3102b12 apply gradient mask for background stacked tabs 2010-11-25 10:30:27 +09:00
SHIMODA Hiroshi
166bbab319 horizontal tabs were not shown with separation margins 2010-11-25 09:49:26 +09:00
Piro / SHIMODA Hiroshi
561d0aaaa8 update z-index of tabs after the position of the tab bar is changed 2010-11-25 08:37:26 +09:00
Piro / SHIMODA Hiroshi
241edec464 now we can stack collapsed tabs in the horizontal tab bar 2010-11-25 01:14:36 +09:00
Piro / SHIMODA Hiroshi
b6e9b67430 don't set needless attributes for tab elements on Minefield. 2010-11-24 23:46:57 +09:00
SHIMODA Hiroshi
8d82e02491 less access to oriental pref 2010-11-19 14:07:19 +09:00
SHIMODA Hiroshi
ae80131b61 indentation pref was wrongly ignored. 2010-11-19 13:00:42 +09:00
Piro / SHIMODA Hiroshi
5502b9bf39 remove "open link in tab" and "new tab from location bar" codes 2010-11-18 02:57:02 +09:00
Piro / SHIMODA Hiroshi
dc6d8503b7 remove "open link in tab" and "new tab from location bar" codes 2010-11-18 02:55:23 +09:00
Piro / SHIMODA Hiroshi
0426180299 remove "open link in tab" and "new tab from location bar" codes 2010-11-18 02:50:54 +09:00
Piro / SHIMODA Hiroshi
c1871b94c6 fix careless misses 2010-11-18 01:08:40 +09:00
SHIMODA Hiroshi
f31da97030 remove message for debugging 2010-11-12 11:43:23 +09:00
Piro / SHIMODA Hiroshi
e1fdc67340 fix regression: sometimes failed to restore closed tab set 2010-11-11 02:13:18 +09:00
Piro / SHIMODA Hiroshi
8bec6fc3b5 don't save children information if it is not needed 2010-11-11 01:52:02 +09:00
Piro / SHIMODA Hiroshi
4a6774e0b7 fix regression: tree structure is correctly restored after set of tabs are restored. 2010-11-11 01:49:18 +09:00
Piro / SHIMODA Hiroshi
4dbdefc368 restore closed tab set without blocking (incomplete)
* tree structure doesn't restored. (regression)
* Deferred.wait(0.25) in askUndoCloseTabSetBehavior() should be removed.
2010-11-11 01:14:04 +09:00
Piro / SHIMODA Hiroshi
238070965d split TreeStyleTabBrowser.prototype.restoreClosedSet() to two methods 2010-11-10 23:02:53 +09:00
Piro / SHIMODA Hiroshi
5c07b12c08 remove hack for old Minefield 2010-11-02 02:15:29 +09:00
Piro / SHIMODA Hiroshi
877e57352a remove obsolete codes (for old Minefield) 2010-11-02 02:06:53 +09:00
piro
94864cd5ff ブックマークをタブで開く場合などにMinefieldでエラーになっていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7305 599a83e7-65a4-db11-8015-0010dcdd6dc2
2010-10-26 00:35:09 +00:00
piro
f14b0b0d8f Bug 586234 – When middle clicking links in popups, open the new tab in a full browser window
( https://bugzilla.mozilla.org/show_bug.cgi?id=586234 ) の影響で、リンクをタブで開いた時に子タブにならなくなっていたのを修正


git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7297 599a83e7-65a4-db11-8015-0010dcdd6dc2
2010-10-25 02:36:47 +00:00
piro
870432de9e ダブルクリックのイベントを再発行しないようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7284 599a83e7-65a4-db11-8015-0010dcdd6dc2
2010-10-13 16:42:27 +00:00