| Commit message (Expand) | Author | Age | Files | Lines |
* | Canvas refactoring part 1. | ben@chromium.org | 2010-06-22 | 4 | -167/+313 |
* | Add const to two methods. | jam@chromium.org | 2010-06-17 | 1 | -2/+2 |
* | TTF: Enable disabled tests: FontTest.DeriveFont{ResizesIfSizeTooSmall,KeepsOr... | vandebo@chromium.org | 2010-06-16 | 1 | -3/+3 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | Implement most of the ridealong fixes/cleanups I suggested during review for ... | pkasting@chromium.org | 2010-06-01 | 2 | -95/+59 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -3/+3 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -3/+3 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -3/+3 |
* | - Draw glossy animation effect for determinate progress bar | tkent@chromium.org | 2010-05-19 | 2 | -32/+57 |
* | - Fix style issue | tkent@chromium.org | 2010-05-17 | 1 | -12/+13 |
* | Added support for HTML5 progress element. | tkent@chromium.org | 2010-05-14 | 2 | -2/+62 |
* | Set the job name for the print job on the Mac. | avi@chromium.org | 2010-05-12 | 1 | -3/+17 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 2 | -0/+10 |
* | Clean up NativeViewId bits. | evan@chromium.org | 2010-05-06 | 1 | -28/+10 |
* | Fix build break. | pkasting@chromium.org | 2010-05-05 | 1 | -0/+1 |
* | Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi... | pkasting@chromium.org | 2010-05-05 | 4 | -25/+18 |
* | Small cleanups/style fixes. Simplifies RTL functions slightly. | pkasting@chromium.org | 2010-05-05 | 2 | -4/+4 |
* | GTK: unify the bookmark dragging icon generation code into bookmark utils. | estade@chromium.org | 2010-04-30 | 3 | -6/+20 |
* | Newer versions of libpng require a flush function to be given. | erg@chromium.org | 2010-04-29 | 1 | -1/+6 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -4/+2 |
* | Optimize SkBitmapOperations::CreateHSLShiftedBitmap() (used for theme tinting). | erg@chromium.org | 2010-04-26 | 2 | -17/+421 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 2 | -0/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 2 | -2/+0 |
* | Revert 45240 - Moved GLContext class to gfx/gl. | apatrick@chromium.org | 2010-04-21 | 8 | -1550/+0 |
* | Moved GLContext class to gfx/gl. | apatrick@chromium.org | 2010-04-21 | 8 | -0/+1550 |
* | GTK: Override cursor colors in chrome-theme mode. | erg@chromium.org | 2010-04-21 | 2 | -0/+2 |
* | Clamp the maximum amount of text we'll draw to 32K characters, since higher v... | pkasting@chromium.org | 2010-04-19 | 1 | -3/+10 |
* | Status area improvements: | chocobo@chromium.org | 2010-04-09 | 2 | -5/+6 |
* | Remove base/gfx/. | estade@chromium.org | 2010-04-01 | 3 | -17/+13 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 1 | -48/+52 |
* | Also set the canvas size. I missed this in the last patch. | tony@chromium.org | 2010-03-24 | 5 | -23/+25 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 13 | -0/+2291 |
* | Linux: Fix some GdkPixbuf leaks. | mattm@chromium.org | 2010-03-23 | 1 | -1/+2 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 17 | -1/+2556 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 8 | -0/+1847 |
* | typo in gyp file means wrong file name is expected | ben@chromium.org | 2010-03-17 | 1 | -2/+2 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 18 | -0/+1123 |
* | Include gfx/{point,size}.h instead of base/gfx/{point,size}.h | darin@chromium.org | 2010-03-15 | 1 | -2/+2 |
* | Revert 41614 - Fix header include guards remove BASE_ prefix that is no long... | ben@chromium.org | 2010-03-15 | 3 | -9/+9 |
* | Fix header include guards - remove BASE_ prefix that is no longer accurate. | ben@chromium.org | 2010-03-15 | 3 | -9/+9 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 10 | -2/+1015 |
* | Create a path provider for gfx, allowing the removal of the temporary app dep... | ben@chromium.org | 2010-03-14 | 10 | -15/+154 |
* | bandaid | ben@chromium.org | 2010-03-13 | 1 | -0/+1 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 7 | -0/+1036 |