summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Undo issue 14983004 to conform to spec.suzyh2015-04-132-57/+1
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-121-2/+2
* Update matrix distance metric to account for snapping.vollick2015-04-093-33/+0
* Make sure observers are not nullptroshima2015-04-081-14/+0
* Add R_8 GPU memory buffers format.dcastagna2015-04-081-0/+1
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-081-1/+2
* Remove obsolete for_web_contents parameter in FontRenderParamsQuery.stapelberg2015-04-068-32/+25
* Fix scrollbar painting issue when scalingqiankun.miao2015-04-032-22/+63
* [MacViews] Implement size constraints for app windows.jackhou2015-04-024-0/+98
* views: Replace CullSet with intersection queries against the paint rectdanakj2015-04-029-2185/+0
* Revert of [MacViews] Implement size constraints for app windows. (patchset #9...jackhou2015-04-023-96/+0
* [MacViews] Implement size constraints for app windows.jackhou2015-04-023-0/+96
* Force --enable-webkit-text-subpixel-positioning for DSF > 1.0.stapelberg2015-03-313-13/+1
* Supports the invisible underline for native input fields.shuchen2015-03-312-5/+0
* Remove android_webview_build conditions from ui.torne2015-03-302-10/+5
* Move allow_character_break property to RenderText.mukai2015-03-287-35/+116
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-271-7/+9
* Retrieve and pass subpixel lcd geometry on windowsscottmg2015-03-264-6/+83
* Delete ui/gfx/mac/nsimage_cache_unittest.cc.READMEtapted2015-03-261-3/+0
* Set FixedSource image unscaled in ImageSkiaTestqiankun.miao2015-03-261-1/+11
* Fix accidental updates of host's baselines_ in Elide().mukai2015-03-263-1/+18
* Remove the code which sorts and removes duplicates from the fallback font listananta2015-03-261-12/+15
* Break runs by clusters rather than iteration over code pointsmukai2015-03-262-4/+24
* [RenderText] added unit test for AppendText.dschuyler2015-03-252-0/+34
* Don't add Segoe UI to the fallback font list if it is the system font.ananta2015-03-241-4/+8
* [RenderText] Added chrome os exclusion from doesntClip test.dschuyler2015-03-201-4/+4
* [RenderText] Added append textdschuyler2015-03-202-10/+25
* Remove duplicate fonts from the font fallback list.ananta2015-03-201-0/+13
* Fix Pango font rendering with HiDPi displays on Linux.stapelberg2015-03-191-11/+13
* MacViews: Fix GN buildtapted2015-03-181-2/+6
* Revert of Fix scrollbar painting issue when scaling (patchset #5 id:80001 of ...benwells2015-03-182-66/+16
* Add Segoe UI and its set of linked fonts to the font back list on Windows.ananta2015-03-181-0/+10
* Fix scrollbar painting issue when scalingqiankun.miao2015-03-182-16/+66
* Fix focus rectangle for label.mukai2015-03-172-15/+15
* stop using deprecated SkPaint::FilterLevelreed2015-03-171-2/+1
* Re-land: Resurrect Aura Linux accessibility.Dominic Mazzoni2015-03-161-0/+11
* cc: Fix transform flattening in property treesajuma2015-03-143-0/+33
* Adds test for verifying regions extracted by NineImagePaintersky2015-03-135-14/+77
* Revert of Resurrect Aura Linux accessibility. (patchset #15 id:280001 of http...alexmos2015-03-121-11/+0
* Resurrect Aura Linux accessibility.dmazzoni2015-03-121-0/+11
* Splitting of layers for correct intersectionsawoloszyn2015-03-123-0/+24
* Cache gfx::RenderText instances in views::Label.mukai2015-03-116-4/+34
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-113-24/+0
* CrStringDrawing cleanup: added braces to index arithmetics.eugenebut2015-03-111-1/+1
* Splitting of layers for correct intersectionsawoloszyn2015-03-113-0/+24
* Fix for the WebInputEventBuilderTest.TestMouseEventScale content_unittests fa...ananta2015-03-112-6/+27
* Adding baseline options for super/sub scriptingdschuyler2015-03-117-57/+315
* Upstream NSString+CrStringDrawing changes.eugenebut2015-03-103-0/+61
* x11: Use scoped_ptr<> for X11 objects where it makes sense.Sadrul Habib Chowdhury2015-03-102-8/+17
* Use GetDisplayText() instead of text() for rendering text.mukai2015-03-097-74/+147