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
/
views
/
controls
/
label.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce FORCE_LTR_DIRECTIONALTY in Canvas.
xji@chromium.org
2011-08-18
1
-0
/
+9
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-1
/
+4
*
Labels don't need to respond to mouse clicks and doing so can interfere with ...
finnur@chromium.org
2011-07-02
1
-0
/
+4
*
views: Make View::GetBaseline() a const method.
tfarina@chromium.org
2011-05-27
1
-1
/
+1
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
1
-5
/
+3
*
wstring: remove wstring version of SplitString
evan@chromium.org
2011-05-05
1
-5
/
+4
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
1
-104
/
+104
*
Clean up some event code:
msw@chromium.org
2011-03-14
1
-3
/
+3
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-7
/
+5
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
1
-4
/
+4
*
Remove wstrings from ui/base/text_elider.h functions.
tony@chromium.org
2011-03-08
1
-1
/
+1
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
1
-0
/
+12
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-5
/
+7
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-7
/
+5
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
1
-3
/
+3
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-2
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-4
/
+4
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-3
/
+3
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
1
-1
/
+1
*
Revert 71169 - Revert 71167 - Remove wstring from gfx.
avi@chromium.org
2011-01-12
1
-1
/
+1
*
Revert 71167 - Remove wstring from gfx.
joi@chromium.org
2011-01-12
1
-1
/
+1
*
Remove wstring from gfx.
avi@chromium.org
2011-01-12
1
-1
/
+1
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
1
-15
/
+13
*
Change Font.GetStringWidth() to take string16 instead of wstring.
estade@chromium.org
2011-01-04
1
-3
/
+6
*
Convert SizeStringInt from taking a wstring to a string16.
tony@chromium.org
2010-11-22
1
-2
/
+4
*
Not all text-sizing calls took the insets into account, leading to inconsiste...
pkasting@chromium.org
2010-11-02
1
-4
/
+5
*
Convert ElideUrl to return a string16 instead of a wstring.
tony@chromium.org
2010-10-27
1
-1
/
+2
*
Convert gfx::ElideText from using wstrings to string16.
tony@chromium.org
2010-10-21
1
-1
/
+2
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-10
/
+4
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Convert GetDisplayStringInLTRDirectionality from wstring to string16.
tony@chromium.org
2010-08-18
1
-1
/
+2
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
1
-3
/
+3
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-1
/
+1
*
Attempt to reland code reverted in r52599, to take another look at the page c...
pkasting@chromium.org
2010-07-30
1
-2
/
+4
*
Revert 46492 to repair perf regression in XP single-core Moz Page Cycler
jar@chromium.org
2010-07-16
1
-4
/
+2
*
Relayout content pref page properly upon sync status changes.
mnissler@chromium.org
2010-07-15
1
-1
/
+10
*
Adding support for ChromeOS snapshot window titles and favicons.
gspencer@chromium.org
2010-06-30
1
-62
/
+71
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-25
1
-3
/
+3
*
Revert 50784 - Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-3
/
+3
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-3
/
+3
*
Elide the EV bubble when it's extremely long. This limits it to half the loc...
pkasting@chromium.org
2010-05-20
1
-11
/
+24
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-1
/
+1
*
Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi...
pkasting@chromium.org
2010-05-05
1
-2
/
+4
*
This CL fixes issue 41985 - The focus frames are out of range on the Options ...
xji@chromium.org
2010-05-05
1
-8
/
+0
*
Use GetDisplayStringInLTRDirectionality() in more places to simplify code.
pkasting@chromium.org
2010-05-05
1
-2
/
+1
*
[accessibility] Allow views to have multiple accessibility states and add cor...
mhm@chromium.org
2010-04-09
1
-1
/
+1
*
Fix Regression for Accessible Names appearing as NAMELESS.
mhm@chromium.org
2010-04-04
1
-6
/
+1
*
Fix a bug that caused single-line labels to be line-wrapped with Views for Li...
satorux@chromium.org
2010-03-31
1
-1
/
+7
[next]