summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-6/+6
* Created initial multi-item notification viewdharcourt@chromium.org2012-11-167-0/+195
* Makes DesktopRootWindowHostWin correctly set parent, which is used by menus. ...sky@chromium.org2012-11-162-1/+8
* Hack for fixing key events in constrained windows (and likely othersky@chromium.org2012-11-162-0/+18
* app_list: Fire transition progress zero on clearing previous scroll.xiyuan@chromium.org2012-11-162-5/+49
* This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-161-1/+5
* Make views::Link underlining configurablebartfab@chromium.org2012-11-162-3/+17
* WebDialogView::InitDialog shouldn't set position of widgetdpolukhin@chromium.org2012-11-161-7/+0
* Adds Dana to ui/gfx/OWNERS. per-file directives don't support multiplesky@chromium.org2012-11-161-0/+3
* ui/base: Remove the old native_theme files.tfarina@chromium.org2012-11-1613-4451/+0
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-1653-73/+4575
* Change AppsGridView::IsValidIndex to cater for the last page of apps to avoid...tapted@chromium.org2012-11-162-11/+41
* Encapsulate mesa include paths in mesa.gyp,phajdan.jr@chromium.org2012-11-161-1/+4
* Revert 168079 - This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-161-3/+1
* This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-151-1/+3
* Track the last active RootWindowHost to determine the most-recently active ho...grt@chromium.org2012-11-1512-2/+42
* A specific example of this is pasting ' http://foo.bar\n' should result in 'h...sky@chromium.org2012-11-159-19/+63
* Chrome style default button changes: don't update default on focus change, an...wittman@chromium.org2012-11-153-65/+39
* Initialize device scale factor correctly on Androidskyostil@chromium.org2012-11-151-1/+8
* Fix animation timing in case when there were no animations in queueantrim@chromium.org2012-11-153-0/+47
* Remove top and bottom margins from TrayBubbleViewbartfab@chromium.org2012-11-156-70/+72
* events: Move all the scroll-event handling in the OnScrollEvent overrides.sadrul@chromium.org2012-11-154-9/+22
* Avoid using the layer animation machinery for zero length animationsvollick@chromium.org2012-11-151-98/+34
* aura: Refactor the code used to update an event for the device-scale-factor.sadrul@chromium.org2012-11-152-12/+17
* Preserve transparency when converting UIImage to SkBitmap.noyau@chromium.org2012-11-153-0/+48
* Add the partial screen magnifier to Chrome OS.zork@chromium.org2012-11-152-6/+60
* ui: Enable debug borders for the UI compositor through layer tree settings.danakj@chromium.org2012-11-153-20/+2
* Add a missing override from r167851. Hopefully this unbreaks the CrOS Clang b...thestig@chromium.org2012-11-151-2/+3
* Reland 11358144 (Switch fields over to base format fields).miket@chromium.org2012-11-1511-77/+231
* fix BookmarkBubbleView broken at https://chromiumcodereview.appspot.com/11377140scottmg@chromium.org2012-11-155-1/+64
* In RootWindow::OnWindowHidden, make sure to tell the focus manager when a win...jam@chromium.org2012-11-152-13/+26
* Add support for blending matrices.vollick@chromium.org2012-11-155-57/+1245
* app_list: Make over scroll animation faster.xiyuan@chromium.org2012-11-157-28/+39
* Remove calling into CGLQueryRendererInfo to decide dual gpu supporting.zmo@google.com2012-11-142-56/+11
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* Make the fling acceleration curve be easily configurable.rjkroege@chromium.org2012-11-144-63/+33
* Move shadow code to views\corewmben@chromium.org2012-11-1413-2/+1667
* Make ElideRectangleText() report horizontal truncation as wellbartfab@chromium.org2012-11-143-58/+78
* aura: Remove aura::EventFilter.sadrul@chromium.org2012-11-1426-790/+277
* aura: Make sure ScrollEvents are dispatched correctly.sadrul@chromium.org2012-11-145-8/+60
* Fix LabelTest views_unittests.bartfab@chromium.org2012-11-141-14/+22
* Use gfx::Insets return type for Border::GetInsets().wittman@chromium.org2012-11-1417-87/+60
* Make Label respect horizontal alignment when text contains \nbartfab@chromium.org2012-11-141-11/+12
* Move shadow resources from one grd to another. Needed to be able to pass try ...ben@chromium.org2012-11-1433-0/+16
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-1430-197/+202
* ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.*tfarina@chromium.org2012-11-149-60/+92
* Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...vollick@chromium.org2012-11-142-56/+71
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-1410-69/+62
* Revert 167589 - Continuing TODO items from a previous CL, remove the "extra_f...jochen@chromium.org2012-11-149-229/+77
* Revert 167593 - Add an OVERRIDE keywordjochen@chromium.org2012-11-141-2/+1