summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_strip_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Re-add tabstrip background rendering with support for themed backgrounds.jhawkins@chromium.org2009-05-131-1/+7
* Update the Linux tabstrip code to handle themes.jhawkins@chromium.org2009-05-121-3/+0
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-101/+31
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-291-0/+3
* Fix a few crashes when trying to drag a closing tab.jhawkins@chromium.org2009-04-271-0/+4
* Add initial support for dragging tabs in the Linux tab strip.jhawkins@chromium.org2009-04-231-0/+74
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-5/+9
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-141-1/+0
* Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...jhawkins@chromium.org2009-04-101-1/+3
* Add the New Tab button for Linux tabstrip.jhawkins@chromium.org2009-04-101-0/+9
* Add a resize layout animation to the Linux tabstrip.jhawkins@chromium.org2009-04-091-0/+5
* Add a remove tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-091-0/+8
* Add an insert tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-091-0/+25
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-2/+6
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-4/+11
* Un-hover the current highlighted tab when the mouse leaves the tabstrip.jhawkins@chromium.org2009-04-061-0/+4
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-061-1/+2
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-061-3/+3
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-021-0/+11
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...jhawkins@chromium.org2009-03-311-7/+0
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-0/+153