| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea... | antonm@chromium.org | 2011-05-12 | 18 | -818/+595 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 2 | -3/+9 |
* | Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-12 | 18 | -595/+818 |
* | Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-11 | 15 | -798/+593 |
* | Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur... | apatrick@chromium.org | 2011-05-11 | 15 | -593/+798 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Update cros scrollbar images | davemoore@chromium.org | 2011-05-10 | 12 | -0/+0 |
* | Tweaks Compositor API. To make it possible to land this I've ifdef'd | sky@chromium.org | 2011-05-10 | 3 | -7/+125 |
* | linux: Remove ResourceBundle::GetPixbufNamed(). | tfarina@chromium.org | 2011-05-10 | 2 | -7/+1 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Adds assignment operator like function to Transform. | sky@chromium.org | 2011-05-10 | 3 | -0/+8 |
* | Workaround for open source drivers. | backer@chromium.org | 2011-05-09 | 1 | -2/+3 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 3 | -41/+3 |
* | Thanks to piman, added necessary glFlush to the IOSurface code path on | kbr@google.com | 2011-05-05 | 1 | -0/+3 |
* | Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL. | apatrick@chromium.org | 2011-05-05 | 6 | -148/+317 |
* | Fix incorrect function table order in gl_bindings_skia_in_process.cc | bsalomon@google.com | 2011-05-05 | 1 | -1/+1 |
* | Roll skia to r1241. | bsalomon@google.com | 2011-05-04 | 1 | -125/+198 |
* | Made apatrick and amarinichev owners of the ui/gfx/gl directory. | apatrick@chromium.org | 2011-05-04 | 1 | -0/+2 |
* | Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX. | apatrick@chromium.org | 2011-05-04 | 15 | -588/+639 |
* | Use gfx::Image in BrowserThemePack | sail@chromium.org | 2011-05-04 | 2 | -22/+23 |
* | Should be isEqual: not isEqualTo: | thomasvl@chromium.org | 2011-05-03 | 1 | -1/+1 |
* | Cleanup: Remove the chrome.gyp dependency in ui.gyp. | thestig@chromium.org | 2011-05-03 | 1 | -1/+0 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 1 | -4/+2 |
* | Only enable vsync if a compositing window manager is not in use. This | kbr@chromium.org | 2011-05-03 | 1 | -1/+20 |
* | Move some win specific code to resource_bundle_win.cc. | tony@chromium.org | 2011-05-02 | 2 | -8/+6 |
* | Fix crash due to using secondary X11 connection on main thread. | dcheng@chromium.org | 2011-05-02 | 1 | -1/+1 |
* | Remove +x on png files. | evan@chromium.org | 2011-05-02 | 12 | -0/+0 |
* | Implement new gray mock. | davemoore@chromium.org | 2011-05-02 | 12 | -0/+0 |
* | Compiz's interaction with top-level windows confuses GTK. | amarinichev@chromium.org | 2011-05-01 | 1 | -1/+2 |
* | Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixing | sky@chromium.org | 2011-04-28 | 2 | -18/+32 |
* | Rename ui/gfx/scoped_cg_context_state_mac.h -> scoped_cg_context_save_gstate_... | rsesek@chromium.org | 2011-04-28 | 2 | -5/+5 |
* | Fix clang compilation issues following r83248. This might be necessary to mer... | apatrick@chromium.org | 2011-04-27 | 2 | -1/+6 |
* | Removed "compositor" child window that was created by the GPU process.Removed... | apatrick@chromium.org | 2011-04-27 | 5 | -2/+45 |
* | Use large icon resource pak | sail@chromium.org | 2011-04-27 | 10 | -88/+312 |
* | Step 5 in native theme refactoring | rogerta@chromium.org | 2011-04-27 | 7 | -148/+348 |
* | Add and use gfx::ScopedNSGraphicsContextState (ui/gfx/scoped_ns_graphics_cont... | rsesek@chromium.org | 2011-04-27 | 3 | -0/+54 |
* | Scrap WNDCLASSEX.hCursor, update GetCursorForPoint. | msw@chromium.org | 2011-04-27 | 1 | -13/+16 |
* | Fix glitchy drawing in faded tab titles | sail@chromium.org | 2011-04-26 | 3 | -23/+22 |
* | Updating XTBs based on .GRDs from branch 742 | kerz@chromium.org | 2011-04-26 | 11 | -16/+16 |
* | Use IntersectsClipRectInt() more, in hopes of saving some work. Original ide... | pkasting@chromium.org | 2011-04-25 | 2 | -4/+4 |
* | Revert 82838 - Temporary change to test perf regression (full)This change tes... | sail@chromium.org | 2011-04-25 | 7 | -114/+88 |
* | Revert 82841 - Adding missing files from r82838 | sail@chromium.org | 2011-04-25 | 3 | -198/+0 |
* | Adding missing files from r82838 | sail@chromium.org | 2011-04-25 | 3 | -0/+198 |
* | Temporary change to test perf regression (full) | sail@chromium.org | 2011-04-25 | 7 | -88/+114 |
* | Reland 81998.The bug in webkit\gpu\webgraphicscontext3d_in_process_impl.cc th... | apatrick@chromium.org | 2011-04-22 | 9 | -210/+240 |
* | Revert due to NSImageRepToSkBitmap failure on MAC | amit@chromium.org | 2011-04-22 | 9 | -261/+37 |
* | Use large icon resource pak | sail@chromium.org | 2011-04-22 | 9 | -37/+261 |
* | Move the internals of gfx::Image into a ref-counted storage class. | rsesek@chromium.org | 2011-04-22 | 3 | -49/+124 |
* | Load large icon resource pak | sail@chromium.org | 2011-04-21 | 5 | -0/+44 |
* | Set the events mask when creating a window. | backer@chromium.org | 2011-04-21 | 1 | -0/+3 |