summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_renderer_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-6/+6
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-1/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Update the Linux tabstrip code to handle themes.jhawkins@chromium.org2009-05-121-2/+6
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-7/+30
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-31/+14
* Remove instances of the New Tab button images that are not being used anymore.jhawkins@chromium.org2009-04-101-1/+0
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-1/+18
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-21/+75
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-061-3/+4
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-061-3/+3
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-031-3/+0