summaryrefslogtreecommitdiffstats
path: root/ui/message_center/views/bounded_label.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland: Use labels to display views tab titles.msw@chromium.org2014-06-121-2/+5
* Revert of Use labels to display views tab titles. (https://codereview.chromiu...rouslan@chromium.org2014-06-111-5/+2
* Use labels to display views tab titles.msw@chromium.org2014-06-111-2/+5
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-1/+1
* Remove overrides of HitTestRect() which just return falsetdanderson@chromium.org2014-06-021-2/+2
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-2/+2
* Avoid unnecessary width recalculation after bug fixedltilve@igalia.com2014-05-131-7/+0
* patch from issue 218843002luken@chromium.org2014-05-121-2/+2
* Retain popup bubble mouse status even through updates.dewittj@chromium.org2014-05-091-0/+12
* Revert 268630 "View code, before this patch, used simple hierarc..."dalecurtis@google.com2014-05-061-2/+2
* View code, before this patch, used simple hierarchical bounding boxes to cull...luken@chromium.org2014-05-061-2/+2
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-1/+1
* Clean-up: Fixes the wrong indentation in bounded_label.cc.yukishiino@chromium.org2013-12-261-1/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+4
* Clean-up: Replaces gfx::Font with gfx::FontList in ui/message_center.yukishiino@chromium.org2013-12-251-6/+9
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-10/+12
* Removes FocusBorder from viewssky@chromium.org2013-12-051-1/+0
* linux and chromeos: Turn on -Wunused-const-variable.thakis@chromium.org2013-10-191-1/+0
* Clean-up: Replaces Font with FontList in ui/message_center.yukishiino@chromium.org2013-09-161-5/+5
* Move text_elider to gfx.ben@chromium.org2013-09-091-6/+6
* Use a direct include of strings headers in ui/, part 2.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
* Make Label's NO_ELIDE setting actually not elide, and change the defaultpkasting@chromium.org2013-05-171-1/+0
* Fix notification line limits for long messages without spaces.dharcourt@chromium.org2013-05-031-4/+7
* Broke message_center_unittests: BoundedLabelTest.ElisionTest & GetLinesTestjochen@chromium.org2013-05-031-7/+4
* Fix notification line limits for long messages without spaces.dharcourt@chromium.org2013-05-031-4/+7
* Supports mirrored layout in BoundedLabel for RTL UI.mukai@chromium.org2013-05-031-1/+2
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-2/+16
* Fixes Valgrind text failure cause by lack of initialization.dharcourt@chromium.org2013-04-131-1/+2
* Fixed clipping of text in notification toasts.dharcourt@chromium.org2013-04-131-155/+130
* Added text line limits to notifications.dharcourt@chromium.org2013-04-101-0/+354
* Revert 188637 "Added text line limits to collapsed and expanded ..."alexeypa@chromium.org2013-03-181-157/+0
* Added text line limits to collapsed and expanded notifications.dharcourt@chromium.org2013-03-171-0/+157