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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
2
-2
/
+2
*
Fix the tab move animation when the custom frame is on. Previously,
tony@chromium.org
2009-10-07
1
-2
/
+2
*
gtk: Restore the window that is hidden when the last tab is dragged out of th...
jhawkins@chromium.org
2009-10-02
2
-6
/
+21
*
GTK: Add three simple unit tests to the bookmark bar.
erg@google.com
2009-09-25
1
-8
/
+4
*
GTK: First cut at tab dragging automation.
estade@chromium.org
2009-09-25
1
-11
/
+14
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
1
-3
/
+3
*
Add more view ids and gtk widget names to so gtkparasite is
tony@chromium.org
2009-09-23
1
-0
/
+1
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
1
-3
/
+3
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
1
-3
/
+3
*
Linux: create dropped tab windows at the restore size of the source window in...
mdm@chromium.org
2009-09-23
3
-11
/
+12
*
GTK: Get rid of default drag icon for tab drags.
estade@chromium.org
2009-09-17
2
-9
/
+18
*
Changes the width of pinned tabs to 56, except on chrome os where it
sky@chromium.org
2009-09-14
1
-7
/
+7
*
Remove code doing a no-op due to float -> int rounding.
phajdan.jr@chromium.org
2009-09-14
2
-8
/
+15
*
Adds pinned tabs to windows. As the code between windows and gtk is
sky@chromium.org
2009-09-11
1
-1
/
+0
*
Update the system favicon/folder icon on theme change.
estade@chromium.org
2009-09-11
1
-1
/
+1
*
GTK: fix tabstrip index misalignment during tab removal.
estade@chromium.org
2009-09-09
2
-2
/
+22
*
Don't paint the throbber animation while dragging.
tony@chromium.org
2009-09-02
1
-1
/
+2
*
gtk: Don't complete the tab drag if the user canceled the drag operation.
jhawkins@chromium.org
2009-09-02
2
-31
/
+28
*
Minor tweaks to how pin tabs look:
sky@chromium.org
2009-09-01
3
-3
/
+31
*
Fix the position of the throbber for pinned tabs. It was wrong before,
tony@chromium.org
2009-09-01
1
-13
/
+5
*
Paint the hover animation state when painting just the favicon.
tony@chromium.org
2009-08-31
1
-0
/
+20
*
Makes 'Pin tab' option in context menu a checkbox.
sky@chromium.org
2009-08-31
1
-1
/
+1
*
gtk: Use a GtkInvisible to track the tab dragging operation. Originally we w...
jhawkins@chromium.org
2009-08-31
3
-81
/
+114
*
gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...
jhawkins@chromium.org
2009-08-31
1
-8
/
+1
*
gtk: Schedule a paint operation for the previously selected tab when selectin...
jhawkins@chromium.org
2009-08-30
1
-0
/
+4
*
gtk: Initialize |background_offset_x_|. When rendering a dragged tab, we wer...
jhawkins@chromium.org
2009-08-30
1
-0
/
+1
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
3
-14
/
+6
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
3
-6
/
+14
*
gtk: Clip the tab title to the content height and not the font height. The f...
jhawkins@chromium.org
2009-08-28
1
-2
/
+1
*
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
4
-2
/
+116
*
gtk: Subtract the tabstrip x offset from the last tab x offset when calculati...
jhawkins@chromium.org
2009-08-27
1
-1
/
+1
*
gtk: Fix the bounds of the clip region for tab title text.
jhawkins@chromium.org
2009-08-26
1
-4
/
+4
*
Make the tab strip expose events more targeted on linux.
tony@chromium.org
2009-08-26
3
-13
/
+29
*
gtk: Clip the cairo context to the extents provided to the DrawStringInt func...
jhawkins@chromium.org
2009-08-24
2
-4
/
+6
*
gtk: Update the tooltip state whenever the tab is resized.
jhawkins@chromium.org
2009-08-20
3
-14
/
+41
*
Cache the left and right tab curve images. We were spending a lot
tony@chromium.org
2009-08-19
2
-33
/
+73
*
Moves GtkDndUtil into app.
sky@chromium.org
2009-08-18
2
-2
/
+2
*
GTK: Add view ids to our widgets. These will be used for testing.
estade@chromium.org
2009-08-13
2
-1
/
+28
*
Add a first attempt at a compact location bar and a status bar. The status bar
brettw@chromium.org
2009-08-11
2
-90
/
+0
*
Linux: Load PRIMARY selection on middle-click on new tab button.
derat@chromium.org
2009-08-11
1
-1
/
+60
*
Use system default favicon in tab strip when using GTK theme.
estade@chromium.org
2009-08-10
2
-13
/
+32
*
GTK: Change the way to calculate the position of the tab title text.
estade@chromium.org
2009-08-06
1
-4
/
+8
*
Hook up copy pasta hotkeys in gtk bookmark manager.
estade@chromium.org
2009-08-06
1
-1
/
+1
*
More theme fixes.
tc@google.com
2009-08-06
2
-7
/
+14
*
More Linux theme fixes.
tc@google.com
2009-08-06
1
-1
/
+5
*
Use a font size of 9pt in the tab titles. This is a bit
tc@google.com
2009-08-05
1
-5
/
+7
*
Fixes bug in calculating size of tabs on linux tab strip. Specifically
sky@chromium.org
2009-08-03
1
-4
/
+4
*
gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...
jhawkins@chromium.org
2009-08-03
4
-35
/
+26
*
Fix a bug where we tried to get the position of the tabstrip
tc@google.com
2009-07-31
1
-2
/
+4
[next]