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