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
*
Implement Linux tabs as widgets. This moves tab input handling into the corr...
jhawkins@chromium.org
2009-05-05
1
-499
/
+103
*
Move *Animation to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Basic fullscreen mode for Linux, without the animated exit bubble.
thestig@chromium.org
2009-04-29
1
-0
/
+8
*
Close the hovered tab on middle mouse click in the Linux tabstrip.
jhawkins@chromium.org
2009-04-29
1
-4
/
+0
*
Fix the case where a previous tab is closing and the mouse is pressed on a ta...
jhawkins@chromium.org
2009-04-28
1
-1
/
+12
*
Always simulate a mouse movement after animations in the Linux tabstrip to ma...
jhawkins@chromium.org
2009-04-28
1
-23
/
+19
*
Fix a few crashes when trying to drag a closing tab.
jhawkins@chromium.org
2009-04-27
1
-4
/
+28
*
Fixes a gcc-4.3 warning in tab_strip_gtk.cc.
jhawkins@chromium.org
2009-04-27
1
-10
/
+2
*
Add initial support for dragging tabs in the Linux tab strip.
jhawkins@chromium.org
2009-04-23
1
-30
/
+357
*
GTK: Don't triple buffer the tab strip.
estade@chromium.org
2009-04-23
1
-0
/
+2
*
Remove a debugging change that was accidentally added to r14123.
jhawkins@chromium.org
2009-04-22
1
-1
/
+0
*
Handle a race between the remove tab animation resizing the closing tab and t...
jhawkins@chromium.org
2009-04-21
1
-1
/
+11
*
Make sure to free any remaining tabs on tabstrip destruction. There are two ...
jhawkins@chromium.org
2009-04-20
1
-0
/
+10
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
1
-205
/
+77
*
Implement context menu handling for the Linux tab strip.
jhawkins@chromium.org
2009-04-14
1
-5
/
+5
*
Fix a crash when the browser opens a popup window in Linux.
jhawkins@chromium.org
2009-04-14
1
-0
/
+5
*
Fix gcc warnings when -Wall got re-enabled for Linux.
willchan@chromium.org
2009-04-10
1
-3
/
+2
*
Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...
jhawkins@chromium.org
2009-04-10
1
-6
/
+6
*
Add the New Tab button for Linux tabstrip.
jhawkins@chromium.org
2009-04-10
1
-7
/
+239
*
Add a resize layout animation to the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
1
-7
/
+93
*
Add a remove tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
1
-14
/
+130
*
Add an insert tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
1
-2
/
+239
*
Implement mouse input handling for the close button in the Linux tabstrip.
jhawkins@chromium.org
2009-04-08
1
-12
/
+38
*
Fix a crash on tab closure. We now use our own model data and check that the...
jhawkins@chromium.org
2009-04-08
1
-4
/
+5
*
Implement loading animations. I've ignored the app mode and popup cases sinc...
willchan@chromium.org
2009-04-06
1
-1
/
+22
*
Un-hover the current highlighted tab when the mouse leaves the tabstrip.
jhawkins@chromium.org
2009-04-06
1
-3
/
+20
*
Update the definition of TabChangedAt in TabStripGtk to match the latest vers...
jhawkins@chromium.org
2009-04-06
1
-4
/
+5
*
Remove two unneeded uses of std::floor in the GTK tab code.
deanm@chromium.org
2009-04-03
1
-3
/
+2
*
Add basic mouse input handling for Linux TabStrip.
jhawkins@chromium.org
2009-04-02
1
-1
/
+75
*
Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...
jhawkins@chromium.org
2009-03-31
1
-20
/
+15
*
Break out the tab rendering logic into TabGtk and TabRendererGtk.
jhawkins@chromium.org
2009-03-30
1
-0
/
+420