summaryrefslogtreecommitdiffstats
path: root/ui/gfx/text_elider.cc
Commit message (Expand)AuthorAgeFilesLines
* Split script runs at 'COMMON' blocks except for "white space" character. RTHB...xdai2015-06-101-59/+7
* text_elider: A handful of small refactors.mgiuca2015-04-231-8/+8
* Fixed text elision truncating a string mid-combining-sequence.mgiuca2015-04-221-3/+42
* Reduce the number of text reshaping in RenderTextoshima2015-02-141-1/+1
* Fix a 'type-limits' warning in StringSlicer::FindValidBoundaryAfterbenchan2014-10-291-3/+8
* Type conversion fixes, text rendering edition.pkasting2014-10-211-1/+3
* New avatar button: Consolidate text elision between Mac and Win/Linuxtreib@chromium.org2014-07-231-38/+42
* Move gfx::ElideText functionality to RenderText.msw@chromium.org2014-07-101-35/+30
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-73/+85
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-111-1/+1
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-3/+4
* [GFX] Add hostname elider. Add ability to elide strings at the beginning.gbillock@chromium.org2014-02-041-3/+10
* Remove net dependency from ui/gfxjamesr@chromium.org2014-01-301-321/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2014-01-021-73/+55
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-0/+4
* Clean-up: Remove an obsolete gfx::ElideText (Font version).yukishiino@chromium.org2013-12-251-7/+0
* Revert of https://codereview.chromium.org/107513011/szym@chromium.org2013-12-161-55/+73
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-161-73/+55
* Revert of https://codereview.chromium.org/112063003/szym@chromium.org2013-12-131-55/+73
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-131-73/+55
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-129/+135
* Removes obsolete gfx::Elide{Filename,RectangleText} (gfx::Font version).yukishiino@chromium.org2013-11-191-17/+0
* Removes obsolete gfx::ElideEmail (gfx::Font version).yukishiino@chromium.org2013-11-081-6/+0
* Removes obsolete gfx::ElideUrl (gfx::Font version).yukishiino@chromium.org2013-11-071-7/+0
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-70/+69
* Move text_elider to gfx.ben@chromium.org2013-09-091-0/+1172