summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_renderer_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Update references part 1:msw@chromium.org2011-01-181-12/+0
* Move chrome/browser/gtk/ to chrome/browser/ui/gtk/msw@chromium.org2011-01-141-447/+3
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-071-9/+12
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+1
* Pulls AnimationDelegate out into its own header.sky@chromium.org2010-11-171-2/+2
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-081-2/+3
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+2
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-11/+2
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-0/+1
* Move owned_widget_gtk.* out of common/, into browser/gtk/.estade@chromium.org2010-08-031-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Nukes the nano tab style on gtk and brings back the toolbar for appssky@chromium.org2010-07-171-3/+0
* Implement App Tabs for GTKrafaelw@chromium.org2010-07-021-1/+12
* GTK: More signal macro usage.erg@chromium.org2010-05-281-12/+11
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-17/+38
* GTK: Change the vertical offsets in non-custom tab background images dependin...erg@chromium.org2010-02-231-0/+7
* GTK: Fix corrupted tab edges when theme changes.erg@google.com2010-02-171-1/+10
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-0/+5
* Gtk: improve performance of tab dragging.estade@chromium.org2009-12-141-0/+4
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-0/+13
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-111-1/+0
* Minor tweaks to how pin tabs look:sky@chromium.org2009-09-011-0/+4
* Add a fast path for tab strip expose.tony@chromium.org2009-08-271-0/+3
* Make the tab strip expose events more targeted on linux.tony@chromium.org2009-08-261-4/+8
* gtk: Clip the cairo context to the extents provided to the DrawStringInt func...jhawkins@chromium.org2009-08-241-0/+2
* gtk: Update the tooltip state whenever the tab is resized.jhawkins@chromium.org2009-08-201-3/+3
* Cache the left and right tab curve images. We were spending a lottony@chromium.org2009-08-191-1/+22
* Use system default favicon in tab strip when using GTK theme.estade@chromium.org2009-08-101-1/+3
* More theme fixes.tc@google.com2009-08-061-2/+3
* gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...jhawkins@chromium.org2009-08-031-5/+6
* gtk: Use the requested window bounds when determining the location of the sou...jhawkins@chromium.org2009-07-271-0/+7
* gtk: Fix the positioning of the tabstrip drop arrow for RTL locales.jhawkins@chromium.org2009-07-271-0/+3
* gtk: Theme the tab close button.jhawkins@chromium.org2009-07-241-0/+3
* gtk: Keep track of the tab bounds using the size-allocate signal. Previously...jhawkins@chromium.org2009-07-221-2/+6
* Changes the width of pinned tabs to be slightly bigger.sky@chromium.org2009-07-171-9/+0
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-4/+23
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-19/+4
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-4/+19
* Adds rendering and dragging of pinned tabs to gtk.sky@chromium.org2009-07-131-1/+20
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-101-1/+2
* GTK Themes: Use the correct text color in the tab strip.erg@google.com2009-07-081-0/+7
* Handle middle click on gtk tab close button.mattm@chromium.org2009-06-191-0/+5
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-9/+0
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-031-1/+1
* Translate the canvas used to render gtk tabs by the tab bounds in order to re...jhawkins@chromium.org2009-05-201-0/+4
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-191-8/+26
* Implement the sad tab crash animation for tabs in linux.jhawkins@chromium.org2009-05-181-0/+18
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-2/+10