summaryrefslogtreecommitdiffstats
path: root/views/controls/label.h
Commit message (Expand)AuthorAgeFilesLines
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-271-1/+1
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-1/+1
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-43/+30
* Clean up some event code:msw@chromium.org2011-03-141-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-3/+2
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-11/+12
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-3/+3
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-3/+3
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-2/+3
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-3/+2
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-2/+2
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-2/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-2/+2
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adding support for ChromeOS snapshot window titles and favicons.gspencer@chromium.org2010-06-301-7/+21
* Windows: Replace tabs in content settings with a listbox.thakis@chromium.org2010-06-301-4/+4
* views: Use FRIEND_TEST_ALL_PREFIXES.tfarina@chromium.org2010-06-051-5/+5
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-201-3/+9
* This CL fixes issue 41985 - The focus frames are out of range on the Options ...xji@chromium.org2010-05-051-0/+2
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-041-1/+0
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-301-2/+1
* Fix some TODOs. Original patch by Thiago Farina (see http://codereview.chrom...pkasting@chromium.org2010-03-291-7/+4
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Rewrite/clean up a bunch of label.cc to fix the following problems:pkasting@chromium.org2010-03-221-41/+35
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-1/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-3/+3
* Adds link to bookmark bar that when clicked imports bookmarks. I alsosky@chromium.org2009-11-301-0/+3
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-251-0/+4
* Add highlight color support to label text.erikkay@google.com2009-05-151-0/+13
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-6/+6
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+250