summaryrefslogtreecommitdiffstats
path: root/ui/gfx/font_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: Remove Pango dependency from UI font code in gfx/.Daniel Erat2015-02-111-19/+8
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-5/+10
* Makes it clear in unittests that the system is missing some of fonts.yukishiino@chromium.org2014-02-271-2/+14
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-23/+5
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-0/+2
* Supports cap height on Pango.yukishiino@chromium.org2013-12-241-4/+0
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-0/+19
* ozone: Allow building for ozone without depending on pangosadrul@chromium.org2013-11-061-2/+2
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-2/+2
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-2/+2
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-2/+2
* Supports cap height in gfx::Font and gfx::FontList.yukishiino@chromium.org2013-10-011-19/+30
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* ui/gfx: Wrap font unittests into 'gfx' namespace.tfarina@chromium.org2012-10-291-9/+9
* Android fixes for gfx_unittests.jrg@chromium.org2012-01-311-3/+3
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+3
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-10/+10
* Use pixel sizes in PlatformFontWin instead of point sizes.asvitkine@chromium.org2011-10-191-10/+4
* Fix Linux |Font::GetAverageCharacterWidth()| always returning 0.asvitkine@chromium.org2011-10-171-0/+5
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-251-2/+2
* Fix leaks found on Linux in ui/gfx/font_unittest.cc.rsesek@chromium.org2011-02-171-7/+23
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+120