summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_strip_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Fixes bug on removing last pinned tab that left new tab buttonsky@chromium.org2009-12-221-0/+8
* Attempt 2 at landing this:sky@chromium.org2009-12-211-47/+29
* Re-land http://codereview.chromium.org/507022.suzhe@chromium.org2009-12-211-1/+3
* Revert 34954 - Fix issue 11258: Linux: gracefully handle small browser windowrsesek@chromium.org2009-12-181-3/+1
* Fix issue 11258: Linux: gracefully handle small browser windowsuzhe@chromium.org2009-12-181-1/+3
* cleanup: rename variable |resize_layout_scheduled_| to |needs_resize_layout_|.thakis@chromium.org2009-11-141-6/+6
* Revert "Removes TabStrip::CanUpdateDisplay as it ..."evan@chromium.org2009-11-121-16/+31
* Removes TabStrip::CanUpdateDisplay as it lead to crashes on thesky@chromium.org2009-11-121-31/+16
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-3/+11
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Fix the tab move animation when the custom frame is on. Previously,tony@chromium.org2009-10-071-2/+2
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-0/+1
* Linux: create dropped tab windows at the restore size of the source window in...mdm@chromium.org2009-09-231-1/+2
* GTK: fix tabstrip index misalignment during tab removal.estade@chromium.org2009-09-091-1/+11
* Don't paint the throbber animation while dragging.tony@chromium.org2009-09-021-1/+2
* Minor tweaks to how pin tabs look:sky@chromium.org2009-09-011-0/+8
* gtk: Use a GtkInvisible to track the tab dragging operation. Originally we w...jhawkins@chromium.org2009-08-311-3/+4
* gtk: Schedule a paint operation for the previously selected tab when selectin...jhawkins@chromium.org2009-08-301-0/+4
* gtk: Remove unnecessary gtk_widget_queue_draws from the tabstrip code.jhawkins@chromium.org2009-08-281-6/+1
* Add a fast path for tab strip expose.tony@chromium.org2009-08-271-1/+59
* gtk: Subtract the tabstrip x offset from the last tab x offset when calculati...jhawkins@chromium.org2009-08-271-1/+1
* Make the tab strip expose events more targeted on linux.tony@chromium.org2009-08-261-5/+13
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-0/+22
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-111-71/+0
* Linux: Load PRIMARY selection on middle-click on new tab button.derat@chromium.org2009-08-111-1/+60
* Fixes bug in calculating size of tabs on linux tab strip. Specificallysky@chromium.org2009-08-031-4/+4
* Fix a bug where we tried to get the position of the tabstriptc@google.com2009-07-311-2/+4
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-7/+7
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-7/+7
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-2/+2
* gtk: Fix the positioning of the tabstrip drop arrow for RTL locales.jhawkins@chromium.org2009-07-271-7/+13
* GTK: Let custom draw buttons specify their stock size as well as their stock ...estade@chromium.org2009-07-241-2/+2
* gtk: Fix the case where a user quickly moves the mouse away from a dragged tabjhawkins@chromium.org2009-07-231-0/+6
* gtk: Only accept text/uri-list drops in the tab strip. We were accepting tex...jhawkins@chromium.org2009-07-221-4/+2
* gtk: Fix a regression from r20404 which keeps a drag into the tabstrip from w...jhawkins@chromium.org2009-07-221-27/+28
* gtk: Two fixes for the tab leak:jhawkins@chromium.org2009-07-211-1/+4
* Two tweaks to the linux tab strip code:sky@chromium.org2009-07-171-2/+9
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-3/+3
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-0/+4
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-4/+0
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-0/+4
* gtk: Handle RTL layout when positioning the tab strip drop arrow.jhawkins@chromium.org2009-07-151-1/+1
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-13/+17
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-131-48/+332
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-101-0/+0
* Fix a few issues with the drop arrow in the Linux tab strip:jhawkins@chromium.org2009-07-101-24/+16
* Adds code to position the tab overview button during animations. Itsky@chromium.org2009-07-091-2/+11
* Fix the Linux tab strip zone calculation when using the skyline. We are look...jhawkins@chromium.org2009-07-091-2/+3