summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/image_grid.h
Commit message (Collapse)AuthorAgeFilesLines
* Move some more files into ash... this time seed the window manager dir.ben@chromium.org2011-12-231-212/+0
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9026017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115655 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Draw shadows around tooltip windows.derat@chromium.org2011-12-061-0/+24
| | | | | | | | | | | | | | | | | Also, add padding around the tooltip text and disable the border when shadows are enabled. I'm also updating the existing shadow code in aura_shell to clip corner images as needed when they're too large to fit within the requested size. BUG=106507 TEST=added Review URL: http://codereview.chromium.org/8821028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113294 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: notify DropHelper when target view is removed.varunjain@chromium.org2011-11-221-1/+2
| | | | | | | | | | BUG=97845 TEST=DragDropControllerTest.ViewRemovedWhileInDragDropTest Review URL: http://codereview.chromium.org/8631015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111247 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Draw drop shadows under browsers and menus.derat@chromium.org2011-11-211-0/+187
This is largely a port of the existing X window manager's code for drawing shadows around windows. It adds an ImageGrid class for drawing a scaled 3x3 grid of gfx::Images and a Shadow class (managed by aura_shell::ShadowController) that uses ImageGrid to draw a shadow. Shadows can be disabled via --aura-no-shadows. BUG=101977 TEST=added unit tests; also manually checked that shadows get drawn Review URL: http://codereview.chromium.org/8555025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111009 0039d316-1c4b-4281-b951-d872f2087c98