| Commit message (Expand) | Author | Age | Files | Lines |
* | Make drawing consistent with webkit wrt default colors and effects | davemoore@chromium.org | 2010-10-11 | 1 | -4/+4 |
* | Fixed include in test_webkit_client | davemoore@chromium.org | 2010-10-10 | 6 | -0/+577 |
* | Revert 62068 - Move implementation of linux scrollbars from webkit using new | davemoore@chromium.org | 2010-10-09 | 6 | -577/+0 |
* | Move implementation of linux scrollbars from webkit using new | davemoore@chromium.org | 2010-10-09 | 6 | -0/+577 |
* | Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7 | georgey@chromium.org | 2010-10-06 | 5 | -3/+166 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-06 | 2 | -11/+139 |
* | Revert 61561 - Create an X window overlay with static ID for GL contexts. | dhollowa@chromium.org | 2010-10-05 | 2 | -139/+11 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-05 | 2 | -11/+139 |
* | Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed(). | rsesek@chromium.org | 2010-10-05 | 1 | -1/+16 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 4 | -8/+8 |
* | clang/mac: Fix most problems in unittest targets in webkit.gyp | thakis@chromium.org | 2010-10-03 | 2 | -4/+4 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 4 | -1/+7 |
* | Remove use of Skia's safeUnref() in favor of SkSafeUnref(...) | vandebo@chromium.org | 2010-09-24 | 2 | -3/+3 |
* | Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo. | jhawkins@chromium.org | 2010-09-21 | 1 | -6/+6 |
* | Cleanup: Delete some 0 byte sized files that we no longer reference. | thestig@chromium.org | 2010-09-16 | 1 | -0/+0 |
* | Fix problem with extension context menu items losing top-level icon. | asargent@chromium.org | 2010-09-16 | 2 | -4/+27 |
* | Fix bug in gfx::Font if the PangoFontDescription's size is absolute. | sky@chromium.org | 2010-09-02 | 1 | -0/+7 |
* | Fix a change that has been checked in by mistake in r52157 | oshima@chromium.org | 2010-08-31 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 3 | -4/+2 |
* | Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill... | pkasting@chromium.org | 2010-08-18 | 6 | -25/+26 |
* | Cleanup: | pkasting@chromium.org | 2010-08-17 | 9 | -461/+192 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -1/+2 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+1 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 19 | -970/+1401 |
* | FBTF: Minor gfx/ header cleanup. | erg@google.com | 2010-08-10 | 8 | -4/+16 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 2 | -3/+1 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 2 | -1/+3 |
* | Initial pass at integrating Differ into the chromoting host code. | garykac@google.com | 2010-08-06 | 3 | -0/+30 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -4/+4 |
* | file_util: Get rid of file_util::AppendToPath in icon_util_unittest.cc | tfarina@chromium.org | 2010-07-30 | 3 | -46/+50 |
* | Attempt to reland code reverted in r52599, to take another look at the page c... | pkasting@chromium.org | 2010-07-30 | 1 | -12/+3 |
* | Implement more rendering methods on Canvas. | ben@chromium.org | 2010-07-29 | 4 | -32/+143 |
* | add gfx_resources.h to DEPS | ben@chromium.org | 2010-07-29 | 1 | -0/+1 |
* | fix bustage by adding forgotten file | ben@chromium.org | 2010-07-29 | 1 | -0/+18 |
* | Add support for Radial Gradient Brush and Bitmap Brush to gfx::Canvas. | ben@chromium.org | 2010-07-29 | 7 | -18/+274 |
* | Add images for forthcoming brushes change so that the change will work on the... | ben@chromium.org | 2010-07-28 | 1 | -0/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 29 | -0/+29 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+3 |
* | Add support for brushes to gfx::Canvas... right now just LinearGradientBrush. | ben@chromium.org | 2010-07-23 | 8 | -1/+232 |
* | Fix transforms to be preconcat like skia so multiple transforms are accumulat... | ben@chromium.org | 2010-07-21 | 2 | -4/+35 |
* | Implement initial ClipRect. | ben@chromium.org | 2010-07-21 | 6 | -53/+106 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 4 | -5/+3 |
* | Implement spin buttons for <input type=number> | tkent@chromium.org | 2010-07-16 | 2 | -0/+22 |
* | Revert 46492 to repair perf regression in XP single-core Moz Page Cycler | jar@chromium.org | 2010-07-16 | 1 | -3/+12 |
* | Windows: Fix opacity of drag images. | thakis@chromium.org | 2010-07-15 | 3 | -0/+54 |
* | Revert 52441 - Revert Win specific elements of 46492 to look for perf impact | jar@chromium.org | 2010-07-15 | 1 | -12/+3 |
* | Fix ChromeOS build by putting back define from previous patch (tried | brettw@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Add a function to scroll a platform canvas. This uses the platform scroll | brettw@chromium.org | 2010-07-15 | 5 | -8/+252 |
* | Revert Win specific elements of 46492 to look for perf impact | jar@chromium.org | 2010-07-15 | 1 | -3/+12 |
* | Fix some style issues in Rect I noticed. | brettw@chromium.org | 2010-07-15 | 2 | -10/+3 |