summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Always try metafile font fallback in the case of missing glyphs in RenderText...asvitkine@chromium.org2012-04-132-45/+53
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-138-37/+0
* Landing issue 9960061: Change Sleep(0) to Sleep(1) when we are waiting GPU to...apatrick@chromium.org2012-04-121-1/+1
* Fix Windows use_canvas_skia=0 build.asvitkine@chromium.org2012-04-121-0/+1
* - Add temporary support for High Density Incompatible mode (scale to 2x) to N...oshima@chromium.org2012-04-122-0/+18
* Work on USE_ASH/USE_AURA split.erg@chromium.org2012-04-121-0/+102
* Traces on MakeCurrentnduca@chromium.org2012-04-115-2/+12
* Use gdk_init() instead of gtk_init() to open the display. It's much lighter andcevans@chromium.org2012-04-112-5/+15
* Fix typooshima@chromium.org2012-04-111-1/+1
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-1117-832/+768
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-1117-772/+832
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-1117-832/+772
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-1114-46/+360
* gl_implementation_win includes d3d9.h, so add the dx sdk to include_dirsthakis@chromium.org2012-04-101-0/+3
* Be careful not to use a deleted animation.vollick@chromium.org2012-04-103-4/+128
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-1/+1
* Reland r131452: Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-102-3/+28
* Add floating point support to gfx::Pathoshima@chromium.org2012-04-102-2/+20
* Add to gfx::Canvas API so that views doesn't use SkCanvas directly.pkotwicz@chromium.org2012-04-092-2/+86
* Revert 131452 - Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-092-28/+3
* Add GLHelper::AsyncCopyTextureTo and make thumbnail generation asynchronous.mazda@chromium.org2012-04-092-3/+28
* Consolidate win/x dispatchersoshima@chromium.org2012-04-092-16/+4
* Floating point based Point/Size/Rect and Insetsoshima@chromium.org2012-04-098-0/+692
* Remove check for WEBLAYERTREEVIEW_HAS_INITIALIZE, this has rolled in to chrom...jamesr@chromium.org2012-04-091-4/+0
* Fix windows theme element printing by passing post processed image instead of...vandebo@chromium.org2012-04-091-4/+5
* Cache shared texture in browserjbauman@chromium.org2012-04-072-4/+22
* Remove WAYLAND portoshima@chromium.org2012-04-0716-274/+14
* Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class.asvitkine@chromium.org2012-04-061-15/+12
* Only reset D3D device on context lostjbauman@chromium.org2012-04-061-2/+4
* Do all Presents on present thread.jbauman@chromium.org2012-04-062-16/+28
* Use the RenderText's computed text height instead of Font::GetHeight() in can...asvitkine@chromium.org2012-04-052-14/+30
* Pass localized font name of prefs to font settings.falken@chromium.org2012-04-052-0/+24
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-0511-37/+37
* Re-land: Use a common font baseline in RenderText classes.asvitkine@chromium.org2012-04-046-15/+27
* Revert 130447 - Use a common font baseline in RenderText classes.dbeam@chromium.org2012-04-046-27/+17
* Build fix.zmo@chromium.org2012-04-041-0/+4
* aura-x11: Add custom web cursor support.sadrul@chromium.org2012-04-031-2/+7
* Make RenderTextWin::GetStringSize() return a non-zero height if the text is e...asvitkine@chromium.org2012-04-032-20/+34
* Use a common font baseline in RenderText classes.asvitkine@chromium.org2012-04-036-17/+27
* Use RAII for write libpng structs.francoisk777@gmail.com2012-04-031-4/+22
* Add some basic unit tests for gfx::Canvas.asvitkine@chromium.org2012-04-021-0/+37
* Ash/aura split: Get views_examples_exe semi-running on linux/X11.erg@chromium.org2012-03-301-0/+25
* Fix issues in RenderTextWin where font style and sizes may not be getting app...asvitkine@chromium.org2012-03-302-6/+46
* Avoid resetting the RenderText layout on SetDisplayRect() except when the wid...asvitkine@chromium.org2012-03-301-1/+2
* Move GetPangoFontMetrics() to pango_util.cc.asvitkine@chromium.org2012-03-303-30/+33
* ui: Move gfx test suite to ui/test/.tfarina@chromium.org2012-03-293-109/+0
* Adding command line switch --gpu-swap-delay to artificially slow down thejunov@google.com2012-03-293-0/+21
* Calculate height from all runs' fonts in RenderTextWin::GetStringSize().asvitkine@chromium.org2012-03-294-13/+27
* ui/gfx: Remove unused map from NativeThemeAura.tfarina@chromium.org2012-03-292-17/+10
* Optimize PlatformFontWin::DeriveFont() by computing |dlu_base_x_| lazily.asvitkine@chromium.org2012-03-292-20/+40