| Commit message (Expand) | Author | Age | Files | Lines |
* | Start a drag if the tab is dragged off the sides of the window. | pinkerton@chromium.org | 2009-09-09 | 1 | -0/+6 |
* | (Mac) Make mashing the close tab button work. | viettrungluu@chromium.org | 2009-09-01 | 1 | -0/+5 |
* | Updates to clean up default theme and add hover states. | avi@chromium.org | 2009-08-31 | 1 | -8/+6 |
* | Reverting 24700. | avi@chromium.org | 2009-08-28 | 1 | -5/+7 |
* | Updates to clean up default theme and add hover states. | avi@chromium.org | 2009-08-27 | 1 | -7/+5 |
* | Reverting 24512. | avi@chromium.org | 2009-08-26 | 1 | -5/+7 |
* | Updates to clean up default theme and add hover states. | avi@chromium.org | 2009-08-26 | 1 | -7/+5 |
* | Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon... | thakis@chromium.org | 2009-08-11 | 1 | -1/+16 |
* | Make sure we don't set focus to the findbar until after the focus is restored... | estade@chromium.org | 2009-08-11 | 1 | -2/+4 |
* | Fix tab z-ordering on Mac. Make the TabStripController take full | pinkerton@chromium.org | 2009-07-30 | 1 | -0/+4 |
* | Fix tab dragging to always hide the new tab button while dragging a tab or ta... | pinkerton@chromium.org | 2009-07-30 | 1 | -0/+6 |
* | Implement feature where tabs don't resize when using the close box until the ... | pinkerton@chromium.org | 2009-07-24 | 1 | -0/+12 |
* | Live resize of tabs as the window resizes. | pinkerton@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | Propagate theme changes to the tabstrip. | avi@chromium.org | 2009-07-23 | 1 | -0/+3 |
* | Removes our homespun grow box and replaces it with the | rohitrao@chromium.org | 2009-06-29 | 1 | -5/+1 |
* | Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t... | pinkerton@chromium.org | 2009-05-27 | 1 | -0/+4 |
* | Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ... | pinkerton@chromium.org | 2009-05-22 | 1 | -2/+11 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 1 | -2/+8 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 1 | -0/+26 |
* | Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ... | pinkerton@chromium.org | 2009-04-22 | 1 | -2/+1 |
* | Collapse bookmark bars into a single bar per window, rather than one per tab. | pinkerton@chromium.org | 2009-04-14 | 1 | -14/+0 |
* | Convert more members to scoped pointers. Move status bubble into browser wind... | pinkerton@chromium.org | 2009-04-13 | 1 | -6/+6 |
* | Flatten down to a single toolbar per window, significantly simplifying the ta... | pinkerton@chromium.org | 2009-04-09 | 1 | -21/+6 |
* | Refactor tab model observer for cocoa into a separate class so it can be re-u... | pinkerton@chromium.org | 2009-04-08 | 1 | -2/+2 |
* | Hook up close button in tabs. Patch from rohitrao@google.com. | pinkerton@chromium.org | 2009-03-27 | 1 | -1/+3 |
* | Allow live tabs to be dragged out of a window. Change TabStripModel such that | pinkerton@chromium.org | 2009-03-26 | 1 | -0/+3 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -7/+19 |
* | Don't rely on subview ordering to be equivalent to tab ordering. Allows us to... | pinkerton@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 1 | -5/+9 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 1 | -0/+3 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 1 | -0/+3 |
* | Fix the tab strip controller to use a list of controllers rather than relying on | pinkerton@chromium.org | 2009-02-27 | 1 | -3/+5 |
* | Change url bar text according to the model when updating the toolbar. Fix vta... | pinkerton@chromium.org | 2009-02-25 | 1 | -2/+5 |
* | Roll our own grow box since the OS one wants to indent by 3px due to the text... | pinkerton@chromium.org | 2009-02-20 | 1 | -2/+1 |
* | Hook up the resize rect for Mac and enable its use in the renderer (mac-only). | pinkerton@chromium.org | 2009-02-19 | 1 | -0/+5 |
* | Implement SetStarredState on LocationBar for Mac. | pinkerton@chromium.org | 2009-02-17 | 1 | -0/+3 |
* | Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc... | pinkerton@chromium.org | 2009-02-12 | 1 | -0/+9 |
* | Create a stub LocationBar object on Mac to communicate between the bar and th... | pinkerton@chromium.org | 2009-02-06 | 1 | -0/+4 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -3/+9 |
* | rename from tab_bar to tab_strip to be more consistent with windows | pinkerton@chromium.org | 2009-01-29 | 1 | -3/+3 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 1 | -0/+40 |