Sign in
chromium
/
chromium
/
src
/
636e705be41ed9e7f50cdb13ceb5a9af5e3f4e5c
/
ui
/
gfx
/
render_text.cc
a91a682e
gfx::RenderText Rename gfx::BreakType types
by jongkwon.lee
· 6 years ago
7aa5e90
Fix RenderText multiline elision for RTL.
by Richard Knoll
· 6 years ago
336899d
gfx::RenderText Support cursor up,down movement
by jongkwon.lee
· 6 years ago
8b3a1c7
Avoid RenderText display text to be larger than input text
by Etienne Bergeron
· 6 years ago
500aabf
Use new top-level enum for tilemodes
by Mike Reed
· 6 years ago
c5a96bf
Fix shadowing between gfx::ITALIC and gfx::Font::ITALIC
by Daniel Bratell
· 7 years ago
28f870b
Fix some 64-bit truncation issues in //ui/gfx
by Raul Tambre
· 7 years ago
62f90f2
Remove font properties from PaintFlags
by Florin Malita
· 7 years ago
077b071
remove references to text encoding
by Mike Reed
· 7 years ago
47803c37
macviews: support Cocoa drag-to-select behavior
by Elly Fong-Jones
· 7 years ago
4fef5ea
Stop using deprecated/SkPaint-based SkTextBlobBuilder APIs
by Florin Malita
· 7 years ago
464808c9
cc/paint: Remove paint wrapping of SkTextBlob and friends.
by Khushal
· 7 years ago
5a5abaa
Remove [gfx] switches::kEnableHarfBuzzRenderText.
by Trent Apted
· 7 years ago
36b3776
Revert PaintTypeface GPU typeface serialization abstraction
by Dominik Röttsches
· 7 years ago
b581638
DCHECK RenderText never renders more than max_lines()
by Wei-Yin Chen (陳威尹)
· 7 years ago
ffd5fe1e
Consider word wrapping behavior when rendering multiline texts
by Wei-Yin Chen (陳威尹)
· 7 years ago
4c9870ad
Omnibox UI Refresh: Make the selection bounds vertically symmetric.
by Tommy C. Li
· 7 years ago
f36f8d7
[omnibox] Replaced insertion drop cursor with replacement outline.
by Orin Jaworski
· 7 years ago
b25be97
Remove unnecessary includes of base/memory/ptr_util.h in ui/.
by Jeremy Roman
· 7 years ago
9ea28f9
Touchable Chrome: Fix font sizes for answers in suggest.
by Trent Apted
· 7 years ago
941ff58
[MacViews] Add Lookup in the Textfield Context Menu
by spqchan
· 7 years ago
fa33391
gfx: use heavy underline for compositions in RenderText
by Elly Fong-Jones
· 8 years ago
0c3c4e4
RenderText: Split RenderTextTestApi out into gfx test support
by Christopher Grant
· 8 years ago
9b9aec3
VR: Move to fade-based elision on URL presentation
by Christopher Grant
· 8 years ago
aa6cafd
Make gfx::ElideRectangleText() and url_formatter::ElideHost() typesetter-aware.
by Trent Apted
· 8 years ago
15bd76a
Allow Mac UI to gfx::ElideFilename() with the correct typesetter.
by Trent Apted
· 8 years ago
6628d38b
Add early return to RenderText::ApplyFadeEffects() to avoid crash.
by Alexei Svitkine
· 8 years ago
a2e6ffe4
MacViews: Make views::Label RenderTextHarfBuzz only.
by Trent Apted
· 8 years ago
06970f1
Reland "oop: Implement linux oop fonts support."
by Vladimir Levin
· 8 years ago
36dc9775
Revert "oop: Implement linux oop fonts support."
by Scott Violet
· 8 years ago
c39d862b
oop: Implement linux oop fonts support.
by Vladimir Levin
· 8 years ago
999fb54
Optimize RenderText::GetCursorBounds() for cursor_position 0.
by Trent Apted
· 8 years ago
f32989ec0
RenderText: Fix cursor bounds drawing and selection for unicode regional indicators
by Trent Apted
· 8 years ago
ad9e380a
Allow undirected selections in gfx::RenderText
by Trent Apted
· 8 years ago
0e8a6721
Rename some overloaded "MoveCursorTo()" RenderText methods.
by Trent Apted
· 8 years ago
c399982f
Adds a flag #left-to-right-urls to change BiDi URL rendering.
by Matt Giuca
· 8 years ago
2999c67
Unify password-replacement character.
by Peter Boström
· 8 years ago
7976c1c0
Add interface to set custom password replacement char in RenderText
by Wenzhao Zang
· 8 years ago
2202c8e
Move cc::MathUtil::ClampToRange() to base and use it more broadly.
by Peter Kasting
· 8 years ago
8c3adfb
Misc. cleanup, found while making other changes:
by Peter Kasting
· 8 years ago
b3cf8a7
RenderText - Use Interpolation Binary Search for Eliding
by Mark Pearson
· 8 years ago
30c3588
cc/paint: Remove DrawPosTextOp from PaintOpBuffer.
by Vladimir Levin
· 8 years ago
8d85c9d7
Store PaintShader in an sk_sp not unique_ptr
by Adrienne Walker
· 8 years ago
6c111c0
RenderText: Allow strike-through line thickness to be customized.
by cjgrant
· 8 years ago
cbac25a4
Remove gfx::DIAGONAL_STRIKE and supporting code.
by lgarron
· 8 years ago
7b99c958
cc: Move SkShader construction to a single spot in PaintShader
by vmpstr
· 8 years ago
8cae4d3
Revert of cc: Move SkShader construction to a single spot in PaintShader (patchset #8 id:140001 of https://codereview.chromium.org/2893083002/ )
by sammc
· 8 years ago
cda52d0c
cc: Move SkShader construction to a single spot in PaintShader
by vmpstr
· 8 years ago
9ec27b9
Vertically center multi-line RenderTextHarfBuzz that uses SetMinLineHeight().
by tapted
· 8 years ago
2a2a1f9
Remove gfx::Canvas::DrawStringRectWithHalo.
by estade
· 8 years ago
9ef3c96
Update last few users of deprecated CreateShadowDrawLooper and remove it.
by estade
· 8 years ago
769ab95
SkScalarMul is deprecated
by reed
· 9 years ago
a33c8f5
Paint text cursor in LAYER_SOLID_COLOR
by yiyix
· 9 years ago
7b23d4a6
Revert of SkScalarMul is deprecated (patchset #2 id:20001 of https://codereview.chromium.org/2693423004/ )
by reed
· 9 years ago
b9fd035
SkScalarMul is deprecated
by reed
· 9 years ago
6dcf90c
Revert [MacViews] Implemented text context menu
by jonross
· 9 years ago
9873ffb
ui: Clean up naming of paint-related identifiers
by enne
· 9 years ago
375ddabe
[MacViews] Implemented text context menu
by spqchan
· 9 years ago
34f6084c
Rename paint data structures
by enne
· 9 years ago
eb8c638a
ui/gfx: split out code that depends on paint
by enne
· 9 years ago
a972d37e
Remove another use of old CreateShadowDrawLooper.
by estade
· 9 years ago
666e4f02
MacViews: Enable word lookup for selectable views::Labels and multi-line text.
by karandeepb
· 9 years ago
4e4ca175
RenderTextHarfBuzz: Add support for multi line text selection.
by karandeepb
· 9 years ago
909f2ba
Do not set text twice while eliding with ELIDE_TAIL
by oshima
· 9 years ago
50221c8
MacViews: Fix flaky label selection tests.
by karandeepb
· 9 years ago
9bc2b7b
Views: Extract text selection code from Textfield.
by karandeepb
· 9 years ago
d7ca759
MacViews: Use bullets for displaying obscured text.
by karandeepb
· 9 years ago
a56ce7b
MacViews: Implement Force Touch/Mac dictionary lookup for Textfields.
by karandeepb
· 9 years ago
84ab6fa
MacViews: Fix behavior of move and select commands when selection direction changes.
by karandeepb
· 9 years ago
2f4f4e5
Misc. cleanup:
by pkasting
· 9 years ago
a757877
Fix gfx::Canvas::DrawStringRectWithHalo
by lof84
· 9 years ago
13ce21b
Remove unused RenderText::ToggleInsertMode and insert_mode_.
by msw
· 9 years ago
6d979c279
Remove SK_SUPPORT_LEGACY_TYPEFACE_PTR
by fmalita
· 9 years ago
998e890
Allow various font weights in gfx. These changes make Chromium's gfx::Font more closely match native font APIs &
by mboc
· 9 years ago
a468b18b
Add multi-line elision support for RenderText
by krb
· 9 years ago
59fe54d
RenderTextMac: Cache the SkTypeface on the TextRun [reland]
by tapted
· 9 years ago
6371bc4
Revert of RenderTextMac: Cache the SkTypeface on the TextRun (patchset #4 id:80001 of https://codereview.chromium.org/1907833002/ )
by kjellander
· 9 years ago
758d2ba
RenderTextMac: Cache the SkTypeface on the TextRun
by tapted
· 9 years ago
25c52c3
Replace scoped_ptr with std::unique_ptr in //ui
by danakj
· 9 years ago
5397394
Use sk_sp-based APIs for "minor effects"
by tomhudson
· 9 years ago
2b45cf9
Use sk_sp-based shader creation APIs
by tomhudson
· 9 years ago
f700cdb9
Avoid applying alpha twice in RenderText.
by mboc
· 9 years ago
0ae825e7
ui: Add out-of-line copy ctors for complex classes.
by vmpstr
· 9 years ago
1f0b47c
Switch gfx::Range to use uint32_t instead of size_t.
by jam
· 10 years ago
51ba3e69
Clean up header files.
by avi
· 10 years ago
c89eb8d4
Switch to standard integer types in ui/gfx/.
by avi
· 10 years ago
98ef615
mac: Remove unnecessary conversions from font to string in ui/gfx/.
by erikchen
· 10 years ago
d6fa6e4
Adjust text fade width and alpha
by tmoniuszko
· 10 years ago
07f4446
Add PointToSkPoint() and friends.
by pkasting
· 10 years ago
ddaec91
gfx: Make conversions from Size to SizeF be explicit.
by danakj
· 10 years ago
1575b629
RenderTextMac: Update runs when the color changes
by tapted
· 10 years ago
cf6533a5
Explicitly include SkDrawLooper.h.
by senorblanco
· 10 years ago
08820ef
Change the type of |x_range| in LineSegment from Range to RangeF, and remove |width| from LineSegment.
by xdai
· 10 years ago
859e336
render_text: RestoreBreakList takes a pointer, not non-const reference.
by mgiuca
· 10 years ago
09036bd
Supports the invisible underline for native input fields.
by shuchen
· 10 years ago
a193393
Move allow_character_break property to RenderText.
by mukai
· 10 years ago
a98db85
Fix accidental updates of host's baselines_ in Elide().
by mukai
· 10 years ago
92bc0de
[RenderText] Added append text
by dschuyler
· 10 years ago
26abb0b
Fix focus rectangle for label.
by mukai
· 10 years ago
1dfc595f
Cache gfx::RenderText instances in views::Label.
by mukai
· 10 years ago
Next »