summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds support for activation to aura.sky@chromium.org2011-09-2711-8/+236
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-2620-660/+1412
* aura: Handle desktop resize events correctly.sadrul@chromium.org2011-09-262-4/+13
* Redesignate checkmark resource and add themed IDR_INPUT_GOOD imagerbyers@chromium.org2011-09-262-3/+3
* ui/gfx: Fix Linux shared build by adding missing UI_EXPORT annotations.tfarina@chromium.org2011-09-261-2/+4
* ui/gfx: Refactor favicon_size.htfarina@chromium.org2011-09-263-17/+30
* ui/gfx: Add ToString() function to Point class.tfarina@chromium.org2011-09-263-10/+10
* Compile ui/ on Android.zhenghao@google.com2011-09-243-2/+18
* Add caption animations and clean up the frame component code a bit.ben@chromium.org2011-09-246-118/+244
* Fixes aura build on windows. We don't want OSExchangeDataProviderAurasky@chromium.org2011-09-231-0/+5
* Allow animating alphavollick@chromium.org2011-09-237-6/+105
* + Renaming some _linux.cc files as _gtk.cc since that is what they really are.saintlou@chromium.org2011-09-232-1/+46
* compositor: Add a stub TestCompositorHostLinux implementation.tfarina@chromium.org2011-09-232-2/+49
* aura: Make 'aura_shell_exe' work without gtk.sadrul@chromium.org2011-09-235-5/+77
* Implements OSMesaImageTransportSurface in the GPU for sending GLSurface from ...wjmaclean@google.com2011-09-232-2/+3
* Updating XTBs based on .GRDs from branch 874karen@chromium.org2011-09-231-1/+1
* aura: Have aura and aura_demo build and run without gtk on linux.sadrul@chromium.org2011-09-233-16/+43
* Fix aura surface buildoshima@google.com2011-09-221-1/+1
* compositor: Fix compositor_unittests build on Linux.tfarina@chromium.org2011-09-223-1/+16
* Roll skia to 2303bsalomon@google.com2011-09-223-3/+15
* 1. Implement move cursor left/right by word.xji@google.com2011-09-223-10/+263
* compositor: Add protected virtual destructor to CompositorDelegate.tfarina@chromium.org2011-09-221-0/+3
* Add heuristic for fixing the alpha channel when reading clipboard images on W...dcheng@chromium.org2011-09-221-9/+36
* Adds a NonClientFrameView for generic toplevel windows.Also adds a feeble (bu...ben@chromium.org2011-09-2219-6/+583
* Compile gl/ and surface/ on Android.zhenghao@google.com2011-09-215-3/+123
* Adds a trivial menu to WindowTypeLauncher. This was more for me tosky@chromium.org2011-09-212-8/+55