gecko/browser/base/content/tabcandy/app
Ian Gilman 67e62540bf + Removed unnecessary margin and padding from tabs and groups (was messing up layout)
+ Now compensating for padding in tabs when laying them out
+ Tab titles are now a single line, cut at the width of the tab (but no ellipsis yet)
+ Groups now have the move cursor
+ Tab resizing now works, and is disabled when a tab is in a group
+ We now have a "new tabs" group that new tabs go into (created as needed)
+ New layout algorithm for tabs inside a group. It's not as space efficient as the last one, but the unused space is at the bottom rather than the right side, and in general I think it behaves more like people expect.
+ Groups now have a minimum width when resizing
+ If you drag the second to last tab out of a group and don't return it to that group, the group now dissolves.
+ When a tab gets below a certain size, its thumbnail and close box are hidden
+ When a tab's title gets below a certain size, it is hidden.
2010-04-12 17:20:35 -07:00
..
groups.js + Removed unnecessary margin and padding from tabs and groups (was messing up layout) 2010-04-12 17:20:35 -07:00
items.js + Put Natural Docs (http://www.naturaldocs.org/) -friendly comments in items.js 2010-04-08 16:36:11 -07:00
jquery-ui.js + 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
jquery.lint.js + Branched the shared groups stuff into copies just for revision-a; we've got a bunch of work to do, and it's not worth trying to keep all of the other candies compatible at the moment. 2010-03-29 11:16:18 -07:00
overlay.js + added 2 new experiences: stacks and line 2010-03-01 17:11:51 -08:00
pixastic.js + added 2 new experiences: stacks and line 2010-03-01 17:11:51 -08:00
switch.js + Put Natural Docs (http://www.naturaldocs.org/) -friendly comments in items.js 2010-04-08 16:36:11 -07:00
tabitems.js + Removed unnecessary margin and padding from tabs and groups (was messing up layout) 2010-04-12 17:20:35 -07:00
ui.js + font size for tab names now scales properly 2010-03-31 17:24:16 -07:00