summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-0110-1/+58
* Fix DisableInactiveRendering issue for Views bubbles.msw@chromium.org2012-11-012-10/+5
* Makes NativeThemeWin explicitly create a bitmap device for painting. I need t...sky@chromium.org2012-11-011-7/+10
* Desktop aura: Cleanup to cursors.erg@chromium.org2012-11-015-82/+7
* Add method to load resources without scaleoshima@chromium.org2012-11-015-20/+39
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-0113-34/+81
* Move constrained web dialog code back to chrome/.avi@chromium.org2012-11-013-214/+0
* Chrome-side change to add two Chinese fonts (licensed).jshin@chromium.org2012-11-012-2/+2
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-015-39/+20
* Add method to load resources without scaleoshima@chromium.org2012-11-015-20/+39
* ui: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-015-6/+6
* First step towards component build for Android.yfriedman@chromium.org2012-11-015-7/+12
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-013-4/+4
* 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