summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs
Commit message (Expand)AuthorAgeFilesLines
* gtk: Schedule a paint operation for the previously selected tab when selectin...jhawkins@chromium.org2009-08-301-0/+4
* gtk: Initialize |background_offset_x_|. When rendering a dragged tab, we wer...jhawkins@chromium.org2009-08-301-0/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-14/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-6/+14
* gtk: Clip the tab title to the content height and not the font height. The f...jhawkins@chromium.org2009-08-281-2/+1
* gtk: Remove unnecessary gtk_widget_queue_draws from the tabstrip code.jhawkins@chromium.org2009-08-281-6/+1
* Add a fast path for tab strip expose.tony@chromium.org2009-08-274-2/+116
* gtk: Subtract the tabstrip x offset from the last tab x offset when calculati...jhawkins@chromium.org2009-08-271-1/+1
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-4/+4
* Make the tab strip expose events more targeted on linux.tony@chromium.org2009-08-263-13/+29
* gtk: Clip the cairo context to the extents provided to the DrawStringInt func...jhawkins@chromium.org2009-08-242-4/+6
* gtk: Update the tooltip state whenever the tab is resized.jhawkins@chromium.org2009-08-203-14/+41
* Cache the left and right tab curve images. We were spending a lottony@chromium.org2009-08-192-33/+73
* Moves GtkDndUtil into app.sky@chromium.org2009-08-182-2/+2
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-132-1/+28
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-112-90/+0
* Linux: Load PRIMARY selection on middle-click on new tab button.derat@chromium.org2009-08-111-1/+60
* Use system default favicon in tab strip when using GTK theme.estade@chromium.org2009-08-102-13/+32
* GTK: Change the way to calculate the position of the tab title text.estade@chromium.org2009-08-061-4/+8
* Hook up copy pasta hotkeys in gtk bookmark manager.estade@chromium.org2009-08-061-1/+1
* More theme fixes.tc@google.com2009-08-062-7/+14
* More Linux theme fixes.tc@google.com2009-08-061-1/+5
* Use a font size of 9pt in the tab titles. This is a bittc@google.com2009-08-051-5/+7
* Fixes bug in calculating size of tabs on linux tab strip. Specificallysky@chromium.org2009-08-031-4/+4
* gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...jhawkins@chromium.org2009-08-034-35/+26
* Fix a bug where we tried to get the position of the tabstriptc@google.com2009-07-311-2/+4
* GTK: Show shortcuts in title bar context menu and tab context menu.estade@chromium.org2009-07-311-31/+29
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-314-20/+20
* gtk: Grab the pointer when we grab focus for the source tab's widget. Fixes ...jhawkins@chromium.org2009-07-301-1/+8
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-304-20/+20
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-2/+2
* gtk: Use the requested window bounds when determining the location of the sou...jhawkins@chromium.org2009-07-273-7/+20
* gtk: Fix the positioning of the tabstrip drop arrow for RTL locales.jhawkins@chromium.org2009-07-273-7/+35
* GTK: Let custom draw buttons specify their stock size as well as their stock ...estade@chromium.org2009-07-242-3/+3
* gtk: Theme the tab close button.jhawkins@chromium.org2009-07-242-1/+18
* gtk: Fix the case where a user quickly moves the mouse away from a dragged tabjhawkins@chromium.org2009-07-236-3/+33
* gtk: Fix a regression from r21320 which caused a crash when dragging a tab ou...jhawkins@chromium.org2009-07-232-1/+11
* gtk: Keep track of the tab bounds using the size-allocate signal. Previously...jhawkins@chromium.org2009-07-222-7/+29
* gtk: Only accept text/uri-list drops in the tab strip. We were accepting tex...jhawkins@chromium.org2009-07-221-4/+2
* gtk: Fix a regression from r20404 which keeps a drag into the tabstrip from w...jhawkins@chromium.org2009-07-222-27/+34
* GTK: Center the tab text by its meanline, rather than halfway between its asc...estade@chromium.org2009-07-221-1/+3
* gtk: Two fixes for the tab leak:jhawkins@chromium.org2009-07-212-4/+4
* Make middle-clicking on GTK tabs not count for closing if you release off of ...brettw@chromium.org2009-07-211-1/+6
* linux: use tiny font in tab stripevan@chromium.org2009-07-211-2/+2
* Lop off the bottom pixel from the tab images.estade@chromium.org2009-07-211-14/+13
* Two tweaks to the linux tab strip code:sky@chromium.org2009-07-174-8/+24
* Changes the width of pinned tabs to be slightly bigger.sky@chromium.org2009-07-172-22/+12
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-172-4/+4
* gtk: Handle RTL layout when rendering the dragged tab.jhawkins@chromium.org2009-07-161-2/+5
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-158-50/+105