| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert 131452 - Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio... | mazda@chromium.org | 2012-04-09 | 2 | -28/+3 |
* | Add GLHelper::AsyncCopyTextureTo and make thumbnail generation asynchronous. | mazda@chromium.org | 2012-04-09 | 2 | -3/+28 |
* | Consolidate win/x dispatchers | oshima@chromium.org | 2012-04-09 | 2 | -16/+4 |
* | Floating point based Point/Size/Rect and Insets | oshima@chromium.org | 2012-04-09 | 8 | -0/+692 |
* | Remove check for WEBLAYERTREEVIEW_HAS_INITIALIZE, this has rolled in to chrom... | jamesr@chromium.org | 2012-04-09 | 1 | -4/+0 |
* | Fix windows theme element printing by passing post processed image instead of... | vandebo@chromium.org | 2012-04-09 | 1 | -4/+5 |
* | Cache shared texture in browser | jbauman@chromium.org | 2012-04-07 | 2 | -4/+22 |
* | Remove WAYLAND port | oshima@chromium.org | 2012-04-07 | 16 | -274/+14 |
* | Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class. | asvitkine@chromium.org | 2012-04-06 | 1 | -15/+12 |
* | Only reset D3D device on context lost | jbauman@chromium.org | 2012-04-06 | 1 | -2/+4 |
* | Do all Presents on present thread. | jbauman@chromium.org | 2012-04-06 | 2 | -16/+28 |
* | Use the RenderText's computed text height instead of Font::GetHeight() in can... | asvitkine@chromium.org | 2012-04-05 | 2 | -14/+30 |
* | Pass localized font name of prefs to font settings. | falken@chromium.org | 2012-04-05 | 2 | -0/+24 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 11 | -37/+37 |
* | Re-land: Use a common font baseline in RenderText classes. | asvitkine@chromium.org | 2012-04-04 | 6 | -15/+27 |
* | Revert 130447 - Use a common font baseline in RenderText classes. | dbeam@chromium.org | 2012-04-04 | 6 | -27/+17 |
* | Build fix. | zmo@chromium.org | 2012-04-04 | 1 | -0/+4 |
* | aura-x11: Add custom web cursor support. | sadrul@chromium.org | 2012-04-03 | 1 | -2/+7 |
* | Make RenderTextWin::GetStringSize() return a non-zero height if the text is e... | asvitkine@chromium.org | 2012-04-03 | 2 | -20/+34 |
* | Use a common font baseline in RenderText classes. | asvitkine@chromium.org | 2012-04-03 | 6 | -17/+27 |
* | Use RAII for write libpng structs. | francoisk777@gmail.com | 2012-04-03 | 1 | -4/+22 |
* | Add some basic unit tests for gfx::Canvas. | asvitkine@chromium.org | 2012-04-02 | 1 | -0/+37 |
* | Ash/aura split: Get views_examples_exe semi-running on linux/X11. | erg@chromium.org | 2012-03-30 | 1 | -0/+25 |
* | Fix issues in RenderTextWin where font style and sizes may not be getting app... | asvitkine@chromium.org | 2012-03-30 | 2 | -6/+46 |
* | Avoid resetting the RenderText layout on SetDisplayRect() except when the wid... | asvitkine@chromium.org | 2012-03-30 | 1 | -1/+2 |
* | Move GetPangoFontMetrics() to pango_util.cc. | asvitkine@chromium.org | 2012-03-30 | 3 | -30/+33 |
* | ui: Move gfx test suite to ui/test/. | tfarina@chromium.org | 2012-03-29 | 3 | -109/+0 |
* | Adding command line switch --gpu-swap-delay to artificially slow down the | junov@google.com | 2012-03-29 | 3 | -0/+21 |
* | Calculate height from all runs' fonts in RenderTextWin::GetStringSize(). | asvitkine@chromium.org | 2012-03-29 | 4 | -13/+27 |
* | ui/gfx: Remove unused map from NativeThemeAura. | tfarina@chromium.org | 2012-03-29 | 2 | -17/+10 |
* | Optimize PlatformFontWin::DeriveFont() by computing |dlu_base_x_| lazily. | asvitkine@chromium.org | 2012-03-29 | 2 | -20/+40 |
* | C++ code generated by generate_bindings.py was assigning a variable withing i... | trprice@gmail.com | 2012-03-28 | 1 | -1/+3 |
* | Restore call to set text size in RenderTextWin. | asvitkine@chromium.org | 2012-03-28 | 1 | -0/+1 |
* | Fix a few warnings that -Wnull-conversion of a future clang will complain about. | thakis@chromium.org | 2012-03-28 | 1 | -1/+2 |
* | Fix vertical text alignment logic in canvas_skia.cc. | asvitkine@chromium.org | 2012-03-27 | 1 | -18/+8 |
* | ui/gfx: Move test_suite.{cc,h} to test/ directory. | tfarina@chromium.org | 2012-03-27 | 3 | -8/+24 |
* | ui/gfx: Prefer to use SkAutoUnref over SkAutoTUnref. | tfarina@chromium.org | 2012-03-27 | 1 | -9/+9 |
* | ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API. | tfarina@chromium.org | 2012-03-27 | 4 | -16/+11 |
* | Change RenderTextWin to use SetFontFamilyWithStyle(). | asvitkine@chromium.org | 2012-03-27 | 3 | -31/+1 |
* | Fix RenderTextTest.OriginForSkiaDrawing unit test. Skia is expecting y to be ... | reveman@google.com | 2012-03-26 | 1 | -2/+2 |
* | Use the font baseline to calculate the skia drawing offset rather than the fo... | reveman@chromium.org | 2012-03-26 | 1 | -2/+2 |
* | ui/gfx: Make use of SkAutoLockPixels to automatically lock and unlock bitmap ... | tfarina@chromium.org | 2012-03-26 | 1 | -2/+1 |
* | ui/gfx: Add a typedef of std::map to improve the readability of GdkCursorCach... | tfarina@chromium.org | 2012-03-26 | 1 | -13/+13 |
* | ui/gfx: Remove linux_util.h include from gtk_util.h, fix up downstream files. | tfarina@chromium.org | 2012-03-26 | 2 | -7/+2 |
* | ui/gfx: Add unittests for EscapeWindowsStyleAccelerators() function. | tfarina@chromium.org | 2012-03-25 | 1 | -0/+25 |
* | ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer). | tfarina@chromium.org | 2012-03-24 | 10 | -66/+56 |
* | Add a SkiaTextRenderer::SetFontFamilyWithStyle | xiyuan@chromium.org | 2012-03-24 | 3 | -6/+24 |
* | aura: Update scrollbar theme. | derat@chromium.org | 2012-03-24 | 16 | -129/+171 |
* | ash: New scrollbar assets. | derat@chromium.org | 2012-03-24 | 32 | -0/+0 |
* | aura: fast resizes for accelerated pages | piman@chromium.org | 2012-03-23 | 1 | -0/+4 |