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
/
gfx
/
render_text_mac.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always aligns text at vertically center (Textfield, Label).
yukishiino@chromium.org
2013-11-01
1
-5
/
+5
*
Make RenderTextMac more efficient by caching fonts and taking advantage of to...
avi@chromium.org
2013-10-30
1
-4
/
+1
*
Revert 231670 "Make RenderTextMac more efficient by caching font..."
avi@chromium.org
2013-10-30
1
-1
/
+4
*
Make RenderTextMac more efficient by caching fonts and taking advantage of to...
avi@chromium.org
2013-10-29
1
-4
/
+1
*
Revert 231107 "Always aligns text at vertically center (Textfiel..."
kuan@chromium.org
2013-10-25
1
-5
/
+5
*
Always aligns text at vertically center (Textfield, Label).
yukishiino@chromium.org
2013-10-25
1
-5
/
+5
*
Uses and returns the fractional width in text eliding
jianli@chromium.org
2013-10-10
1
-1
/
+6
*
[Mac] Make Canvas::SizeStringInt return the ceiling value of the floating width
jianli@chromium.org
2013-09-20
1
-1
/
+1
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
1
-5
/
+4
*
Windows implementation of multiline RenderText
ckocagil@chromium.org
2013-09-16
1
-2
/
+2
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-4
/
+4
*
Supports FontList in Textfield.
yukishiino@chromium.org
2013-08-01
1
-1
/
+1
*
Adds unittests for RenderText (common baseline, etc.).
yukishiino@chromium.org
2013-07-31
1
-0
/
+10
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
1
-11
/
+15
*
Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assume
pkasting@chromium.org
2013-05-24
1
-3
/
+2
*
Add configurable vertical alignment to Textfields. The default is for text to
pkasting@chromium.org
2013-05-20
1
-0
/
+2
*
Re-land: NativeTextfieldViews: Show the drop cursor when dragging text
ckocagil@chromium.org
2013-04-18
1
-1
/
+1
*
Update sys_string_conversions includes in chrome_frame, content, net, and ui.
brettw@chromium.org
2013-03-28
1
-1
/
+1
*
Replace StyleRange with BreakList; update RenderText, etc.
msw@chromium.org
2013-02-01
1
-30
/
+34
*
Fix a Skia assertion on mac.
danakj@chromium.org
2012-10-31
1
-2
/
+3
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-6
/
+5
*
Support obscured RenderTextWin passwords.
msw@chromium.org
2012-09-28
1
-1
/
+11
*
Switch RenderTextMac to use point font sizes instead of pixel font sizes.
asvitkine@chromium.org
2012-08-28
1
-67
/
+4
*
Add RenderText DirectionalityMode enum and support; etc.
msw@chromium.org
2012-08-01
1
-4
/
+3
*
Fix another leak in RenderTextMac.
asvitkine@chromium.org
2012-07-24
1
-2
/
+2
*
Fix memory leaks in RenderTextMac.
asvitkine@chromium.org
2012-07-23
1
-10
/
+19
*
Initial RenderTextMac implementation using CoreText.
asvitkine@chromium.org
2012-07-23
1
-0
/
+369