summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_view.mm
Commit message (Expand)AuthorAgeFilesLines
* Mac: Fix crash while dragging a tab alone in a window.viettrungluu@chromium.org2009-10-061-1/+7
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-051-1/+1
* Fix several issues with dragging tabs and quickly letting go, including crash...pinkerton@chromium.org2009-10-021-15/+45
* Fix a bug where dragging a window that's been closed by JS back into another ...pinkerton@chromium.org2009-09-301-5/+7
* Allow windows with a single tab to be merged into other windows with drag and...pinkerton@chromium.org2009-09-101-30/+49
* Start a drag if the tab is dragged off the sides of the window.pinkerton@chromium.org2009-09-091-2/+5
* (Mac) Make mashing the close tab button work.viettrungluu@chromium.org2009-09-011-3/+39
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-311-50/+139
* Reverting 24700.avi@chromium.org2009-08-281-139/+50
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-271-50/+139
* Reverting 24512.avi@chromium.org2009-08-261-139/+49
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-261-49/+139
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-17/+37
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-1/+7
* Fix gradient drawing on the Mac. (Base coordinate system != window base coord...avi@chromium.org2009-07-271-3/+0
* Make tabs go all the way to the right edge and stop using less of the strip a...pinkerton@chromium.org2009-07-231-1/+2
* Fix issue where dragging window via a tab would incorrectly dim chrome when t...pinkerton@chromium.org2009-07-231-0/+2
* Propagate theme changes to the tabstrip.avi@chromium.org2009-07-231-1/+1
* Correctly account for windows of different sizes when snapping windows togeth...pinkerton@chromium.org2009-07-231-2/+9
* Initial support for theming on Mac OS X.avi@chromium.org2009-07-131-0/+128
* Added an helper namespace that provides fetches images from the app bundle an...thomasvl@chromium.org2009-07-091-2/+3
* Add context menus to tabs.pinkerton@chromium.org2009-07-081-3/+9
* Only allow tabs to be dragged between compatible windows.shess@chromium.org2009-06-061-1/+5
* Adds mouseover images to the close tab button on Mac.rohitrao@chromium.org2009-06-021-0/+27
* Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...pinkerton@chromium.org2009-05-221-201/+220
* Support middle-click-to-close on the Mac.stuartmorgan@chromium.org2009-05-221-0/+8
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-121-7/+2
* Changes the way we calculate hit rects in TabView to reducerohitrao@chromium.org2009-04-301-1/+9
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-23/+30
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-48/+95
* Add some hysterisis to tab dragging on Mac.shess@chromium.org2009-04-031-0/+19
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-4/+4
* Remove obsolete TODOs.pinkerton@chromium.org2009-03-261-9/+1
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-10/+12
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-2/+189
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-0/+50