| Commit message (Expand) | Author | Age | Files | Lines |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+15 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 1 | -13/+0 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -1/+1 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+13 |
* | change backing store cache to be memory-based rather than count | erikkay@chromium.org | 2009-06-25 | 1 | -0/+2 |
* | Reverting 19131. | glen@chromium.org | 2009-06-24 | 2 | -68/+3 |
* | PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to color | glen@chromium.org | 2009-06-24 | 2 | -3/+68 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 2 | -5/+5 |
* | Liberalize the size limits in the PNG decoder to match the changes landed ups... | pkasting@chromium.org | 2009-06-09 | 1 | -5/+7 |
* | A new menu system for views. | ben@chromium.org | 2009-06-08 | 1 | -0/+3 |
* | Re-Retry. This is the change from hell. | glen@chromium.org | 2009-06-06 | 1 | -5/+34 |
* | Revert pngencoder changes. | glen@chromium.org | 2009-06-05 | 1 | -36/+5 |
* | Fix pngencoder mac perf errors - the previous code was never actually doing a... | glen@chromium.org | 2009-06-05 | 1 | -4/+3 |
* | Retry. I believe the code (with your width() * bbp fix) is correct. | glen@chromium.org | 2009-06-05 | 1 | -5/+37 |
* | Revert png encoder changes. | glen@chromium.org | 2009-06-04 | 1 | -40/+4 |
* | Twiddle some bits to get PNGEncoder to match ImageOperations. There's a Valgr... | glen@chromium.org | 2009-06-04 | 1 | -9/+16 |
* | Attempt to fix memory leak again. | glen@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | Fix bustage by defining NativeCursor on Mac. | ben@chromium.org | 2009-06-04 | 1 | -0/+1 |
* | Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a... | ben@chromium.org | 2009-06-04 | 1 | -0/+3 |
* | Fix leak in PNGEncoder. | glen@chromium.org | 2009-06-04 | 1 | -10/+10 |
* | PNGEncoder wasn't accounting for SkBitmap's premultiplied alpha (PNGDecoder w... | glen@chromium.org | 2009-06-04 | 1 | -4/+33 |
* | Merge app/gfx/gtk_util into base/gfx/gtk_util. | thestig@google.com | 2009-06-03 | 2 | -0/+37 |
* | Fix memory leak in corrupt JPEG decoding. | thestig@chromium.org | 2009-05-19 | 1 | -2/+2 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -3/+3 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 5 | -5/+5 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 8 | -0/+0 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 2 | -7/+7 |
* | Change Size::IsEmpty() to be consistent with Rect::IsEmpty() | erikkay@google.com | 2009-04-26 | 5 | -23/+46 |
* | Linux: unit tests fix. | agl@chromium.org | 2009-04-24 | 1 | -0/+4 |
* | Linux: use opaque NativeViewIds | agl@chromium.org | 2009-04-24 | 4 | -10/+269 |
* | Fix a leak when we fail to load a gdkpixbuf. I meant to do this in | tc@google.com | 2009-04-21 | 1 | -0/+24 |
* | Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in... | sgk@google.com | 2009-04-21 | 2 | -25/+0 |
* | Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing... | pkasting@chromium.org | 2009-04-20 | 2 | -0/+7 |
* | Add missing include needed for malloc. | thestig@chromium.org | 2009-04-16 | 1 | -0/+1 |
* | Recommit previous change with GYP files fixed. | erg@google.com | 2009-04-16 | 2 | -68/+0 |
* | Have ResourceBundle own GdkPixbufs. | tc@google.com | 2009-04-16 | 1 | -2/+0 |
* | Reverts the previous two commits. (r13812 and r13811). | erg@google.com | 2009-04-15 | 2 | -0/+70 |
* | Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. | erg@google.com | 2009-04-15 | 2 | -70/+0 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 2 | -11/+9 |
* | Include correct header for uint8_t in gtk_util.h | evan@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Linux: store clipboard image as bmp rather than converting to PNG. | estade@chromium.org | 2009-04-07 | 2 | -13/+27 |
* | Basic infobars on linux. | estade@chromium.org | 2009-04-06 | 2 | -0/+16 |
* | Put a border around the find bar text entry field. | estade@chromium.org | 2009-04-03 | 2 | -1/+3 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -15/+0 |
* | Linux UI theming: | estade@chromium.org | 2009-03-25 | 2 | -2/+8 |
* | Chromium side of trackbar drawing. This is needed to support <input type="ra... | pkasting@chromium.org | 2009-03-20 | 2 | -20/+126 |
* | Reorder some stuff to be in alphabetical order in preparation for adding more... | pkasting@chromium.org | 2009-03-19 | 2 | -246/+246 |
* | Basic windowless plugins, try 2. | evan@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | Improve the look of the Linux omnibox. | deanm@chromium.org | 2009-03-13 | 2 | -0/+22 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |