summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs
Commit message (Expand)AuthorAgeFilesLines
* First cut at tall titlebar and custom window frame.tc@google.com2009-06-102-12/+9
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-093-7/+402
* Remove a header that is no longer being used after r17818.jhawkins@chromium.org2009-06-081-1/+0
* Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.thestig@chromium.org2009-06-062-17/+17
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-055-28/+28
* Make sure the tabstrip we're dragging in to is compatible with the source tab...jhawkins@chromium.org2009-06-053-1/+11
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-042-0/+27
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-042-36/+0
* Don't reset the gdk_event_handler in the tab destructor as this overwrites th...jhawkins@chromium.org2009-06-031-3/+0
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-034-13/+75
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-033-1/+16
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-032-0/+2
* Allow left clicks in the tab strip to initiate a drag of the window.tc@google.com2009-06-021-1/+5
* Add a context menu to the tab strip. It appears when you click in thetc@google.com2009-06-022-1/+89
* Linux: show tab context menu on mousedown rather than mouse up.estade@chromium.org2009-05-291-2/+2
* Hopefully fdix the Linux buildbrettw@chromium.org2009-05-281-3/+1
* Fix initial window placement when dragging a tab out of the tabstrip into its...jhawkins@chromium.org2009-05-262-1/+9
* Fix a corner case in tab dragging where we receive a drag-end signal before e...jhawkins@chromium.org2009-05-261-0/+6
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-268-44/+228
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-212-0/+2
* GTK: Use correct tabstrip background in Incognito mode.erg@google.com2009-05-212-6/+7
* Revert 16567.ben@chromium.org2009-05-212-2/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-212-0/+2
* Fix crash in bookmark bar where we had conflicting ids.erg@google.com2009-05-201-1/+3
* Translate the canvas used to render gtk tabs by the tab bounds in order to re...jhawkins@chromium.org2009-05-202-21/+28
* Remove a debugging statement that was left in my last commit.jhawkins@chromium.org2009-05-201-1/+0
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-196-107/+184
* Implement the sad tab crash animation for tabs in linux.jhawkins@chromium.org2009-05-182-3/+126
* Landing approved patch for Vincent Zanotti.jhawkins@chromium.org2009-05-181-3/+7
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-1/+3
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-189-59/+620
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-153-13/+13
* ChromeFont->gfx::Fontbeng@google.com2009-05-152-3/+3
* Re-add tabstrip background rendering with support for themed backgrounds.jhawkins@chromium.org2009-05-132-4/+18
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Update the Linux tabstrip code to handle themes.jhawkins@chromium.org2009-05-124-64/+106
* To get things green:glen@chromium.org2009-05-091-7/+8
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-062-2/+2
* Move l10n_util to app/ben@chromium.org2009-05-053-3/+3
* Remove the no-longer used TabButtonGtk class.jhawkins@chromium.org2009-05-053-201/+0
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-058-743/+967
* Move *Animation to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-053-3/+3
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-292-0/+11
* Close the hovered tab on middle mouse click in the Linux tabstrip.jhawkins@chromium.org2009-04-292-5/+3
* 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