summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/dragged_tab_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move chrome/browser/gtk/ to chrome/browser/ui/gtk/msw@chromium.org2011-01-141-339/+0
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-071-5/+5
* Move:ben@chromium.org2010-12-021-1/+1
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-1/+0
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-1/+1
* Linux: Use opaque black instead of opaque white when setting the mask during ...thestig@chromium.org2010-07-121-1/+4
* Implement App Tabs for GTKrafaelw@chromium.org2010-07-021-1/+4
* Canvas refactoring part 2.ben@chromium.org2010-06-231-1/+0
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-2/+1
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-1/+1
* 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
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-21/+6
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-2/+2
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-2/+2
* Resolve issue 22731jhawkins@chromium.org2010-01-111-6/+7
* [More BTP includes.]erg@google.com2009-12-181-0/+1
* TBR: Revert to fix Chromos.erg@google.com2009-12-171-1/+0
* Uninstall themes when all theme infobars are gone; not on each infobar's dest...erg@google.com2009-12-171-0/+1
* Gtk: improve performance of tab dragging.estade@chromium.org2009-12-141-15/+10
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-4/+7
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-7/+4
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-4/+7
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-3/+3
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* gtk: Fix a regression from r21320 which caused a crash when dragging a tab ou...jhawkins@chromium.org2009-07-231-1/+7
* 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-151-1/+2
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-2/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+2
* gtk: Remove two calls to Update that are unnecessary. When we layout the dra...jhawkins@chromium.org2009-07-151-2/+0
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-131-4/+25
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-091-80/+78
* Use the calculated dragged tab bounds when rendering the screenshot into the ...jhawkins@chromium.org2009-07-091-3/+2
* Initialize dragged tab backing store to null.estade@chromium.org2009-07-091-1/+2
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-0/+6
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-5/+3
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-191-13/+111
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-091-6/+2
* Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.thestig@chromium.org2009-06-061-15/+15
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-051-15/+15
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-261-0/+4
* 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-191-10/+59