summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* C++ code generated by generate_bindings.py was assigning a variable withing i...trprice@gmail.com2012-03-281-1/+3
* Restore call to set text size in RenderTextWin.asvitkine@chromium.org2012-03-281-0/+1
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-281-1/+2
* Fix vertical text alignment logic in canvas_skia.cc.asvitkine@chromium.org2012-03-271-18/+8
* ui/gfx: Move test_suite.{cc,h} to test/ directory.tfarina@chromium.org2012-03-273-8/+24
* ui/gfx: Prefer to use SkAutoUnref over SkAutoTUnref.tfarina@chromium.org2012-03-271-9/+9
* ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API.tfarina@chromium.org2012-03-274-16/+11
* Change RenderTextWin to use SetFontFamilyWithStyle().asvitkine@chromium.org2012-03-273-31/+1
* Fix RenderTextTest.OriginForSkiaDrawing unit test. Skia is expecting y to be ...reveman@google.com2012-03-261-2/+2
* Use the font baseline to calculate the skia drawing offset rather than the fo...reveman@chromium.org2012-03-261-2/+2
* ui/gfx: Make use of SkAutoLockPixels to automatically lock and unlock bitmap ...tfarina@chromium.org2012-03-261-2/+1
* ui/gfx: Add a typedef of std::map to improve the readability of GdkCursorCach...tfarina@chromium.org2012-03-261-13/+13
* ui/gfx: Remove linux_util.h include from gtk_util.h, fix up downstream files.tfarina@chromium.org2012-03-262-7/+2
* ui/gfx: Add unittests for EscapeWindowsStyleAccelerators() function.tfarina@chromium.org2012-03-251-0/+25
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-2410-66/+56
* Add a SkiaTextRenderer::SetFontFamilyWithStylexiyuan@chromium.org2012-03-243-6/+24
* aura: Update scrollbar theme.derat@chromium.org2012-03-2416-129/+171
* ash: New scrollbar assets.derat@chromium.org2012-03-2432-0/+0
* aura: fast resizes for accelerated pagespiman@chromium.org2012-03-231-0/+4