summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Layer unittests for http://codereview.chromium.org/7976040/pkotwicz@chromium.org2011-10-042-40/+186
* Gets rid of the FocusManager as a concrete object, changes it to an interface...ben@chromium.org2011-10-047-70/+49
* Fix aura_shell_exe build on linuxoshima@google.com2011-10-041-1/+2
* Limit EF_EXTENDED to key events.msw@chromium.org2011-10-041-1/+12
* Adds support for a lock screen to the shell.This includes the capability for ...ben@chromium.org2011-10-0410-4/+131
* Fixed aura build breakdavemoore@chromium.org2011-10-041-1/+1
* Make the CROS browser size itself to the MonitorWorkAreaNearestWindow again,danakj@chromium.org2011-10-041-46/+19
* Fixes the cursor to update reliably when moving from window to window.ben@chromium.org2011-10-0416-45/+68
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-033-3/+14
* Fixed a minor bug in NativeThemeWin::PaintToNonPlatformCanvas(), which is use...alokp@chromium.org2011-10-031-3/+13
* Fix selection handler position in touch.xji@google.com2011-10-032-18/+18
* Makes layer_unittests run on linuxpkotwicz@chromium.org2011-10-033-26/+58
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-303-14/+3
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-1/+2
* Change Window visibility to a simple boolean for now.ben@chromium.org2011-09-307-40/+38
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-309-16/+22
* Fix bustage again. This time with correct ifdefs.ben@chromium.org2011-09-302-9/+11
* Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...ben@chromium.org2011-09-302-12/+9
* Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneben@chromium.org2011-09-302-9/+12
* Add named containers to the desktop to host various windows at certain ranges...ben@chromium.org2011-09-3017-52/+212
* Fixes bug in aura window where we weren't painting in response to asky@chromium.org2011-09-301-2/+1
* More aura build fixesdavemoore@chromium.org2011-09-302-0/+37
* Changed assertion about current OpenGL context to work in the face ofkbr@chromium.org2011-09-295-5/+20
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-293-3/+14
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-2/+2
* In views desktop, it is possible for child layers to intersect. (This situati...pkotwicz@chromium.org2011-09-292-66/+110
* Add virtual to ~Layer to appease clang.sky@chromium.org2011-09-291-1/+1
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-2915-205/+504
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-288-18/+282
* Fix omnibox state for each tab.xji@google.com2011-09-285-127/+156
* Remove ATL code in resource_bundle_win.cc.tony@chromium.org2011-09-281-11/+0
* ui/gfx: Add ToString() function to Rect class.tfarina@chromium.org2011-09-282-9/+11
* touchui: Convert XI2 MT tracking id to slot id.sadrul@chromium.org2011-09-282-10/+60
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-284-6/+6
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-284-6/+6
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-284-6/+6
* ui/gfx: Add ToString() function to Size class.tfarina@chromium.org2011-09-273-10/+11
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-2710-67/+217
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-274-85/+47
* aura: Check for a non-null delegate. This fixes a crash when clicking after c...sadrul@chromium.org2011-09-271-1/+2
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-274-47/+85
* Reverts debugging code that was added to find a crasher. Crash wentsky@chromium.org2011-09-271-43/+11
* Fixes compositor crashpkotwicz@chromium.org2011-09-271-1/+2
* Adds overrides to DemoWindowDelegate and changes convenience tosky@chromium.org2011-09-272-2/+11
* Implement --use-gl=anyzmo@google.com2011-09-271-1/+11
* touchui: Fix --touch-devices flag.sadrul@chromium.org2011-09-273-20/+51
* Gets views_unittests to work when aura is defined, and adds coveragesky@chromium.org2011-09-272-2/+19
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-273-9/+50
* Build fix for Android following r102815peter@chromium.org2011-09-271-0/+2
* There are two GDI objects leaks related to icon of downloading resources:yosin@chromium.org2011-09-272-12/+69