Commit Graph

  • a00e0bcb0d update library Piro / SHIMODA Hiroshi 2012-02-08 03:23:10 +09:00
  • 771d997464 update credit Piro / SHIMODA Hiroshi 2012-02-08 02:47:26 +09:00
  • bc485330fd ru locale is updated by Infocatcher Piro / SHIMODA Hiroshi 2012-02-08 02:46:01 +09:00
  • bcf137aa4a ru-RU => ru Piro / SHIMODA Hiroshi 2012-02-08 02:41:59 +09:00
  • f0333d5a32 hide temporary states if Tab Mix Plus or Informational Tab are available SHIMODA Hiroshi 2012-02-07 11:46:14 +09:00
  • 89cecd0fe2 fix missing "this" Piro / SHIMODA Hiroshi 2012-02-07 02:15:15 +09:00
  • c844906cb1 handle errors in deferred tasks Piro / SHIMODA Hiroshi 2012-02-07 02:13:46 +09:00
  • 4229ff6ec4 "Restore closed tree" confirmation didn't work with localized versions: da-DK, de-DE, es-ES, fr-FR, it-IT, pl, ru-RU, sv-SE, zh-CN and zh-TW. Piro / SHIMODA Hiroshi 2012-02-07 01:52:59 +09:00
  • 6bd6ddeea9 On FIrefox 9 and later, "bookmark this tree" feature was broken. Piro / SHIMODA Hiroshi 2012-02-07 01:21:32 +09:00
  • 019ff57aed The current tab was not highlighted on "Metal" (regression) SHIMODA Hiroshi 2012-02-06 10:10:55 +09:00
  • 6ec5afa859 version up Piro / SHIMODA Hiroshi 2012-02-06 02:38:57 +09:00
  • d6f0e5e6b3 on Nightly 13.0a1, drag and drop of the last tree from another window broke tab animations (tab animations shouldn't be processed while the window is destroying) Piro / SHIMODA Hiroshi 2012-02-05 08:24:26 +09:00
  • 5cbbd36fea dragging out of tree wrongly duplicated the dragged tree. now they should be duplicated if Ctrl or Command key is pressed. (but it doesn't work currently, because modifier keys are ignored on dragend event.) Piro / SHIMODA Hiroshi 2012-02-05 07:50:26 +09:00
  • 16f6cd7dd9 optimize: reduce use of Iterator Piro / SHIMODA Hiroshi 2012-02-05 06:31:03 +09:00
  • f9daab2ae0 with Tab Mix Plus, appearance of tabs is broken on the startup Piro / SHIMODA Hiroshi 2012-02-05 04:15:21 +09:00
  • d02eb93c8a use Iterator instead of forEach (for performance optimization) Piro / SHIMODA Hiroshi 2012-02-05 04:03:28 +09:00
  • 59444c68a6 use Iterator instead of forEach (for performance optimization) Piro / SHIMODA Hiroshi 2012-02-05 03:15:38 +09:00
  • 35d1bfce99 don't touch vertical containers Piro / SHIMODA Hiroshi 2012-02-05 01:02:02 +09:00
  • 6ab0543a32 support tab contents modified by Tab Mix Plus Piro / SHIMODA Hiroshi 2012-02-04 20:28:30 +09:00
  • ce047d6d73 update maxVersion Piro / SHIMODA Hiroshi 2012-02-04 04:57:36 +09:00
  • 3aaf8bc8d7 fix drop marker in sidebar style Piro / SHIMODA Hiroshi 2012-02-04 04:36:26 +09:00
  • 95e886513e on Firefox 11 or olders, "Metal" have wrong padding Piro / SHIMODA Hiroshi 2012-02-04 04:16:53 +09:00
  • 7bbe8d7bd8 reduce height of tabs 2px Piro / SHIMODA Hiroshi 2012-02-04 02:36:03 +09:00
  • f744f51802 * remove custom drop marker in tabs * initTabContents always update the order of tab contents Piro / SHIMODA Hiroshi 2012-02-04 02:33:49 +09:00
  • 4f5ea7c8c4 with Informational Tab, tabs are infinitly expanded by thumbnail SHIMODA Hiroshi 2012-02-03 20:53:59 +09:00
  • 936bba2557 "Metal" had too narrow height tabs SHIMODA Hiroshi 2012-02-03 20:32:37 +09:00
  • 37fae69afc tab contents are wrongly aligned to top (because tab-content was wrongly fixed to 16px height) SHIMODA Hiroshi 2012-02-03 20:32:00 +09:00
  • 968155edb7 the sensitive area was wrongly expanded to the width of the shown tab bar SHIMODA Hiroshi 2012-02-03 19:11:56 +09:00
  • dd275b4e24 Merge branch 'master' of github.com:piroor/treestyletab SHIMODA Hiroshi 2012-02-03 12:22:04 +09:00
  • 5ef4c9f795 don't reset position of thumbnail container inserted by informational tab Piro / SHIMODA Hiroshi 2012-02-03 05:59:32 +09:00
  • 6c43a67836 don't apply custom binding to tabs anymore Piro / SHIMODA Hiroshi 2012-02-03 05:27:57 +09:00
  • bc640990a6 When both Tab Mix Plus and any third-party's theme are installed, collapsed tabs in the horizontal tab bar couldn't be collapsed. Piro / SHIMODA Hiroshi 2012-02-02 03:13:55 +09:00
  • 2f1f69a16f autoscroll didn't work when the first tab was hidden. SHIMODA Hiroshi 2012-01-31 15:06:32 +09:00
  • bf9f48dfdb In some cases, "Tabs on Top" was wrongly enabled when a popup window is opened. Piro / SHIMODA Hiroshi 2012-01-31 03:38:41 +09:00
  • 80679b2893 failed to update the size of the floating tab bar in some cases (ex. Firebug's panel) Piro / SHIMODA Hiroshi 2012-01-31 03:15:00 +09:00
  • 00d6ef7609 support about:newtab (update for changes introduced by https://bugzilla.mozilla.org/show_bug.cgi?id=455553 ) Piro / SHIMODA Hiroshi 2012-01-30 23:42:40 +09:00
  • ed46793caa When new tab is opened in the background, it should be notified by an animation effect. Piro / SHIMODA Hiroshi 2012-01-29 19:54:02 +09:00
  • 8a3c17d0be version up Piro / SHIMODA Hiroshi 2012-01-29 16:54:13 +09:00
  • 10f25fe0ef when a tree is expanded, the parent tab could be scrolled out unexpectedly. Piro / SHIMODA Hiroshi 2012-01-29 06:43:43 +09:00
  • 7511b03b8e failed to scroll to the expanded tree when a collapsed tree was selected Piro / SHIMODA Hiroshi 2012-01-29 06:22:04 +09:00
  • 71cfcd3601 nested tree with folders couldn't be saved correctly Piro / SHIMODA Hiroshi 2012-01-28 06:07:55 +09:00
  • 055d7c3893 remove needless line Piro / SHIMODA Hiroshi 2012-01-28 05:57:03 +09:00
  • b969cb2800 dummy tab should be saved as a bookmark folder Piro / SHIMODA Hiroshi 2012-01-28 05:54:25 +09:00
  • 5b5bed7d3d tree in dummy tabs can be shown with too narrow height Piro / SHIMODA Hiroshi 2012-01-28 04:51:49 +09:00
  • 95b6e0a5b9 update comment Piro / SHIMODA Hiroshi 2012-01-28 04:49:12 +09:00
  • ddf539ae5f add comment Piro / SHIMODA Hiroshi 2012-01-28 04:48:21 +09:00
  • 43b22f1e22 When the system is too slow on TabOpen event (by Informational Tab or some addons), the tab bar failed to be scrolled to the newly opened tab. Piro / SHIMODA Hiroshi 2012-01-28 04:33:02 +09:00
  • 9608f76989 TreeStyleTabService.restoringTree was wrongly true if there is any to-be-restored tabs in background groups. Piro / SHIMODA Hiroshi 2012-01-28 03:57:48 +09:00
  • 1e2ea4969f "bookmark this tree" doesn't work on Firefox 11 and later SHIMODA Hiroshi 2012-01-26 11:05:28 +09:00
  • 8e1188d9be fix wrong method name SHIMODA Hiroshi 2012-01-24 10:15:25 +09:00
  • f077af1317 ignore events after destruction Piro / SHIMODA Hiroshi 2012-01-24 04:07:56 +09:00
  • 6bab97a38f * we couldn't resize shrunken tab bar by mouse drag * now we can prevent auto-show/hide of the tab bar by pressing shift key Piro / SHIMODA Hiroshi 2012-01-24 03:35:48 +09:00
  • 7a83c1ef67 don't hide doorhangar even if the tab is restored after the doorhangar is shown Piro / SHIMODA Hiroshi 2012-01-21 00:35:53 +09:00
  • 1166dc4849 image size was not applied correctly Piro / SHIMODA Hiroshi 2012-01-21 00:33:19 +09:00
  • b2c3e44ce6 update library Piro / SHIMODA Hiroshi 2012-01-21 00:13:27 +09:00
  • 2fa9659480 update library Piro / SHIMODA Hiroshi 2012-01-21 00:10:57 +09:00
  • 0f894471a2 update library Piro / SHIMODA Hiroshi 2012-01-20 23:58:22 +09:00
  • ed2b234977 update library Piro / SHIMODA Hiroshi 2012-01-19 03:23:06 +09:00
  • f0b6f6e040 update library Piro / SHIMODA Hiroshi 2012-01-19 02:56:55 +09:00
  • 11080de1e8 split methods SHIMODA Hiroshi 2012-01-18 14:48:02 +09:00
  • 32c45ab150 use doorhangar instead of notification bar SHIMODA Hiroshi 2012-01-18 13:56:50 +09:00
  • ca830a8f53 revert changes on 4636f201bcee26079465d111ab48be552b4548ef (in the horizontal tab bar, tabs should be stacked always) SHIMODA Hiroshi 2012-01-18 11:58:12 +09:00
  • c604a72eec Firefox can remove "overflow" property wrongly, by horizontal overflow/underflow on a vertical tab bar. Piro / SHIMODA Hiroshi 2012-01-15 03:42:51 +09:00
  • 17c7280d05 switch the role of the counter in tabs for vertical and horizontal tab bar Piro / SHIMODA Hiroshi 2012-01-14 01:45:51 +09:00
  • 4d816760b5 reduce obsolete version-specific logic and comments Piro / SHIMODA Hiroshi 2012-01-14 01:30:06 +09:00
  • 9fc01781a1 remove module for optimization Piro / SHIMODA Hiroshi 2012-01-14 01:20:43 +09:00
  • 4535b60b50 reduce codes for compatibility with old Firefox Piro / SHIMODA Hiroshi 2012-01-14 01:18:45 +09:00
  • e10bb9b2f3 delete legacy file for Firefox 3.6 Piro / SHIMODA Hiroshi 2012-01-14 01:17:26 +09:00
  • 23e3457530 update version specific comments Piro / SHIMODA Hiroshi 2012-01-14 01:15:12 +09:00
  • 80322b3074 we don't have to apply negative margin for Firefox 12 and later (part 2, for twisty and favicon) Piro / SHIMODA Hiroshi 2012-01-14 01:09:06 +09:00
  • be4b68c35e we don't have to apply negative margin for Firefox 12 and later Piro / SHIMODA Hiroshi 2012-01-14 00:52:42 +09:00
  • aede809bcb now we must put "fill" to "-moz-border-image-slice" for Firefox 12 or later. Piro / SHIMODA Hiroshi 2012-01-14 00:36:55 +09:00
  • d61494d07d revert some changes because they are required for current Firefox Piro / SHIMODA Hiroshi 2012-01-13 23:19:19 +09:00
  • b06b8a4d03 update manifest files for new files Piro / SHIMODA Hiroshi 2012-01-13 22:59:20 +09:00
  • 7d23e2b9b3 remove obsolete codes SHIMODA Hiroshi 2012-01-13 20:17:16 +09:00
  • b44c9b20f9 remove regacy codes SHIMODA Hiroshi 2012-01-13 18:06:40 +09:00
  • bcb8615f47 drop Firefox 3.6 support SHIMODA Hiroshi 2012-01-13 17:38:12 +09:00
  • 4636f201bc in the horizontal tab bar, tabs should be stacked always SHIMODA Hiroshi 2012-01-13 17:12:25 +09:00
  • df0fcb6851 update changes around "tabs on top" implementation for Firefox 12 SHIMODA Hiroshi 2012-01-13 12:34:37 +09:00
  • 07b0e15aaa suppress unexpected jumping of the tab bar more intelligently SHIMODA Hiroshi 2012-01-13 12:28:13 +09:00
  • 585ab07c48 suppress unexpected jumping on the tab bar after new child tabs are opened SHIMODA Hiroshi 2012-01-13 12:16:35 +09:00
  • d45ec4a947 when the browser is too slow, manual scrollings on the tab bar can be canceled by smooth scroll animations of TST SHIMODA Hiroshi 2012-01-06 19:38:38 +09:00
  • d512dbbfa4 failed to create tree for the tab initially selected in a background group ( some tabs restored in background group cannot be found by getTabById() ) Piro / SHIMODA Hiroshi 2012-01-04 00:13:35 +09:00
  • 08aa9a3459 failed to restore closed tree Piro / SHIMODA Hiroshi 2012-01-03 22:03:51 +09:00
  • 1b50b890c4 tab bar should not be hidden by keyboard input if it is expanded by mouse Piro / SHIMODA Hiroshi 2012-01-03 06:00:04 +09:00
  • afca500dbe With Tab Mix Plus, failed to restore secondary or later pinned tabs if there is no normal tab Piro / SHIMODA Hiroshi 2012-01-03 05:50:38 +09:00
  • 7ed52bca37 failed to store edited title of group tab (regression) Piro / SHIMODA Hiroshi 2012-01-03 05:16:50 +09:00
  • 3cf6b76fee F2 key didn't work on group tab (regression) Piro / SHIMODA Hiroshi 2012-01-03 05:13:39 +09:00
  • 6c2eacc16a tree of tabs cannot be restored (regression) Piro / SHIMODA Hiroshi 2012-01-02 19:52:51 +09:00
  • 19c3004384 don't highlight pinned tabs in the vertical tab bar if they are not faviconized Piro / SHIMODA Hiroshi 2012-01-02 06:10:51 +09:00
  • e8f092b7b1 By ctrl-shift-` and ctrl-shift-~ tab groups (Panorama) were broken unexpectedly. Piro / SHIMODA Hiroshi 2012-01-02 05:18:14 +09:00
  • 60af382b89 manually expanded tree should not collapsed automatically (like Windows Explorer) SHIMODA Hiroshi 2011-12-27 13:21:23 +09:00
  • d0664b4552 "fast restore" didn't work for secondary (and later) window SHIMODA Hiroshi 2011-12-19 19:20:14 +09:00
  • 8e0159712a when the current tab includes <embed>, drag and drop feature ottally broken after you tried to drag the tab bar itself. SHIMODA Hiroshi 2011-12-19 18:58:25 +09:00
  • 57fb1f7619 on Linux, don't show needless shadows SHIMODA Hiroshi 2011-12-19 17:30:06 +09:00
  • d447107fbe shrink sensitive area based on the size of clickable element SHIMODA Hiroshi 2011-12-19 17:29:37 +09:00
  • 6a9f32235c we should not expand tab bar automatically if the pointer is over the twisty SHIMODA Hiroshi 2011-12-19 16:49:23 +09:00
  • 3870310023 generalize SHIMODA Hiroshi 2011-12-19 16:43:18 +09:00
  • b5f3f4abd3 don't shrink sensitive area if there is no closebox near the pointer SHIMODA Hiroshi 2011-12-19 16:37:48 +09:00
  • 058d27612b event listener for initialization was not unregistered Piro / SHIMODA Hiroshi 2011-12-17 00:50:30 +09:00