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_harfbuzz.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move allow_character_break property to RenderText.
mukai
2015-03-28
1
-13
/
+41
*
Fix accidental updates of host's baselines_ in Elide().
mukai
2015-03-26
1
-0
/
+3
*
Remove the code which sorts and removes duplicates from the fallback font list
ananta
2015-03-26
1
-12
/
+15
*
Break runs by clusters rather than iteration over code points
mukai
2015-03-26
1
-4
/
+7
*
Don't add Segoe UI to the fallback font list if it is the system font.
ananta
2015-03-24
1
-4
/
+8
*
Remove duplicate fonts from the font fallback list.
ananta
2015-03-20
1
-0
/
+13
*
Add Segoe UI and its set of linked fonts to the font back list on Windows.
ananta
2015-03-18
1
-0
/
+10
*
Cache gfx::RenderText instances in views::Label.
mukai
2015-03-11
1
-0
/
+4
*
Adding baseline options for super/sub scripting
dschuyler
2015-03-11
1
-5
/
+36
*
Use GetDisplayText() instead of text() for rendering text.
mukai
2015-03-09
1
-11
/
+0
*
Revert "adding baseline options for super/sub scripting"
Jun Mukai
2015-03-07
1
-36
/
+5
*
adding baseline options for super/sub scripting
dschuyler
2015-03-06
1
-5
/
+36
*
Rename: background_is_transparent -> subpixel_rendering_enabled
mukai
2015-02-19
1
-2
/
+2
*
ui: Cleanup the usage of scoped_ptr throughout.
tfarina
2015-02-19
1
-1
/
+1
*
Fix the x-offset calculation when drawing the text.
mukai
2015-02-19
1
-2
/
+4
*
Fix multiline behaviors for RTL text.
mukai
2015-02-19
1
-25
/
+34
*
Add float version of gfx::Range
ckocagil
2015-02-18
1
-5
/
+5
*
Reduce the number of text reshaping in RenderText
oshima
2015-02-14
1
-142
/
+275
*
Add minimum line height for render text.
mukai
2015-02-10
1
-2
/
+2
*
Add float 'width' for LineSegment for fractional width.
mukai
2015-02-10
1
-16
/
+20
*
Add multiline support to RenderTextHarfBuzz.
mukai
2015-02-06
1
-71
/
+323
*
Extract the Skia implementation of HarfBuzz font to its own file
ckocagil
2015-02-06
1
-266
/
+1
*
Treat dingbats and emoticons as unusual blocks.
mukai
2015-01-17
1
-1
/
+5
*
Further instrumentations of app list text painting.
vadimt
2014-12-16
1
-2
/
+61
*
Further instrumentations of app list text painting.
vadimt
2014-12-11
1
-0
/
+32
*
MacViews: Use RenderTextHarfBuzz only for Textfields
andresantoso
2014-12-09
1
-0
/
+4
*
Enable subpixel positioning for UI
ckocagil
2014-12-02
1
-26
/
+38
*
Remove unneeded object copies in range-based for loops.
dcheng
2014-12-01
1
-1
/
+1
*
Instrumenting AppListView::InitAsBubbleInternal internals to find source of j...
vadimt
2014-11-25
1
-0
/
+11
*
Set the antialiasing flag in the SkPaint structure used by the RenderTextHarf...
ananta
2014-11-11
1
-0
/
+1
*
Fix clipping RenderTextHarfBuzz text on Windows 8.
msw
2014-11-11
1
-3
/
+1
*
RenderTextHarfBuzz: Try fallback fonts of the Uniscribe font while shaping
ckocagil
2014-10-29
1
-11
/
+32
*
Make RenderTextHarfBuzz examine full font list.
derat
2014-10-25
1
-4
/
+5
*
Avoid extra FontRenderParams queries in RenderTextHarfBuzz.
derat
2014-10-24
1
-47
/
+48
*
Type conversion fixes, text rendering edition.
pkasting
2014-10-21
1
-15
/
+18
*
RTHB: Limit text to 10k code units
ckocagil
2014-09-22
1
-1
/
+6
*
RenderTextHarfBuzz: Break runs at parentheses so they aren't affected by font...
Cem Kocagil
2014-09-04
1
-19
/
+40
*
Re-land: RenderTextHarfBuzz: Set font render parameters in font data functions
ckocagil
2014-08-25
1
-9
/
+20
*
Revert 290474 "RenderTextHarfBuzz: Set font render parameters in..."
sashab@chromium.org
2014-08-19
1
-20
/
+9
*
RenderTextHarfBuzz: Set font render parameters in font data functions
ckocagil@chromium.org
2014-08-19
1
-9
/
+20
*
include <limits> for std::numeric_limits
mostynb@opera.com
2014-08-12
1
-0
/
+1
*
RenderTextHarfBuzz: Don't leak HarfBuzz faces
ckocagil@chromium.org
2014-08-10
1
-18
/
+27
*
Enable RenderTextHarfBuzz by default
ckocagil@chromium.org
2014-08-09
1
-2
/
+16
*
Support float widths in RenderTextHarfBuzz.
msw@chromium.org
2014-08-08
1
-17
/
+21
*
RenderTextHarfBuzz: Check CreateSkiaTypeface return value against NULL
ckocagil@chromium.org
2014-08-03
1
-13
/
+44
*
RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clusters
ckocagil@chromium.org
2014-07-30
1
-70
/
+122
*
Prepare to enable RenderTextHarfBuzz by default
ckocagil@chromium.org
2014-07-26
1
-11
/
+12
*
Fix RenderTextHarfBuzz glyph offset regression.
msw@chromium.org
2014-07-20
1
-2
/
+3
*
RenderTextHarfBuzz: Implement font fallback for Win and Linux
ckocagil@chromium.org
2014-07-19
1
-16
/
+60
*
ui/gfx: Allow for font-specific rendering settings.
derat@chromium.org
2014-07-14
1
-3
/
+3
[next]