summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Put TabGtk's Observer inside a scoped_ptr.thestig@chromium.org2009-10-291-0/+4
* Hack around the floating tab when using space/enter to end a drag.tony@chromium.org2009-10-211-0/+15
* GTK: Get rid of default drag icon for tab drags.estade@chromium.org2009-09-171-3/+8
* gtk: Don't complete the tab drag if the user canceled the drag operation.jhawkins@chromium.org2009-09-021-5/+7
* gtk: Use a GtkInvisible to track the tab dragging operation. Originally we w...jhawkins@chromium.org2009-08-311-19/+32
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* gtk: Update the tooltip state whenever the tab is resized.jhawkins@chromium.org2009-08-201-0/+9
* gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...jhawkins@chromium.org2009-08-031-8/+0
* gtk: Fix the case where a user quickly moves the mouse away from a dragged tabjhawkins@chromium.org2009-07-231-1/+4
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+7
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-7/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+7
* Use the MessageLoopForUI::Observer interface to listen for mouse motion event...jhawkins@chromium.org2009-06-111-10/+8
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-031-0/+1
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-261-3/+8
* 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