summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bookmark button text directionality and eliding.msw@chromium.org2014-06-251-2/+9
* Refactor views::Label and gfx::RenderText shadow functions.msw@chromium.org2014-06-181-1/+1
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-58/+28
* Remove explicit Skia save flags.fmalita@chromium.org2014-03-281-2/+2
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-0/+2
* Work around issue seen in Linux GTK where some tabs have no text.mgiuca@chromium.org2013-10-311-1/+10
* Use string directionality for CanvasSkia fade truncation; cleanup.msw@chromium.org2013-10-301-37/+3
* New avatar button text should be rendered with a halo.noms@chromium.org2013-10-221-1/+1
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-9/+9
* Remove Linux-specific canvas_skia.cc hack.asvitkine@chromium.org2013-10-081-16/+0
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-2/+2
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-2/+2
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-2/+2
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-7/+7
* Move text_elider to gfx.ben@chromium.org2013-09-091-10/+10
* Move Range code to gfx.ben@chromium.org2013-09-061-9/+9
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-221-51/+69
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-17/+18
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-8/+14
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-60/+48
* ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.*tfarina@chromium.org2012-11-141-1/+1
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-4/+4
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-061-32/+12
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Add RenderText::SetFont() function to simplify some call sites.asvitkine@chromium.org2012-09-181-1/+1
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-271-1/+1
* Remove Linux-specific mapping from NO_ELLIPSIS to MULTI_LINE in canvas_skia.cc.asvitkine@chromium.org2012-07-241-5/+0
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-4/+6
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-6/+4
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-4/+6
* Fix fade-truncation of LTR tab titles under RTL UI.asvitkine@chromium.org2012-07-091-0/+4
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-4/+4
* Fix RenderTextWin base direction; remove test exceptions; etc.msw@chromium.org2012-07-041-2/+3
* Fix default alignment of drawn text when no alignment flags are passed.asvitkine@chromium.org2012-07-041-0/+8
* Fix eliding of LTR tab title in RTL UI under non-Windows Views.asvitkine@chromium.org2012-07-041-3/+0
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-1/+1
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Fix issue with multi-line alignment in canvas_skia.cc.asvitkine@chromium.org2012-06-041-0/+1
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-1/+1
* Fix incorrect forcing of text directionality in canvas_skia.cc.asvitkine@chromium.org2012-05-161-16/+40
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-14/+31
* Use the RenderText's computed text height instead of Font::GetHeight() in can...asvitkine@chromium.org2012-04-051-11/+29
* Fix vertical text alignment logic in canvas_skia.cc.asvitkine@chromium.org2012-03-271-18/+8
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-4/+4
* ui/gfx: Rename canvas_skia_skia to just canvas_skia.tfarina@chromium.org2012-03-181-0/+422
* ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".tfarina@chromium.org2012-03-171-378/+0
* ui/gfx: Clean up the remaining references to CanvasSkia.tfarina@chromium.org2012-03-171-75/+64
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-0/+6
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-9/+1