index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
gtk
/
tabs
/
dragged_tab_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move chrome/browser/gtk/ to chrome/browser/ui/gtk/
msw@chromium.org
2011-01-14
1
-339
/
+0
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
1
-5
/
+5
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
1
-1
/
+0
*
Move theme files in chrome/browser/ into a themes/ subdir.
evan@chromium.org
2010-08-25
1
-1
/
+1
*
Linux: Use opaque black instead of opaque white when setting the mask during ...
thestig@chromium.org
2010-07-12
1
-1
/
+4
*
Implement App Tabs for GTK
rafaelw@chromium.org
2010-07-02
1
-1
/
+4
*
Canvas refactoring part 2.
ben@chromium.org
2010-06-23
1
-1
/
+0
*
Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".
erg@chromium.org
2010-05-26
1
-2
/
+1
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
1
-1
/
+1
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-2
/
+2
*
Remove dependency from webkit on chrome/common by moving files to src/app.
pinkerton@chromium.org
2010-03-19
1
-1
/
+1
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Implements mini-tab support for linux.
sky@chromium.org
2010-03-05
1
-21
/
+6
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-2
/
+2
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-2
/
+2
*
Resolve issue 22731
jhawkins@chromium.org
2010-01-11
1
-6
/
+7
*
[More BTP includes.]
erg@google.com
2009-12-18
1
-0
/
+1
*
TBR: Revert to fix Chromos.
erg@google.com
2009-12-17
1
-1
/
+0
*
Uninstall themes when all theme infobars are gone; not on each infobar's dest...
erg@google.com
2009-12-17
1
-0
/
+1
*
Gtk: improve performance of tab dragging.
estade@chromium.org
2009-12-14
1
-15
/
+10
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Remove code doing a no-op due to float -> int rounding.
phajdan.jr@chromium.org
2009-09-14
1
-4
/
+7
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-7
/
+4
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-4
/
+7
*
Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...
mdm@chromium.org
2009-07-31
1
-3
/
+3
*
Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.
mdm@chromium.org
2009-07-30
1
-3
/
+3
*
gtk: Fix a regression from r21320 which caused a crash when dragging a tab ou...
jhawkins@chromium.org
2009-07-23
1
-1
/
+7
*
gtk: Handle RTL layout when rendering the dragged tab.
jhawkins@chromium.org
2009-07-16
1
-2
/
+5
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
1
-1
/
+2
*
Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...
erg@google.com
2009-07-15
1
-2
/
+1
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
1
-1
/
+2
*
gtk: Remove two calls to Update that are unnecessary. When we layout the dra...
jhawkins@chromium.org
2009-07-15
1
-2
/
+0
*
Adds rendering and dragging of pinned tabs to gtk.
sky@chromium.org
2009-07-13
1
-4
/
+25
*
Improve performance of dragged tab renderering.
estade@chromium.org
2009-07-09
1
-80
/
+78
*
Use the calculated dragged tab bounds when rendering the screenshot into the ...
jhawkins@chromium.org
2009-07-09
1
-3
/
+2
*
Initialize dragged tab backing store to null.
estade@chromium.org
2009-07-09
1
-1
/
+2
*
Two fixes for tab dragging in gtk:
jhawkins@chromium.org
2009-06-29
1
-0
/
+6
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
1
-5
/
+3
*
Render the dragged tab contents when detaching a tab from the tabstrip in gtk.
jhawkins@chromium.org
2009-06-19
1
-13
/
+111
*
Implement URL Drag & Drop for the linux tabstrip.
jhawkins@chromium.org
2009-06-09
1
-6
/
+2
*
Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.
thestig@chromium.org
2009-06-06
1
-15
/
+15
*
Implement and use the -> operator for OwnedWidgetGtk.
thestig@chromium.org
2009-06-05
1
-15
/
+15
*
Merge app/gfx/gtk_util into base/gfx/gtk_util.
thestig@google.com
2009-06-03
1
-1
/
+1
*
Implement dragging a tab out of a TabStripGtk into its own browser window.
jhawkins@chromium.org
2009-05-26
1
-0
/
+4
*
Remove a debugging statement that was left in my last commit.
jhawkins@chromium.org
2009-05-20
1
-1
/
+0
*
Handle non-composited WMs when rendering the dragged tab. Also moves renderi...
jhawkins@chromium.org
2009-05-19
1
-10
/
+59
[next]