gecko/browser/base/content/tabcandy
Ian Gilman f83c10d252 + Group and TabItem now inherit from Item (currently the pushAway routine and isAnItem property)
+ Group._children is now an array of Items (rather than DOM elements)
+ Groups and tabs now push other items away when they're moved, and groups also do so when resized
+ The Groups object now keeps an array of groups. This is more robust than counting DOM elements, for instance when a group is fading away (you want to act like it doesn't exist, even though its DOM element is still on the screen)
+ Documented the Item interface in items.js
+ lots of miscellaneous refinements to the code
2010-03-29 16:08:48 -07:00
..
app + Group and TabItem now inherit from Item (currently the pushAway routine and isAnItem property) 2010-03-29 16:08:48 -07:00
core + First working draft of tabs and groups getting pushed out of the way by the creation of a new group 2010-03-26 11:34:09 -07:00
firebuglite (1) Added Firebuglite to the add-on, making it a much more pleasent debugging experience. 2010-03-11 15:45:58 -08:00
shared + Added a "close" feature to the group menu in the stacks candy 2010-03-09 14:21:08 -08:00
tabcandy.xhtml + Major reorg: moved all visualizations into "candies" folder, moved core js files into "core" folder, and js files shared by a couple of visualizations into "shared" folder 2010-03-05 15:14:10 -08:00