| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added XP specific path to NativeTheme::PaintProgressBar(). | tkent@chromium.org | 2010-07-14 | 1 | -16/+62 |
* | Disablging failing ui tests: RestoreWindow and RestoreWindowAndTab | oshima@chromium.org | 2010-07-13 | 1 | -2/+2 |
* | Start implementing Direct2D Canvas. Implements Save/Restore methods, FillRect... | ben@chromium.org | 2010-07-09 | 7 | -7/+483 |
* | Makes menu draw disabled arrow the correct color for classic windows. | sky@chromium.org | 2010-07-07 | 2 | -15/+37 |
* | Display warning banner in Win preferences dialog for managed options. | mnissler@chromium.org | 2010-07-06 | 3 | -0/+11 |
* | Move WindowImpl to gfx so I can use it there for canvas unit tests. | ben@chromium.org | 2010-07-02 | 3 | -0/+345 |
* | Moves gtk accelerator processing functions to base/gtk_util so I can | sky@chromium.org | 2010-07-01 | 1 | -31/+2 |
* | Canvas refactoring phase 4b: | ben@chromium.org | 2010-06-30 | 3 | -0/+18 |
* | Canvas refactoring Phase 4a: | ben@chromium.org | 2010-06-29 | 3 | -0/+44 |
* | Fixes bug in showing accelerators where on views/gtk where we would | sky@chromium.org | 2010-06-29 | 1 | -1/+35 |
* | GTK: add more syncronization to GtkNativeViewIdManager to avoid a crash. | estade@chromium.org | 2010-06-25 | 2 | -4/+13 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 12 | -250/+230 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 12 | -230/+250 |
* | Revert 50788 - fix linux bustage | ben@chromium.org | 2010-06-24 | 2 | -5/+3 |
* | fix linux bustage | ben@chromium.org | 2010-06-24 | 2 | -3/+5 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 12 | -250/+230 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 8 | -210/+243 |