summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs
Commit message (Expand)AuthorAgeFilesLines
* Adds user metrics for tab overview.sky@chromium.org2009-07-011-0/+4
* More new tab button tweaks. I'm leaving tab_start_x as I suspect I'msky@chromium.org2009-07-011-15/+5
* More web contents dragging.estade@chromium.org2009-06-292-7/+8
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-0/+6
* GTK DND:estade@chromium.org2009-06-292-36/+13
* Fix two issues with Drag-N-Drop in gtk tabstrip:jhawkins@chromium.org2009-06-262-2/+37
* Changes the image used for the new tab button.sky@chromium.org2009-06-261-0/+8
* Paint the spy guy.estade@chromium.org2009-06-252-4/+9
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* Syncs to latest messages and makes tab overview button work.sky@chromium.org2009-06-231-2/+17
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-5/+3
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-232-21/+29
* Bring the potential drag destination window to the front when the mouse moves...jhawkins@chromium.org2009-06-231-1/+27
* Hide the window frame when the last tab is dragged out of a tabstrip.jhawkins@chromium.org2009-06-222-3/+27
* Add the ability to resize the window when over the custom frame.tc@google.com2009-06-221-4/+3
* Remove ourselves as a message loop observer in the tabstrip destructor to cat...jhawkins@chromium.org2009-06-191-0/+4
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-193-19/+145
* Handle middle click on gtk tab close button.mattm@chromium.org2009-06-192-0/+19
* Fix tab strip paint regression for tabs other than the first tab.tc@google.com2009-06-181-1/+1
* Make the tabstrip transparent (doesn't paint a background) bytc@google.com2009-06-183-30/+7
* Set the gtk drag icon to a 1x1 transparent pixbuf so we don't get the default...jhawkins@chromium.org2009-06-181-0/+8
* Adds the tab overview button to the tab strip.sky@chromium.org2009-06-172-0/+51
* Fixes bug where creating new tabs on linux would momentarily flash thesky@chromium.org2009-06-171-0/+4
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-142-2/+3
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-122-117/+0
* Fix themed toolbar drawing following tabstrip changes.estade@chromium.org2009-06-122-0/+20
* UI tweaks for the tab strip on linux.sky@chromium.org2009-06-112-2/+18
* Use the MessageLoopForUI::Observer interface to listen for mouse motion event...jhawkins@chromium.org2009-06-112-34/+27
* Start the resize animation after a delay once the mouse has left the tabstrip...jhawkins@chromium.org2009-06-112-21/+115
* First cut at tall titlebar and custom window frame.tc@google.com2009-06-102-12/+9
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-093-7/+402
* Remove a header that is no longer being used after r17818.jhawkins@chromium.org2009-06-081-1/+0
* Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.thestig@chromium.org2009-06-062-17/+17
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-055-28/+28
* Make sure the tabstrip we're dragging in to is compatible with the source tab...jhawkins@chromium.org2009-06-053-1/+11
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-042-0/+27
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-042-36/+0
* Don't reset the gdk_event_handler in the tab destructor as this overwrites th...jhawkins@chromium.org2009-06-031-3/+0
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-034-13/+75
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-033-1/+16
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-032-0/+2
* Allow left clicks in the tab strip to initiate a drag of the window.tc@google.com2009-06-021-1/+5
* Add a context menu to the tab strip. It appears when you click in thetc@google.com2009-06-022-1/+89
* Linux: show tab context menu on mousedown rather than mouse up.estade@chromium.org2009-05-291-2/+2
* Hopefully fdix the Linux buildbrettw@chromium.org2009-05-281-3/+1
* Fix initial window placement when dragging a tab out of the tabstrip into its...jhawkins@chromium.org2009-05-262-1/+9
* Fix a corner case in tab dragging where we receive a drag-end signal before e...jhawkins@chromium.org2009-05-261-0/+6
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-268-44/+228
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-212-0/+2