summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Contains/Intersects methods for ui::Rangeoshima@google.com2011-05-203-0/+87
* Compositor GL + basic views support.wjmaclean@chromium.org2011-05-192-5/+200
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-196-6/+6
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-192-9/+5
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...tony@chromium.org2011-05-199-25/+29
* Store the GLX window ID as a property of the X window. Put off deleting GLX ...amarinichev@chromium.org2011-05-191-6/+71
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-193-4/+4
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-1/+1
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-1/+1
* Fix a Chrome browser crash which occurs when running the browser as part of C...ananta@chromium.org2011-05-181-0/+5
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Move SystemMonitor to base/.willchan@chromium.org2011-05-187-474/+1
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-176-192/+142
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-161-2/+4
* Add some missing header files and fix a template parameter to fix compiler wa...mdm@chromium.org2011-05-161-1/+2
* linux: glx_window_ is an XID, so it can't be NULLedevan@chromium.org2011-05-131-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1219-607/+850
* Partially fix WGL backend on windows.apatrick@chromium.org2011-05-122-17/+72
* Linux: include zlib headers to avoid a breakage with libpng-1.5phajdan.jr@chromium.org2011-05-121-0/+6
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-1218-818/+595
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-3/+9
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1218-595/+818
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1115-798/+593
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-1115-593/+798
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Update cros scrollbar imagesdavemoore@chromium.org2011-05-1012-0/+0
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-103-7/+125
* linux: Remove ResourceBundle::GetPixbufNamed().tfarina@chromium.org2011-05-102-7/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Adds assignment operator like function to Transform.sky@chromium.org2011-05-103-0/+8
* Workaround for open source drivers.backer@chromium.org2011-05-091-2/+3
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-41/+3
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-051-0/+3
* Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL.apatrick@chromium.org2011-05-056-148/+317
* Fix incorrect function table order in gl_bindings_skia_in_process.ccbsalomon@google.com2011-05-051-1/+1
* Roll skia to r1241.bsalomon@google.com2011-05-041-125/+198
* Made apatrick and amarinichev owners of the ui/gfx/gl directory.apatrick@chromium.org2011-05-041-0/+2
* Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX.apatrick@chromium.org2011-05-0415-588/+639
* Use gfx::Image in BrowserThemePacksail@chromium.org2011-05-042-22/+23
* Should be isEqual: not isEqualTo:thomasvl@chromium.org2011-05-031-1/+1
* Cleanup: Remove the chrome.gyp dependency in ui.gyp.thestig@chromium.org2011-05-031-1/+0
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-4/+2
* Only enable vsync if a compositing window manager is not in use. Thiskbr@chromium.org2011-05-031-1/+20
* Move some win specific code to resource_bundle_win.cc.tony@chromium.org2011-05-022-8/+6
* Fix crash due to using secondary X11 connection on main thread.dcheng@chromium.org2011-05-021-1/+1
* Remove +x on png files.evan@chromium.org2011-05-0212-0/+0
* Implement new gray mock.davemoore@chromium.org2011-05-0212-0/+0
* Compiz's interaction with top-level windows confuses GTK.amarinichev@chromium.org2011-05-011-1/+2