summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs/tab_renderer_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-231-10/+15
* Add the ability to resize the window when over the custom frame.tc@google.com2009-06-221-4/+3
* Handle middle click on gtk tab close button.mattm@chromium.org2009-06-191-0/+14
* Fix tab strip paint regression for tabs other than the first tab.tc@google.com2009-06-181-1/+1
* Make the tabstrip transparent (doesn't paint a background) bytc@google.com2009-06-181-3/+4
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+2
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-051-4/+4
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-27/+0
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-211-0/+1
* Revert 16567.ben@chromium.org2009-05-211-1/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-0/+1
* Translate the canvas used to render gtk tabs by the tab bounds in order to re...jhawkins@chromium.org2009-05-201-21/+24
* Handle non-composited WMs when rendering the dragged tab. Also moves renderi...jhawkins@chromium.org2009-05-191-39/+81
* Implement the sad tab crash animation for tabs in linux.jhawkins@chromium.org2009-05-181-3/+108
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-1/+3
* Implement DraggedTabGtk, the object that handles rendering either a dragged t...jhawkins@chromium.org2009-05-181-5/+16
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-5/+5
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-2/+2
* Update the Linux tabstrip code to handle themes.jhawkins@chromium.org2009-05-121-52/+100
* To get things green:glen@chromium.org2009-05-091-7/+8
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Implement Linux tabs as widgets. This moves tab input handling into the corr...jhawkins@chromium.org2009-05-051-31/+82
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Remove a function that is no longer used.jhawkins@chromium.org2009-04-231-18/+0
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-161-25/+16
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-101-2/+2
* Remove instances of the New Tab button images that are not being used anymore.jhawkins@chromium.org2009-04-101-7/+0
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-081-2/+18
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-4/+103
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-061-6/+11
* Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...jhawkins@chromium.org2009-04-061-3/+2
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-031-5/+0
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-031-0/+1
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-021-2/+38
* Linux: don't use static ChromeFont objectsagl@chromium.org2009-03-311-4/+4
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...jhawkins@chromium.org2009-03-311-114/+72
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-301-0/+423