summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: First cut at tab dragging automation.estade@chromium.org2009-09-251-11/+14
* GTK: Get rid of default drag icon for tab drags.estade@chromium.org2009-09-171-6/+10
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-4/+8
* gtk: Don't complete the tab drag if the user canceled the drag operation.jhawkins@chromium.org2009-09-021-26/+21
* Makes 'Pin tab' option in context menu a checkbox.sky@chromium.org2009-08-311-1/+1
* gtk: Use a GtkInvisible to track the tab dragging operation. Originally we w...jhawkins@chromium.org2009-08-311-59/+78
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-4/+4
* gtk: Clip the cairo context to the extents provided to the DrawStringInt func...jhawkins@chromium.org2009-08-241-4/+4
* gtk: Update the tooltip state whenever the tab is resized.jhawkins@chromium.org2009-08-201-11/+29
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* Hook up copy pasta hotkeys in gtk bookmark manager.estade@chromium.org2009-08-061-1/+1
* gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...jhawkins@chromium.org2009-08-031-16/+2
* GTK: Show shortcuts in title bar context menu and tab context menu.estade@chromium.org2009-07-311-31/+29
* gtk: Grab the pointer when we grab focus for the source tab's widget. Fixes ...jhawkins@chromium.org2009-07-301-1/+8
* gtk: Fix the case where a user quickly moves the mouse away from a dragged tabjhawkins@chromium.org2009-07-231-0/+9
* gtk: Two fixes for the tab leak:jhawkins@chromium.org2009-07-211-3/+0
* Make middle-clicking on GTK tabs not count for closing if you release off of ...brettw@chromium.org2009-07-211-1/+6
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-1/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+1
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-1/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+1
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-6/+4
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-131-1/+12
* More web contents dragging.estade@chromium.org2009-06-291-2/+3
* GTK DND:estade@chromium.org2009-06-291-8/+2
* Set the gtk drag icon to a 1x1 transparent pixbuf so we don't get the default...jhawkins@chromium.org2009-06-181-0/+8
* Use the MessageLoopForUI::Observer interface to listen for mouse motion event...jhawkins@chromium.org2009-06-111-24/+19
* Don't reset the gdk_event_handler in the tab destructor as this overwrites th...jhawkins@chromium.org2009-06-031-3/+0
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-031-0/+14
* Linux: show tab context menu on mousedown rather than mouse up.estade@chromium.org2009-05-291-2/+2
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-261-19/+26
* 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