summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in bookmark bar where we had conflicting ids.erg@google.com2009-05-201-1/+3
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-191-35/+2
* Landing approved patch for Vincent Zanotti.jhawkins@chromium.org2009-05-181-3/+7
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-11/+41
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-77/+127
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Close the hovered tab on middle mouse click in the Linux tabstrip.jhawkins@chromium.org2009-04-291-1/+3
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-26/+53
* Simplify TabGtk::ContextMenuController by adding methods to dynamically build...jhawkins@chromium.org2009-04-141-60/+31
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-141-2/+126
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-1/+36
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-031-24/+28
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-0/+63