summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/dragged_tab_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL. jhawkins@chromium.org2009-12-071-1/+1
* Remove new tabstrip code. Going to try doing this a different way.ben@chromium.org2009-11-171-2/+2
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-8/+8
* Fixes possible crash during tab dragging. The code was invokingsky@chromium.org2009-11-111-3/+9
* Makes inactive pinned tabs throb on views when the title changes.sky@chromium.org2009-10-261-0/+1
* Gets the drop arrow to show when dragging URLs over the tab strip.sky@chromium.org2009-09-221-0/+4
* Makes tab dragging on views restrict the drag to the main window.sky@chromium.org2009-09-221-1/+15
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-111-11/+171
* Use GET_X/Y_PARAM instead of LO/HIWORD.darin@chromium.org2009-07-301-1/+1
* Use GetMessagePos instead of GetCursorPos to avoid unwanted detached tabs.darin@chromium.org2009-07-291-3/+2
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-081-2/+2
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-6/+0
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* This CL fixes issue 6223 (comment #10 and #15).xji@chromium.org2009-06-151-10/+54
* Forbid tab drops on application windows.ben@chromium.org2009-06-041-1/+2
* Fixes a couple of related bugs:sky@chromium.org2009-06-011-1/+1
* Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...davemoore@chromium.org2009-05-281-1/+2
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-2/+2
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-261-1/+1
* Adds DidProcessEvent to MessagePumpGLib.sky@chromium.org2009-05-191-0/+3
* Fixes merge error.sky@chromium.org2009-05-191-6/+0
* Makes dragged_tab_controller compiler on linux. I'm not adding this tosky@chromium.org2009-05-191-40/+64
* Gets dragged_tab_view to compile on linux.sky@chromium.org2009-05-191-0/+7
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-191-0/+1
* Refactors HWNDPhotobooth into NativeViewPhotobooth andsky@chromium.org2009-05-181-3/+5
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* Refactors DockInfo so that it can be used on Linux. I haven't done thesky@chromium.org2009-05-151-23/+36
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move *Animation to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-011-1/+1
* Two changes:sky@chromium.org2009-04-291-1/+1
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+7
* Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYEDbrettw@chromium.org2009-04-241-8/+6
* ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...rafaelw@chromium.org2009-04-161-2/+3
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-35/+6
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-2/+4
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-8/+8
* Changes docking in the following ways:sky@google.com2009-03-101-140/+80
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+2
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-021-0/+1