index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
views
/
controls
/
label.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: Remove unneeded includes of grit/ui_resources.h
thakis@chromium.org
2014-08-14
1
-1
/
+0
*
Fix views Label and BookmarkButtonBase tooltip behavior.
msw@chromium.org
2014-07-31
1
-1
/
+1
*
Prepare to use gfx::RenderText in views::Label.
msw@chromium.org
2014-07-21
1
-58
/
+53
*
Move gfx::ElideText functionality to RenderText.
msw@chromium.org
2014-07-10
1
-3
/
+3
*
Fix new avatar button appearance regressions.
msw@chromium.org
2014-06-19
1
-6
/
+2
*
Remove Label::PaintText overrides.
msw@chromium.org
2014-06-19
1
-1
/
+2
*
Refactor views::Label and gfx::RenderText shadow functions.
msw@chromium.org
2014-06-18
1
-26
/
+1
*
Reland: Use labels to display views tab titles.
msw@chromium.org
2014-06-12
1
-24
/
+32
*
Revert of Use labels to display views tab titles. (https://codereview.chromiu...
rouslan@chromium.org
2014-06-11
1
-32
/
+24
*
Use labels to display views tab titles.
msw@chromium.org
2014-06-11
1
-24
/
+32
*
Add fade eliding for Views Labels; related cleanup.
msw@chromium.org
2014-06-05
1
-39
/
+29
*
Add support for painting halos on Views Labels.
msw@chromium.org
2014-06-04
1
-4
/
+11
*
Remove overrides of HitTestRect() which just return false
tdanderson@chromium.org
2014-06-02
1
-1
/
+2
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
1
-3
/
+3
*
Revert of retry r266042: (https://codereview.chromium.org/251703002/)
thakis@chromium.org
2014-04-28
1
-19
/
+24
*
retry r266042:
estade@chromium.org
2014-04-28
1
-24
/
+19
*
Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."
rmsousa@chromium.org
2014-04-25
1
-13
/
+18
*
Automatically call OnNativeThemeChanged when a widget is added to a hierarchy
estade@chromium.org
2014-04-24
1
-18
/
+13
*
Added labels under the windows in OverviewMode displaying their current name.
nsatragno@chromium.org
2014-04-17
1
-1
/
+2
*
Add an 'obscured' flag to views::Label.
mkwst@chromium.org
2014-04-04
1
-16
/
+47
*
Fix incorrect use of AXState caused when refactoring two enums into one.
dmazzoni@chromium.org
2014-03-26
1
-1
/
+1
*
Add ELIDE_AT_BEGINNING to views::Label
vandebo@chromium.org
2014-02-26
1
-1
/
+5
*
Move ui/base/accessibility to ui/accessibility.
dmazzoni@chromium.org
2014-02-25
1
-4
/
+4
*
Clean-up: Removes gfx::FontList::GetStringWidth(text).
yukishiino@chromium.org
2014-01-23
1
-1
/
+2
*
As part of effort to support multiple fonts, this CL changes methods which ar...
yukishiino@chromium.org
2014-01-16
1
-19
/
+2
*
Fix some string16 -> base::string16 that have crept into ui/.
dbeam@chromium.org
2013-12-20
1
-1
/
+1
*
Add GetMinimumSize() for Labels and ensure it's zero for empty Links.
pkasting@chromium.org
2013-12-20
1
-15
/
+18
*
Prefix string16 with base:: in ui/.
dbeam@chromium.org
2013-12-18
1
-13
/
+13
*
Revert 239864 "Add GetMinimumSize() for Labels and ensure it's z..."
scottmg@chromium.org
2013-12-10
1
-18
/
+15
*
Add GetMinimumSize() for Labels and ensure it's zero for empty Links.
pkasting@chromium.org
2013-12-10
1
-15
/
+18
*
Move text_elider to gfx.
ben@chromium.org
2013-09-09
1
-6
/
+7
*
Adds gfx::FontList version of APIs to views::Label.
yukishiino@chromium.org
2013-08-22
1
-24
/
+36
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in ui/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
views: Store only the name of the class in kViewClassName constants.
tfarina@chromium.org
2013-05-26
1
-1
/
+1
*
Make Label's NO_ELIDE setting actually not elide, and change the default
pkasting@chromium.org
2013-05-17
1
-5
/
+9
*
views: Convert View::GetClassName() to return const char*.
tfarina@chromium.org
2013-05-09
1
-1
/
+1
*
Views label tooltips
estade@chromium.org
2013-04-30
1
-4
/
+8
*
views: Separate hit testing for tooltips from hit testing for events
tbarzic@chromium.org
2013-04-27
1
-0
/
+16
*
Add line height setting to views::Label & use it for notifications.
dharcourt@chromium.org
2013-04-19
1
-3
/
+14
*
Caches the size of text labels.
mukai@chromium.org
2013-03-21
1
-7
/
+27
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Fixed GetClassName for Label, TabbedPane and chromeos::WebUILoginView.
mgiuca@chromium.org
2013-03-04
1
-2
/
+3
*
ui: Make native_theme its own library.
tfarina@chromium.org
2012-11-16
1
-1
/
+1
*
Make Label respect horizontal alignment when text contains \n
bartfab@chromium.org
2012-11-14
1
-11
/
+12
*
Converts more classes to appropriate theme.
sky@chromium.org
2012-11-09
1
-7
/
+25
*
Replace Label::Alignment with gfx::HorizontalAlignment.
msw@chromium.org
2012-11-07
1
-14
/
+16
*
Cleanup Views Label unused code and eliding.
msw@chromium.org
2012-11-06
1
-60
/
+13
*
Fix Views LabelButton centered multi-line label width.
msw@chromium.org
2012-10-18
1
-0
/
+1
*
Use DrawStringWithShadows in views::Label and TextButton.
msw@chromium.org
2012-10-11
1
-12
/
+7
[next]