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_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GTK: First cut at tab dragging automation.
estade@chromium.org
2009-09-25
1
-11
/
+14
*
GTK: Get rid of default drag icon for tab drags.
estade@chromium.org
2009-09-17
1
-6
/
+10
*
Remove code doing a no-op due to float -> int rounding.
phajdan.jr@chromium.org
2009-09-14
1
-4
/
+8
*
gtk: Don't complete the tab drag if the user canceled the drag operation.
jhawkins@chromium.org
2009-09-02
1
-26
/
+21
*
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
1
-59
/
+78
*
gtk: Fix the bounds of the clip region for tab title text.
jhawkins@chromium.org
2009-08-26
1
-4
/
+4
*
gtk: Clip the cairo context to the extents provided to the DrawStringInt func...
jhawkins@chromium.org
2009-08-24
1
-4
/
+4
*
gtk: Update the tooltip state whenever the tab is resized.
jhawkins@chromium.org
2009-08-20
1
-11
/
+29
*
Moves GtkDndUtil into app.
sky@chromium.org
2009-08-18
1
-1
/
+1
*
Hook up copy pasta hotkeys in gtk bookmark manager.
estade@chromium.org
2009-08-06
1
-1
/
+1
*
gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...
jhawkins@chromium.org
2009-08-03
1
-16
/
+2
*
GTK: Show shortcuts in title bar context menu and tab context menu.
estade@chromium.org
2009-07-31
1
-31
/
+29
*
gtk: Grab the pointer when we grab focus for the source tab's widget. Fixes ...
jhawkins@chromium.org
2009-07-30
1
-1
/
+8
*
gtk: Fix the case where a user quickly moves the mouse away from a dragged tab
jhawkins@chromium.org
2009-07-23
1
-0
/
+9
*
gtk: Two fixes for the tab leak:
jhawkins@chromium.org
2009-07-21
1
-3
/
+0
*
Make middle-clicking on GTK tabs not count for closing if you release off of ...
brettw@chromium.org
2009-07-21
1
-1
/
+6
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
1
-1
/
+1
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
1
-1
/
+1
*
Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...
erg@google.com
2009-07-15
1
-1
/
+1
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
1
-1
/
+1
*
Wires up restoring pinned tabs for session and tab restore
sky@chromium.org
2009-07-14
1
-6
/
+4
*
Adds rendering and dragging of pinned tabs to gtk.
sky@chromium.org
2009-07-13
1
-1
/
+12
*
More web contents dragging.
estade@chromium.org
2009-06-29
1
-2
/
+3
*
GTK DND:
estade@chromium.org
2009-06-29
1
-8
/
+2
*
Set the gtk drag icon to a 1x1 transparent pixbuf so we don't get the default...
jhawkins@chromium.org
2009-06-18
1
-0
/
+8
*
Use the MessageLoopForUI::Observer interface to listen for mouse motion event...
jhawkins@chromium.org
2009-06-11
1
-24
/
+19
*
Don't reset the gdk_event_handler in the tab destructor as this overwrites th...
jhawkins@chromium.org
2009-06-03
1
-3
/
+0
*
Display tooltips for gtk tabs that have elided titles.
jhawkins@chromium.org
2009-06-03
1
-0
/
+14
*
Linux: show tab context menu on mousedown rather than mouse up.
estade@chromium.org
2009-05-29
1
-2
/
+2
*
Implement dragging a tab out of a TabStripGtk into its own browser window.
jhawkins@chromium.org
2009-05-26
1
-19
/
+26
*
Fix crash in bookmark bar where we had conflicting ids.
erg@google.com
2009-05-20
1
-1
/
+3
*
Handle non-composited WMs when rendering the dragged tab. Also moves renderi...
jhawkins@chromium.org
2009-05-19
1
-35
/
+2
*
Landing approved patch for Vincent Zanotti.
jhawkins@chromium.org
2009-05-18
1
-3
/
+7
*
Implement DraggedTabGtk, the object that handles rendering either a dragged t...
jhawkins@chromium.org
2009-05-18
1
-11
/
+41
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Implement Linux tabs as widgets. This moves tab input handling into the corr...
jhawkins@chromium.org
2009-05-05
1
-77
/
+127
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Close the hovered tab on middle mouse click in the Linux tabstrip.
jhawkins@chromium.org
2009-04-29
1
-1
/
+3
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
1
-26
/
+53
*
Simplify TabGtk::ContextMenuController by adding methods to dynamically build...
jhawkins@chromium.org
2009-04-14
1
-60
/
+31
*
Implement context menu handling for the Linux tab strip.
jhawkins@chromium.org
2009-04-14
1
-2
/
+126
*
Implement mouse input handling for the close button in the Linux tabstrip.
jhawkins@chromium.org
2009-04-08
1
-1
/
+36
*
Create a well-defined region that closely matches the shape of the tab to use...
jhawkins@chromium.org
2009-04-03
1
-24
/
+28
*
Break out the tab rendering logic into TabGtk and TabRendererGtk.
jhawkins@chromium.org
2009-03-30
1
-0
/
+63