summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs
Commit message (Expand)AuthorAgeFilesLines
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-172-4/+4
* gtk: Handle RTL layout when rendering the dragged tab.jhawkins@chromium.org2009-07-161-2/+5
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-158-50/+105
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-157-78/+41
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-157-41/+78
* gtk: Remove two calls to Update that are unnecessary. When we layout the dra...jhawkins@chromium.org2009-07-151-2/+0
* gtk: Handle RTL layout when positioning the tab strip drop arrow.jhawkins@chromium.org2009-07-151-1/+1
* Makes it so that if you drag a tab to the left edge of the tab stripsky@chromium.org2009-07-152-10/+76
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-6/+4
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-132-18/+31
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-139-143/+681
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-102-0/+0
* Fix a few issues with the drop arrow in the Linux tab strip:jhawkins@chromium.org2009-07-102-26/+19
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-102-9/+10
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-092-91/+82
* Adds code to position the tab overview button during animations. Itsky@chromium.org2009-07-092-2/+16
* Use the calculated dragged tab bounds when rendering the screenshot into the ...jhawkins@chromium.org2009-07-091-3/+2
* Fix the Linux tab strip zone calculation when using the skyline. We are look...jhawkins@chromium.org2009-07-091-2/+3
* Initialize dragged tab backing store to null.estade@chromium.org2009-07-091-1/+2
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-082-9/+9
* GTK Themes: Use the correct text color in the tab strip.erg@google.com2009-07-084-4/+39
* Popup changesdavemoore@chromium.org2009-07-071-1/+1
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-032-2/+2
* Adds user metrics for tab overview.sky@chromium.org2009-07-011-0/+4
* More new tab button tweaks. I'm leaving tab_start_x as I suspect I'msky@chromium.org2009-07-011-15/+5
* More web contents dragging.estade@chromium.org2009-06-292-7/+8
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-0/+6
* GTK DND:estade@chromium.org2009-06-292-36/+13
* Fix two issues with Drag-N-Drop in gtk tabstrip:jhawkins@chromium.org2009-06-262-2/+37
* Changes the image used for the new tab button.sky@chromium.org2009-06-261-0/+8
* Paint the spy guy.estade@chromium.org2009-06-252-4/+9
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* Syncs to latest messages and makes tab overview button work.sky@chromium.org2009-06-231-2/+17
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-5/+3
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-232-21/+29
* Bring the potential drag destination window to the front when the mouse moves...jhawkins@chromium.org2009-06-231-1/+27
* Hide the window frame when the last tab is dragged out of a tabstrip.jhawkins@chromium.org2009-06-222-3/+27
* Add the ability to resize the window when over the custom frame.tc@google.com2009-06-221-4/+3
* Remove ourselves as a message loop observer in the tabstrip destructor to cat...jhawkins@chromium.org2009-06-191-0/+4
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-193-19/+145
* Handle middle click on gtk tab close button.mattm@chromium.org2009-06-192-0/+19
* Fix tab strip paint regression for tabs other than the first tab.tc@google.com2009-06-181-1/+1
* Make the tabstrip transparent (doesn't paint a background) bytc@google.com2009-06-183-30/+7
* Set the gtk drag icon to a 1x1 transparent pixbuf so we don't get the default...jhawkins@chromium.org2009-06-181-0/+8
* Adds the tab overview button to the tab strip.sky@chromium.org2009-06-172-0/+51
* Fixes bug where creating new tabs on linux would momentarily flash thesky@chromium.org2009-06-171-0/+4
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-142-2/+3
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-122-117/+0
* Fix themed toolbar drawing following tabstrip changes.estade@chromium.org2009-06-122-0/+20
* UI tweaks for the tab strip on linux.sky@chromium.org2009-06-112-2/+18