summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-191-12/+1
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-0/+9
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-28/+49
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-8/+20
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-141-1/+14
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-0/+15
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-061-3/+3
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-031-4/+7
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-0/+89