summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Update references part 1:msw@chromium.org2011-01-181-12/+0
* Move chrome/browser/gtk/ to chrome/browser/ui/gtk/msw@chromium.org2011-01-141-204/+3
* Prevent extensions from moving tabs that are being dragged. This fixes a cras...jstritar@chromium.org2010-12-221-0/+7
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-5/+2
* Cleanup: Remove unneeded headers from app/ (part 3)thestig@chromium.org2010-07-311-1/+0
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-301-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Nukes the nano tab style on gtk and brings back the toolbar for appssky@chromium.org2010-07-171-6/+0
* Reland -- Add tab menu item to show/hide toolbar for app tabsrafaelw@chromium.org2010-07-121-0/+6
* Revert "Add tab menu item to show/hide toolbar for app tabs"rafaelw@chromium.org2010-07-081-6/+0
* Add tab menu item to show/hide toolbar for app tabsrafaelw@chromium.org2010-07-081-0/+6
* Implement App Tabs for GTKrafaelw@chromium.org2010-07-021-0/+1
* GTK: More signal macro usage.erg@chromium.org2010-05-281-11/+7
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-1/+6
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-0/+3
* 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