Commit Graph

3196 Commits

Author SHA1 Message Date
Piro / YUKI Hiroshi
d72978a364 Fix memory leak
See: https://github.com/piroor/fxaddonlib-inherit/issues/1
2014-04-05 03:15:24 +09:00
Piro / YUKI Hiroshi
090d8e4155 Show private browsing indicator on Windows correctly (#680)
The path to the indicator image is changed by https://bugzilla.mozilla.org/show_bug.cgi?id=940509
2014-04-05 02:55:37 +09:00
Piro / YUKI Hiroshi
192f7a8645 Apply Australis hack for Firefox 29.0beta4 and later, not alpha1 2014-04-05 02:38:10 +09:00
Piro / YUKI Hiroshi
5c285a9c84 Apply Australis specific hack for Firefox 29 2014-04-05 02:24:49 +09:00
Piro / YUKI Hiroshi
d32cb6773b Import base CSS rules correctly 2014-04-05 01:45:09 +09:00
Piro / YUKI Hiroshi
c92af9393d Add missing file 2014-04-05 00:55:49 +09:00
YUKI Hiroshi
2cab1dc35f Extract Australis specific style rules to a separate file 2014-04-04 10:08:33 +09:00
YUKI Hiroshi
d29444fa07 Update library 2014-04-03 12:21:16 +09:00
Piro / YUKI Hiroshi
a933131083 Hide dummy titlebar for Fox Splitter with Australis 2014-04-03 01:44:20 +09:00
Piro / YUKI Hiroshi
45bc798e2a Fix syntax error 2014-04-03 00:29:16 +09:00
YUKI Hiroshi
626649c00c Update library 2014-04-02 19:38:32 +09:00
YUKI Hiroshi
5d5e77a110 Update library 2014-04-02 19:32:31 +09:00
YUKI Hiroshi
fd6c08937a Use Object.create to create subclasses 2014-04-02 19:25:51 +09:00
YUKI Hiroshi
e0bb0bd8c8 Update history topics 2014-04-02 13:38:13 +09:00
Piro / YUKI Hiroshi
84640a12ca Allow "tabs in titlebar" feature if Classic Theme Restorer is installed (#674)
https://addons.mozilla.org/firefox/addon/classicthemerestorer/
2014-04-02 03:43:42 +09:00
YUKI Hiroshi
f2298baa89 Don't show bottom border for non-tabs-on-top tab bar, on Linux 2014-04-01 12:29:03 +09:00
YUKI Hiroshi
17317fab8d Don't show border top of the toolbar item next to the private browsing indicator.
The indicator is hidden by TST, so the next item becomes actual "first item" in the toolbar.
2014-04-01 11:10:28 +09:00
YUKI Hiroshi
6664ceb4aa Don't apply "tabs on bottom" specific style rule for Australis 2014-04-01 10:27:33 +09:00
Piro / YUKI Hiroshi
c3b002526e Update history topics 2014-04-01 03:35:17 +09:00
Piro / YUKI Hiroshi
c2f51ea5f9 Disable background image of closebox in tabs, mainly for Linux.
The closebox icon of tabs are now an SVG background image, in Firefox 31 or later on Linux.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=879921
2014-04-01 03:20:13 +09:00
Piro / YUKI Hiroshi
881efcd5a8 Don't disable background image of closebox in tabs (#678)
The closebox icon of tabs are now an SVG background image, in Firefox 31 or later on Linux.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=879921
2014-04-01 03:17:07 +09:00
YUKI Hiroshi
482bab417b Use String#trim() instead of String#replace() 2014-03-31 15:10:51 +09:00
YUKI Hiroshi
a112fffe09 Change line breaks 2014-03-31 14:56:44 +09:00
YUKI Hiroshi
e7051b8856 Name to function 2014-03-31 14:54:56 +09:00
YUKI Hiroshi
29982f0522 Skip dirty hack on Firefox 29 and later 2014-03-31 14:54:39 +09:00
YUKI Hiroshi
0a0a4003b5 Restore tree structure on the startup correctly, with Firefox 29 and later 2014-03-31 14:54:14 +09:00
YUKI Hiroshi
f58cd7a994 Restore tree structure on the startup correctly, with Firefox 28 2014-03-31 14:52:44 +09:00
Piro / YUKI Hiroshi
30d4bc82e5 Reduce indent 2014-03-29 02:19:06 +09:00
Piro / YUKI Hiroshi
2c603b7558 Don't do forEach loop twice 2014-03-29 02:18:44 +09:00
YUKI Hiroshi
4f80fb7f97 Update copyright year 2014-03-24 18:29:46 +09:00
YUKI Hiroshi
852177b49e Merge branch 'master' of github.com:piroor/treestyletab 2014-03-24 18:29:32 +09:00
YUKI Hiroshi
7bdd9eed23 Open new tabs from "search by" in the context menu correctly, even if the selection includes line breaks or the selection is too long. (fix #671) 2014-03-24 18:27:45 +09:00
YUKI "Piro" Hiroshi
3db91ea801 Merge pull request #672 from Infocatcher/ru_locale
Update ru locale: autoCollapseExpandSubtreeOnAttach preference
2014-03-13 10:38:41 +09:00
Infocatcher
675958be56 Update ru locale: autoCollapseExpandSubtreeOnAttach preference 2014-03-13 00:05:14 +04:00
Piro / YUKI Hiroshi
84d4cb2002 Update copyright year 2014-03-12 22:27:35 +09:00
Piro / YUKI Hiroshi
5f3cddcf24 Fix syntax error 2014-03-12 22:27:20 +09:00
Piro / YUKI Hiroshi
c68c096751 Merge branch 'master' of github.com:piroor/treestyletab 2014-03-12 22:16:00 +09:00
YUKI Hiroshi
5e7dc7684a Initialize CustomEvent correctly 2014-03-12 11:34:42 +09:00
Piro / YUKI Hiroshi
85baa3e9da Create CustomEvent correctly 2014-03-12 01:53:50 +09:00
Piro / YUKI Hiroshi
8b3792b312 Use CustomEvent instead of DataContainerEvent.
DataContainerEvent is going to be deprecated.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=980134
2014-03-12 01:50:40 +09:00
Piro / YUKI Hiroshi
35c5e99d30 Update library 2014-03-12 01:34:33 +09:00
YUKI Hiroshi
9a69cb5d1a Split prefs correctly 2014-03-11 11:51:32 +09:00
YUKI Hiroshi
c05c58347b Remove needless blank line 2014-03-11 11:29:02 +09:00
YUKI Hiroshi
6c2ec01c51 Split checkbox for splitted two prefs 2014-03-11 11:21:59 +09:00
YUKI Hiroshi
9d1d964f74 Split preference fo different purpose 2014-03-11 11:09:28 +09:00
Piro / YUKI Hiroshi
bef3057707 Bump version to 0.14.2014020901 2014-02-09 01:43:36 +09:00
Piro / YUKI Hiroshi
67aa67a67f Detect number of "not restored yet" tabs on Firefox 29 and later correctly 2014-02-09 01:38:55 +09:00
Piro / YUKI Hiroshi
8a2989c03e Don't start dragging operation of the tab bar itself from a button which have its own popup menu (#656) 2014-02-09 01:06:35 +09:00
Piro / YUKI Hiroshi
905100500f Accept drag and drop of the tab bar itself, on the blank area around pinned tabs 2014-02-09 01:00:04 +09:00
Piro / YUKI Hiroshi
f1d3e19e9d Update history topics 2014-02-08 19:59:18 +09:00