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
|
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 |
|
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 |
|
SHIMODA Hiroshi
|
face3c44c9
|
possibly raised error
|
2011-06-16 11:54:13 +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
|
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
|
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
|
cf8d2072a4
|
drag and drop of tabs between windows was broken (regression)
|
2011-05-28 06:21:48 +09:00 |
|
Piro / SHIMODA Hiroshi
|
df1caa3ad1
|
fix undefined variable error
|
2011-05-28 06:08:45 +09:00 |
|
SHIMODA Hiroshi
|
68a8a9fe44
|
fix comment
|
2011-05-27 11:33:00 +09:00 |
|
SHIMODA Hiroshi
|
d25e006a2f
|
On Nightly, background color of the vertical tab bar was unexpectedly fixed to "white" by patches http://hg.mozilla.org/mozilla-central/rev/e90bdd97d168 introduced by the bug https://bugzilla.mozilla.org/show_bug.cgi?id=558585
|
2011-05-27 11:31:02 +09:00 |
|
SHIMODA Hiroshi
|
4a8041ced5
|
built-in themes were not work correctly
|
2011-05-27 10:55:21 +09:00 |
|
SHIMODA Hiroshi
|
69f78feafb
|
* pre-loading of images didn't work.
* "default" style didn't work correctly (it worked just same as "flat".)
|
2011-05-27 10:44:23 +09:00 |
|
Piro / SHIMODA Hiroshi
|
e8ad95487a
|
With 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 )
|
2011-05-27 02:50:36 +09:00 |
|
Piro / SHIMODA Hiroshi
|
dc5eda4278
|
extensions.treestyletab.tabbar.scrollToNewTab.mode didn't work for new tabs opened in the background (fix for http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2903 )
|
2011-05-27 02:31:44 +09:00 |
|
Piro / SHIMODA Hiroshi
|
60f3b28c54
|
add module for performance tuning
|
2011-05-27 00:35:43 +09:00 |
|
Piro / SHIMODA Hiroshi
|
ff1fef531f
|
flatten stylesheets
|
2011-05-27 00:10:18 +09:00 |
|
Piro / SHIMODA Hiroshi
|
c9aca50c1b
|
don't load needless stylesheets
|
2011-05-26 23:22:42 +09:00 |
|
Piro / SHIMODA Hiroshi
|
47f32679c1
|
rename module to preload images
|
2011-05-26 21:08:56 +09:00 |
|
SHIMODA Hiroshi
|
82abedc946
|
fix error on drag and drop on the tab bar
|
2011-05-26 12:17:48 +09:00 |
|
SHIMODA Hiroshi
|
0502528d65
|
load JSDeferred by a lazy getter
|
2011-05-26 12:15:47 +09:00 |
|
SHIMODA Hiroshi
|
f690d637c6
|
define lazy getters for modules
|
2011-05-26 12:11:08 +09:00 |
|
SHIMODA Hiroshi
|
5429946e37
|
undefined variable
|
2011-05-26 11:14:15 +09:00 |
|
SHIMODA Hiroshi
|
d67ecd7d80
|
update compatibility codes for Tab Mix Plus
|
2011-05-26 11:02:34 +09:00 |
|
SHIMODA Hiroshi
|
91ee4592dc
|
re-split initialization methods
|
2011-05-26 10:47:28 +09:00 |
|
Piro / SHIMODA Hiroshi
|
1e6daae6fb
|
shorten
|
2011-05-26 06:23:02 +09:00 |
|
Piro / SHIMODA Hiroshi
|
00174ecc12
|
failed to restore session (regression)
|
2011-05-26 06:04:16 +09:00 |
|
Piro / SHIMODA Hiroshi
|
d4e4ad9e42
|
most of codes are moved to JavaScript code module
|
2011-05-26 05:54:46 +09:00 |
|
SHIMODA Hiroshi
|
2ab1e856d8
|
new APIs: readyToOpenChildTabNow(), readyToOpenNextSiblingTabNow(), and readyToOpenNewTabGroupNow()
|
2011-05-25 13:58:25 +09:00 |
|
SHIMODA Hiroshi
|
e18da85c38
|
On Firefox 3.6, multiple tabs selected by Multiple Tab Handler couldn't be attached by drag and drop. (regression, fix for https://github.com/piroor/treestyletab/issues/110 )
|
2011-05-24 18:41:18 +09:00 |
|