summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/dragged_tab_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-7/+4
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-4/+7
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-3/+3
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* gtk: Fix a regression from r21320 which caused a crash when dragging a tab ou...jhawkins@chromium.org2009-07-231-1/+7
* gtk: Handle RTL layout when rendering the dragged tab.jhawkins@chromium.org2009-07-161-2/+5
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+2
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-2/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+2
* gtk: Remove two calls to Update that are unnecessary. When we layout the dra...jhawkins@chromium.org2009-07-151-2/+0
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-131-4/+25
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-091-80/+78
* Use the calculated dragged tab bounds when rendering the screenshot into the ...jhawkins@chromium.org2009-07-091-3/+2
* Initialize dragged tab backing store to null.estade@chromium.org2009-07-091-1/+2
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-0/+6
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-5/+3
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-191-13/+111
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-091-6/+2
* Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.thestig@chromium.org2009-06-061-15/+15
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-051-15/+15
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-261-0/+4
* Remove a debugging statement that was left in my last commit.jhawkins@chromium.org2009-05-201-1/+0
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-191-10/+59
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-0/+173