summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_strip_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug where highlighting the close XXX menu items in the contextsky@chromium.org2010-03-261-10/+5
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-5/+5
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-76/+287
* GTK: fix a tab dragging crasher.estade@chromium.org2010-03-041-2/+1
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-2/+2
* GTK: Change the vertical offsets in non-custom tab background images dependin...erg@chromium.org2010-02-231-0/+7
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-9/+9
* accept NETSCAPE_URL drags in gtk tabstripestade@chromium.org2010-02-081-3/+7
* Adds Animation::CurrentValueBetween and gets rid of a bunch ofsky@chromium.org2010-02-071-21/+11
* GTK: Fix tab strip width calculation for RTLestade@chromium.org2010-02-051-1/+4
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-186/+3
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-0/+7
* 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