summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_strip_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-499/+103
* Move *Animation to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-291-0/+8
* Close the hovered tab on middle mouse click in the Linux tabstrip.jhawkins@chromium.org2009-04-291-4/+0
* Fix the case where a previous tab is closing and the mouse is pressed on a ta...jhawkins@chromium.org2009-04-281-1/+12
* Always simulate a mouse movement after animations in the Linux tabstrip to ma...jhawkins@chromium.org2009-04-281-23/+19
* Fix a few crashes when trying to drag a closing tab.jhawkins@chromium.org2009-04-271-4/+28
* Fixes a gcc-4.3 warning in tab_strip_gtk.cc.jhawkins@chromium.org2009-04-271-10/+2
* Add initial support for dragging tabs in the Linux tab strip.jhawkins@chromium.org2009-04-231-30/+357
* GTK: Don't triple buffer the tab strip.estade@chromium.org2009-04-231-0/+2
* Remove a debugging change that was accidentally added to r14123.jhawkins@chromium.org2009-04-221-1/+0
* Handle a race between the remove tab animation resizing the closing tab and t...jhawkins@chromium.org2009-04-211-1/+11
* Make sure to free any remaining tabs on tabstrip destruction. There are two ...jhawkins@chromium.org2009-04-201-0/+10
* Make sure to delete the tab when we remove it from the tab strip. Also remov...jhawkins@chromium.org2009-04-161-1/+5
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-205/+77
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-141-5/+5
* Fix a crash when the browser opens a popup window in Linux.jhawkins@chromium.org2009-04-141-0/+5
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-101-3/+2
* Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...jhawkins@chromium.org2009-04-101-6/+6
* Add the New Tab button for Linux tabstrip.jhawkins@chromium.org2009-04-101-7/+239
* Add a resize layout animation to the Linux tabstrip.jhawkins@chromium.org2009-04-091-7/+93
* Add a remove tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-091-14/+130
* Add an insert tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-091-2/+239
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-12/+38
* Fix a crash on tab closure. We now use our own model data and check that the...jhawkins@chromium.org2009-04-081-4/+5
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-1/+22
* Un-hover the current highlighted tab when the mouse leaves the tabstrip.jhawkins@chromium.org2009-04-061-3/+20
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-061-4/+5
* Remove two unneeded uses of std::floor in the GTK tab code.deanm@chromium.org2009-04-031-3/+2
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-021-1/+75
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...jhawkins@chromium.org2009-03-311-20/+15
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-0/+420