| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tabs go all the way to the right edge and stop using less of the strip a... | pinkerton@chromium.org | 2009-07-23 | 1 | -1/+2 |
* | Fix issue where dragging window via a tab would incorrectly dim chrome when t... | pinkerton@chromium.org | 2009-07-23 | 1 | -0/+2 |
* | Propagate theme changes to the tabstrip. | avi@chromium.org | 2009-07-23 | 1 | -1/+1 |
* | Correctly account for windows of different sizes when snapping windows togeth... | pinkerton@chromium.org | 2009-07-23 | 1 | -2/+9 |
* | Initial support for theming on Mac OS X. | avi@chromium.org | 2009-07-13 | 1 | -0/+128 |
* | Added an helper namespace that provides fetches images from the app bundle an... | thomasvl@chromium.org | 2009-07-09 | 1 | -2/+3 |
* | Add context menus to tabs. | pinkerton@chromium.org | 2009-07-08 | 1 | -3/+9 |
* | Only allow tabs to be dragged between compatible windows. | shess@chromium.org | 2009-06-06 | 1 | -1/+5 |
* | Adds mouseover images to the close tab button on Mac. | rohitrao@chromium.org | 2009-06-02 | 1 | -0/+27 |
* | Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ... | pinkerton@chromium.org | 2009-05-22 | 1 | -201/+220 |
* | Support middle-click-to-close on the Mac. | stuartmorgan@chromium.org | 2009-05-22 | 1 | -0/+8 |
* | Fix for delegate ordering problem dragging tabs between windows. We now remov... | pinkerton@chromium.org | 2009-05-12 | 1 | -7/+2 |
* | Changes the way we calculate hit rects in TabView to reduce | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+9 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 1 | -23/+30 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 1 | -48/+95 |
* | Add some hysterisis to tab dragging on Mac. | shess@chromium.org | 2009-04-03 | 1 | -0/+19 |
* | Hook up close button in tabs. Patch from rohitrao@google.com. | pinkerton@chromium.org | 2009-03-27 | 1 | -4/+4 |
* | Remove obsolete TODOs. | pinkerton@chromium.org | 2009-03-26 | 1 | -9/+1 |
* | Allow live tabs to be dragged out of a window. Change TabStripModel such that | pinkerton@chromium.org | 2009-03-26 | 1 | -10/+12 |
* | Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t... | pinkerton@chromium.org | 2009-03-19 | 1 | -2/+189 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 1 | -0/+50 |