summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* views: Rename IDR_INFOBARBUTTON_<POSITION>_<STATE> to IDR_INFOBARBUTTON_<STAT...tfarina@chromium.org2012-11-012-4/+4
* Renderer hang waiting for the monitor profile to be read from disktony@chromium.org2012-11-012-12/+19
* ui: Add the gfx::Vector3dF class.danakj@chromium.org2012-11-018-1/+514
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-017-51/+171
* Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...danakj@chromium.org2012-11-015-15/+15
* [views] Flesh out the payments dialog a littleestade@chromium.org2012-11-012-13/+13
* Add GpuSurfaceTracker::SetNativeWidget() method.sievers@chromium.org2012-11-011-2/+2
* Include <algorithm> for std::min/max, not <cmath>.danakj@chromium.org2012-11-012-2/+2
* Load 200P resources on iOS.rohitrao@chromium.org2012-11-011-13/+22
* Desktop aura: Fix tab draggingerg@chromium.org2012-11-016-72/+132
* Fix the issue of cursor's device scale factor when primary monitor is swapped.mazda@chromium.org2012-11-011-0/+3
* Make NativeTheme::instance() return a non-const object and move staticsky@chromium.org2012-11-0110-22/+28
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-0145-505/+511
* ui: Add a BoundingRect methoddanakj@chromium.org2012-11-015-0/+101
* ui: Add gfx::ToRoundedPoint() method.danakj@chromium.org2012-10-313-0/+45
* Fix a Skia assertion on mac.danakj@chromium.org2012-10-311-2/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-3173-223/+835
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-3114-97/+97
* Makes DesktopScreenPositionClient treat requests to set the bounds ofsky@chromium.org2012-10-313-2/+26
* fix tab re-order and detach for aura/winscottmg@chromium.org2012-10-302-0/+14
* RenderTextWin: Use "box" glyph from the original font when no font could disp...asvitkine@chromium.org2012-10-301-5/+22
* Fix crash in ash::internal::WorkspaceEventHandler::OnMouseEventjamescook@chromium.org2012-10-302-2/+53
* Relanding the EventTarget fixes for Aura (Ash) as the previous attempt was re...ananta@chromium.org2012-10-303-1/+10
* Set disabled state of checkboxes and radio buttons to 50% opacity.kevers@chromium.org2012-10-301-7/+10
* Makes AdvanceFocus() not change the focus if as a result of invokingsky@chromium.org2012-10-302-1/+48
* reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp...reed@google.com2012-10-309-34/+424
* Move ash/system/web_notification message_center to ui/stevenjb@chromium.org2012-10-3019-0/+2320
* ui-events: Prevent a crash when the dispatcher is destroyed in the middle of ...sadrul@chromium.org2012-10-303-4/+107
* Add ash rotate-in and -out animation for constrained dialogsrouslan@chromium.org2012-10-302-0/+9
* Turn on animations for transient windows.ben@chromium.org2012-10-301-4/+1
* Rewrite DragDownloadFilebenjhayden@chromium.org2012-10-302-5/+12
* Remove duplicated code by making desktop_screen_win inherit from screen_winpkotwicz@chromium.org2012-10-305-126/+142
* Used the new WebContentLayerClient::paintContents interface.alokp@chromium.org2012-10-302-1/+7
* Quick fix of a (comment) typo. "Enable -> Disable bezel touch"girard@chromium.org2012-10-301-1/+1
* The layer animator should hang onto weak, rather than raw, pointers to runnin...vollick@chromium.org2012-10-303-52/+171
* Gets SchedulePaint() to work for views that have layers.sky@chromium.org2012-10-301-0/+2
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-2914-31/+74
* linux_aura: Temporarily restore IsChildOfRootWindow() checks on Linux.erg@chromium.org2012-10-291-13/+13
* Revert 164703 - it broke BookmarkBarViewTest8.DNDBackToOriginatingMenu on Chr...sergeyu@chromium.org2012-10-293-10/+1
* ui/gfx: Wrap font unittests into 'gfx' namespace.tfarina@chromium.org2012-10-291-9/+9
* ash: Clean up system background layer.derat@chromium.org2012-10-2914-135/+268
* Register a separate default ui::EventTarget for Aura (Ash) to ensure that it ...ananta@chromium.org2012-10-293-1/+10
* app_list: Fix the remaining cpplint warn.tfarina@chromium.org2012-10-291-0/+1
* Support TSF related event handling on NativeTextFieldnona@chromium.org2012-10-294-43/+164
* Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...sergeyu@chromium.org2012-10-299-422/+34
* Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatlyreed@google.com2012-10-299-34/+422
* gesture recognizer: Cleanup some code and fix a test.sadrul@chromium.org2012-10-293-25/+49
* gl: Move egl_util* into ui namespace.tfarina@chromium.org2012-10-285-4/+10
* Merge TextButton and LabelButton border images util structs, etc.msw@chromium.org2012-10-279-266/+208
* Fix Views bubble focus issue on Windows.msw@chromium.org2012-10-272-5/+1