summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_view.mm
Commit message (Expand)AuthorAgeFilesLines
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-1/+1
* [Mac] Fix aesthetic issues with themes given the new TopChrome changes.andybons@chromium.org2010-08-121-5/+10
* [Mac] Give active tabs an appropriate inner highlight to reduce visual artifa...andybons@chromium.org2010-07-211-71/+79
* [Mac]Implement ViewID support. (third approach)suzhe@chromium.org2010-07-201-0/+5
* Respect Spaces when dragging tabs on OS Xdavidben@chromium.org2010-07-191-0/+67
* [Mac] Finish implementation of App Tabs. This takes into account the UI conso...andybons@chromium.org2010-07-141-6/+3
* [Mac] Initial implementation of app tabs. Loads the app and displays the corr...andybons@chromium.org2010-07-071-3/+6
* Add a 1px white bezel under the dark line separating the tab strip and the to...pinkerton@chromium.org2010-06-171-8/+15
* Mac/clang: Uncontentious fixes.thakis@chromium.org2010-06-111-10/+0
* Fix contextual menu crash by disabling the contextual menu.avi@chromium.org2010-04-301-10/+11
* Fix dragging a tab out of a window when the only tabs left behind are phantom...pinkerton@chromium.org2010-04-291-1/+1
* Re-land r43741 - broke browser_tests.rsesek@chromium.org2010-04-091-0/+13
* Revert 43741 - [Mac] Make Mac phantom tabs match the appearance of the other ...rsesek@chromium.org2010-04-061-5/+0
* [Mac] Make Mac phantom tabs match the appearance of the other platforms.rsesek@chromium.org2010-04-061-0/+5
* Mac: Make background tabs draw properly in fullscreen mode.viettrungluu@chromium.org2010-03-101-1/+4
* Base coordinate system != Window base coordinate system. Fixing.avi@chromium.org2010-03-031-3/+2
* Aggressively cache theme image pattern colors.avi@chromium.org2010-03-021-4/+4
* Fix background tabs in themes that don't specify a background tab image.avi@chromium.org2010-03-021-5/+13
* Finishing removal of GTMTheme. All incognito drawing is now correct, themed o...avi@chromium.org2010-02-261-22/+22
* Base coordinate system != Window base coordinate system. Marking things to be...avi@chromium.org2010-02-251-0/+1
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-12/+4
* [Mac] Add methods to prevent tab detaching or window moving if needed. Modif...rohitrao@chromium.org2010-01-251-7/+10
* Mac: make pinned tab title change alert more noticeable.viettrungluu@chromium.org2010-01-241-20/+20
* Mac: fix crashes related to detaching tabs.viettrungluu@chromium.org2010-01-041-2/+8
* Cleaning up the tab accessibility model.avi@chromium.org2009-12-281-0/+38
* Make the tab strip and tabs first-class accessibility objects.avi@chromium.org2009-12-211-0/+17
* Mac: make unselected pinned tabs glow when their title changes.viettrungluu@chromium.org2009-12-161-39/+147
* Factor tab context menu into a shared model and fix mac and win to use it. Im...pinkerton@chromium.org2009-12-161-0/+6
* Committing issue 484006 for feldstein.mirandac@chromium.org2009-12-151-59/+9
* Clean up property name and add comment about thread-safety.pinkerton@chromium.org2009-12-011-3/+3
* Mac: minor cleanup for TabView.viettrungluu@chromium.org2009-12-011-18/+22
* Clear the target/action of the close button when the view goes into the closi...pinkerton@chromium.org2009-11-301-0/+9
* Get rid of DCHECK that was firing. The check itself is not dmaclach@chromium.org2009-11-171-1/+0
* Attempt to get a fix and performance back.dmaclach@chromium.org2009-11-131-13/+47
* Revert 31814 - Testing to see if it caused performance problems.dmaclach@chromium.org2009-11-121-22/+0
* Add support for observing tracking areas so that when tabs are moved underneathdmaclach@chromium.org2009-11-121-0/+22
* Get rid of flickering of the old tab in the content area, caused by not drawi...pinkerton@chromium.org2009-11-091-1/+4
* Make the target window main when dragging a tab onto it so it looks more like...pinkerton@chromium.org2009-11-091-1/+7
* Mac: fix tab closure problem when close tab buttons not shown.viettrungluu@chromium.org2009-11-071-2/+7
* Prevent being caught in a drag without the correct set up being first perform...pinkerton@chromium.org2009-11-061-2/+11
* Fix issue where transparent window background wouldn't show up until after yo...pinkerton@chromium.org2009-11-061-21/+33
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-4/+16
* Mac: Make middle-click tab closure cancellable.viettrungluu@chromium.org2009-10-261-1/+8
* Fix tab dragging when windows overlap. Bring window to front when dragging a ...pinkerton@chromium.org2009-10-151-7/+14
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-45/+44
* 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