summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Respect the system ClearType setting in RenderTextWin.asvitkine@chromium.org2012-02-171-0/+7
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-2/+2
* Add diagonal strike support in RenderTextoshima@chromium.org2012-01-271-3/+21
* Add support for horizontal text alignment to RenderText.asvitkine@chromium.org2012-01-241-36/+62
* Aura: apply UI font list to cros.xji@chromium.org2012-01-241-0/+7
* aura/views: Use colors from NativeTheme in the omnibox popup.sadrul@chromium.org2012-01-231-6/+9
* Merge left and right cursor movement code in RenderText, and misc fixesbenrg@chromium.org2012-01-211-129/+55
* RenderText: Pan to show additional overflow text when the display width incre...msw@chromium.org2012-01-181-1/+7
* Fix cursor in replacement mode is not drawn correctly.xji@chromium.org2012-01-181-5/+30
* Add text fading API to RenderText.asvitkine@chromium.org2012-01-171-8/+136
* Fix input text is not visible in Find bar textfield and Add Bookmark name field.xji@chromium.org2012-01-121-1/+1
* Enable bold and italic text styles in RenderText*.asvitkine@chromium.org2012-01-101-2/+29
* Revert 116945 - Enable bold and italic text styles in RenderText*.binji@chromium.org2012-01-091-29/+2
* Enable bold and italic text styles in RenderText*.asvitkine@chromium.org2012-01-091-2/+29
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...xji@chromium.org2012-01-041-39/+14
* [Coverity] More pass by val -> pass by const ref.dbeam@chromium.org2011-12-291-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Revert 114953 (breaks cros font sizes, etc.) - specify locale-dependent font ...msw@chromium.org2011-12-201-13/+38
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...xji@chromium.org2011-12-191-38/+13
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-171-4/+2
* Optimize setting the font when drawing in RenderTextLinux.asvitkine@chromium.org2011-12-151-2/+10
* Add traces in text codepiman@chromium.org2011-12-141-1/+9
* Remove UpdateLayout from SetSelectionModel, since except fonts, all other sty...xji@chromium.org2011-12-131-1/+0
* Revert 113956 (revert didn't help) - Revert 113635 (speculative revert for bu...thakis@chromium.org2011-12-101-8/+7
* Revert 113635 (speculative revert for bug 107104)thakis@chromium.org2011-12-101-7/+8
* Draw text via Skia in RenderTextLinux.asvitkine@chromium.org2011-12-091-0/+86
* Improve RenderTextWin font fallback.asvitkine@chromium.org2011-12-081-8/+7
* Revert 113606 - Improve RenderTextWin font fallback.sky@chromium.org2011-12-081-7/+8
* Improve RenderTextWin font fallback.asvitkine@chromium.org2011-12-081-8/+7
* Revert 113075 (requested by asvitkine) (requested by asvitkine) (requested by...thakis@chromium.org2011-12-061-7/+8
* Improve RenderTextWin font fallback.asvitkine@chromium.org2011-12-061-8/+7
* Revert 112983 - Improve RenderTextWin font fallback.avi@chromium.org2011-12-051-7/+8
* Improve RenderTextWin font fallback.asvitkine@chromium.org2011-12-051-8/+7
* Upon calling RenderText::SelectRange, the selection style should be applied.pkotwicz@chromium.org2011-12-021-0/+1
* Separate selection highlight from pango layout, highlight selection using skia.xji@chromium.org2011-11-301-84/+37
* Revert 111288 - Possibly broke media_unittests on Macrsleevi@chromium.org2011-11-231-1/+3
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-11-231-3/+1
* Update layout when selection is updated.oshima@chromium.org2011-11-091-0/+5
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-1/+1
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-1/+1
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-2/+1
* Fix style_range_.erase() which caused style range not deleted completely and ...xji@google.com2011-10-141-5/+6
* 1. change the setters of gfx::SelectionModel to be private. Set one alone mig...xji@google.com2011-10-121-3/+26
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-5/+5
* Fix selection handler position in touch.xji@google.com2011-10-031-14/+14
* Fix omnibox state for each tab.xji@google.com2011-09-281-45/+0
* This is a reapply of xji@google.com2011-09-211-38/+31
* Revert 102006 - fix know issues in RenderTextsky@chromium.org2011-09-201-31/+38
* fix know issues in RenderTextxji@google.com2011-09-201-38/+31
* Since cursor width is 0, need to offset cursor_bounds_.x and display_offst_.x...xji@google.com2011-09-071-2/+2