SHIMODA Hiroshi
|
e02b40cb4a
|
failed to focus to the owner tab if the current tab is closed on Minefield. (fix for https://github.com/piroor/treestyletab/issues#issue/38 )
|
2011-02-07 11:02:18 +09:00 |
|
SHIMODA Hiroshi
|
8bd60b4ef8
|
wrong count of restoring tabs if the BarTab is installed. (fix for https://github.com/piroor/treestyletab/issues#issue/40 )
|
2011-02-07 10:10:47 +09:00 |
|
SHIMODA Hiroshi
|
d4cba9949e
|
fix initialization error
|
2011-02-04 19:50:21 +09:00 |
|
SHIMODA Hiroshi
|
0b82b798f7
|
now we can disable repositioning of statuspanel
|
2011-02-04 09:59:05 +09:00 |
|
SHIMODA Hiroshi
|
92e03b8a8e
|
API compatibility error: TreeStyleTabService.position was broken.
|
2011-02-03 19:55:54 +09:00 |
|
SHIMODA Hiroshi
|
daae06ffd6
|
don't show status panel on the tab bar by default
|
2011-02-03 19:55:28 +09:00 |
|
SHIMODA Hiroshi
|
9018f032be
|
remove legacy compatibility codes for Tab Mix Plus
|
2011-02-02 17:58:35 +09:00 |
|
Piro / SHIMODA Hiroshi
|
9c0a063edf
|
rename prefs: extensions.treestyletab.autoAttachNewTabsAsChildren => extensions.treestyletab.autoAttach, extensions.treestyletab.autoAttachSearchResultAsChildren => extensions.treestyletab.searchResult
|
2011-01-26 00:06:32 +09:00 |
|
Piro / SHIMODA Hiroshi
|
e2967beb4d
|
add a new preference to control how to attach the new tab opened by BrowserOpenTab()
|
2011-01-26 00:01:37 +09:00 |
|
Piro / SHIMODA Hiroshi
|
95ba144808
|
cast a value to a boolean by "!!"
|
2011-01-23 03:32:04 +09:00 |
|
Piro / SHIMODA Hiroshi
|
b4ca262ba9
|
remove needless definitions for backward compatibility
|
2011-01-23 01:48:44 +09:00 |
|
Piro / SHIMODA Hiroshi
|
be197178b5
|
allow to change the tab bar position without changing the preference
|
2011-01-23 00:46:29 +09:00 |
|
Piro / SHIMODA Hiroshi
|
5ba83972c4
|
the orient of the tab bar was wrongly recognized when sycnReinitiTabbar.
|
2011-01-22 23:43:55 +09:00 |
|
SHIMODA Hiroshi
|
0a3773c5a1
|
fire all custom events as DataContainerEvent
|
2011-01-11 19:29:14 +09:00 |
|
SHIMODA Hiroshi
|
136a61ac3e
|
use DataContainerEvent type
|
2011-01-11 13:20:01 +09:00 |
|
Piro / SHIMODA Hiroshi
|
bcfc9dc413
|
on Minefield, the tab bar was never shown by keyboard shortcuts.
|
2011-01-10 01:40:24 +09:00 |
|
SHIMODA Hiroshi
|
f48c5744bd
|
new tabs opened by selection search from the context menu never became children of the current tab
|
2011-01-06 11:46:20 +09:00 |
|
SHIMODA Hiroshi
|
f3915ced9f
|
extensions.treestyletab.autoAttachSearchResultAsChildren was ignored if it is 2 and shouldOpenSearchResultAsChild is called with no argument.
|
2011-01-06 11:15:56 +09:00 |
|
SHIMODA Hiroshi
|
e285140555
|
update for Minefield (fix for https://github.com/piroor/treestyletab/issues#issue/9 )
|
2011-01-05 10:35:11 +09:00 |
|
SHIMODA Hiroshi
|
a60a734a04
|
fix invalid owner
|
2010-12-20 20:58:59 +09:00 |
|
SHIMODA Hiroshi
|
3bbe37ddfa
|
add "nsDOM" prefix to custom event types (it is required to pass custom data. see: https://developer.mozilla.org/en/Creating_Custom_Events_That_Can_Pass_Data )
|
2010-12-20 20:54:42 +09:00 |
|
SHIMODA Hiroshi
|
c2f3cfaf17
|
can't do search from the web search bar in some webpages
|
2010-12-09 23:33:04 +09:00 |
|
SHIMODA Hiroshi
|
328e3df340
|
make extensions.treestyletab.autoAttachSearchResultAsChildren tribool
|
2010-12-09 20:13:04 +09:00 |
|
SHIMODA Hiroshi
|
7eb4224be8
|
a secret pref "extensions.treestyletab.autoAttachSearchResultAsChildren.always" to open search result as a child of the current tab always
|
2010-12-09 15:19:38 +09:00 |
|
SHIMODA Hiroshi
|
3cdf604b3c
|
find selection in the current tab recursively
|
2010-12-09 15:18:37 +09:00 |
|
SHIMODA Hiroshi
|
58278779bb
|
Open search result as a child of the current tab if the search term equals to the term selected in the current tab.
|
2010-12-09 15:05:46 +09:00 |
|
SHIMODA Hiroshi
|
3acb6a2bfc
|
add "close other tabs except this tree" context menu item
|
2010-12-08 20:34:42 +09:00 |
|
Piro / SHIMODA Hiroshi
|
2820a2556e
|
better handling for tab tooltip (without eval())
|
2010-12-07 01:53:20 +09:00 |
|
Piro / SHIMODA Hiroshi
|
b488475bd8
|
move codes for autohide into JS code modules
|
2010-12-06 22:31:58 +09:00 |
|
Piro / SHIMODA Hiroshi
|
0713e54fda
|
move codes for drag and drop into JS code modules
|
2010-12-06 21:04:52 +09:00 |
|
SHIMODA Hiroshi
|
9c8eaf6c39
|
Opening/closing of sidebar should always update the floating tab bar. (fix for https://github.com/piroor/treestyletab/issues#issue/3 )
|
2010-12-06 16:20:08 +09:00 |
|
Piro / SHIMODA Hiroshi
|
433bec4ade
|
specify the reason of updating floating tab bar, to fix incorrect tab bar width problem on multiple windows ( https://github.com/piroor/treestyletab/issues#issue/2 )
|
2010-12-03 23:50:42 +09:00 |
|
SHIMODA Hiroshi
|
1206379c0a
|
When the print preview is finished, restore the tab bar at first.
If there is All-in-One Sidebar, finishing process of print preview raises an exception and TST failed to restore the tab bar. ( http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2797 , http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2803 )
|
2010-12-03 15:20:26 +09:00 |
|
SHIMODA Hiroshi
|
cc7a15d2ee
|
Merge branch 'master' of github.com:piroor/treestyletab
|
2010-12-03 13:17:51 +09:00 |
|
SHIMODA Hiroshi
|
8e48a5e712
|
Sometimes closed popups are wrongly detected as opened. ( http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2801 )
|
2010-12-03 13:16:30 +09:00 |
|
Piro / SHIMODA Hiroshi
|
78dc5ef23c
|
refactor codes for drag and drop
|
2010-12-02 09:00:39 +09:00 |
|
Piro / SHIMODA Hiroshi
|
19926994d7
|
refactor drag and drop implementations
|
2010-12-02 00:15:40 +09:00 |
|
SHIMODA Hiroshi
|
f3105942c4
|
fix typo
|
2010-12-01 10:23:54 +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
|
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
|
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
|
b9db7c47a3
|
remove codes for Firefox 3.0
|
2010-11-30 09:12:22 +09:00 |
|
SHIMODA Hiroshi
|
c56817c433
|
remove obsolete codes
|
2010-11-29 17:44:17 +09:00 |
|