summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/label.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Remove unneeded includes of grit/ui_resources.hthakis@chromium.org2014-08-141-1/+0
* Fix views Label and BookmarkButtonBase tooltip behavior.msw@chromium.org2014-07-311-1/+1
* Prepare to use gfx::RenderText in views::Label.msw@chromium.org2014-07-211-58/+53
* Move gfx::ElideText functionality to RenderText.msw@chromium.org2014-07-101-3/+3
* Fix new avatar button appearance regressions.msw@chromium.org2014-06-191-6/+2
* Remove Label::PaintText overrides.msw@chromium.org2014-06-191-1/+2
* Refactor views::Label and gfx::RenderText shadow functions.msw@chromium.org2014-06-181-26/+1
* Reland: Use labels to display views tab titles.msw@chromium.org2014-06-121-24/+32
* Revert of Use labels to display views tab titles. (https://codereview.chromiu...rouslan@chromium.org2014-06-111-32/+24
* Use labels to display views tab titles.msw@chromium.org2014-06-111-24/+32
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-39/+29
* Add support for painting halos on Views Labels.msw@chromium.org2014-06-041-4/+11
* Remove overrides of HitTestRect() which just return falsetdanderson@chromium.org2014-06-021-1/+2
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-3/+3
* Revert of retry r266042: (https://codereview.chromium.org/251703002/)thakis@chromium.org2014-04-281-19/+24
* retry r266042:estade@chromium.org2014-04-281-24/+19
* Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."rmsousa@chromium.org2014-04-251-13/+18
* Automatically call OnNativeThemeChanged when a widget is added to a hierarchyestade@chromium.org2014-04-241-18/+13
* Added labels under the windows in OverviewMode displaying their current name.nsatragno@chromium.org2014-04-171-1/+2
* Add an 'obscured' flag to views::Label.mkwst@chromium.org2014-04-041-16/+47
* Fix incorrect use of AXState caused when refactoring two enums into one.dmazzoni@chromium.org2014-03-261-1/+1
* Add ELIDE_AT_BEGINNING to views::Labelvandebo@chromium.org2014-02-261-1/+5
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-4/+4
* Clean-up: Removes gfx::FontList::GetStringWidth(text).yukishiino@chromium.org2014-01-231-1/+2
* As part of effort to support multiple fonts, this CL changes methods which ar...yukishiino@chromium.org2014-01-161-19/+2
* Fix some string16 -> base::string16 that have crept into ui/.dbeam@chromium.org2013-12-201-1/+1
* Add GetMinimumSize() for Labels and ensure it's zero for empty Links.pkasting@chromium.org2013-12-201-15/+18
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-13/+13
* Revert 239864 "Add GetMinimumSize() for Labels and ensure it's z..."scottmg@chromium.org2013-12-101-18/+15
* Add GetMinimumSize() for Labels and ensure it's zero for empty Links.pkasting@chromium.org2013-12-101-15/+18
* Move text_elider to gfx.ben@chromium.org2013-09-091-6/+7
* Adds gfx::FontList version of APIs to views::Label.yukishiino@chromium.org2013-08-221-24/+36
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-261-1/+1
* Make Label's NO_ELIDE setting actually not elide, and change the defaultpkasting@chromium.org2013-05-171-5/+9
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-1/+1
* Views label tooltipsestade@chromium.org2013-04-301-4/+8
* views: Separate hit testing for tooltips from hit testing for eventstbarzic@chromium.org2013-04-271-0/+16
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-3/+14
* Caches the size of text labels.mukai@chromium.org2013-03-211-7/+27
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Fixed GetClassName for Label, TabbedPane and chromeos::WebUILoginView.mgiuca@chromium.org2013-03-041-2/+3
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-1/+1
* Make Label respect horizontal alignment when text contains \nbartfab@chromium.org2012-11-141-11/+12
* Converts more classes to appropriate theme.sky@chromium.org2012-11-091-7/+25
* Replace Label::Alignment with gfx::HorizontalAlignment.msw@chromium.org2012-11-071-14/+16
* Cleanup Views Label unused code and eliding.msw@chromium.org2012-11-061-60/+13
* Fix Views LabelButton centered multi-line label width.msw@chromium.org2012-10-181-0/+1
* Use DrawStringWithShadows in views::Label and TextButton.msw@chromium.org2012-10-111-12/+7