summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Fixes a couple of bugs related to window sizing:sky@chromium.org2012-10-241-1/+2
* gesture recognizer: Improve multi-finger scrolling.sadrul@chromium.org2012-10-243-33/+49
* Disable GestureRecognizerTest.GestureEventLongPress on Windowsszym@chromium.org2012-10-241-1/+8
* Remove implicit conversion from SkBitmap to ImageSkiapkotwicz@chromium.org2012-10-242-4/+2
* desktop linux aura: Fix event/capture focus after dragging a window.erg@chromium.org2012-10-247-8/+24
* Sets the proper device scale factor on iOS.rohitrao@chromium.org2012-10-235-15/+53
* Fix a BubbleDelegateView and HWNDMessageHandler focus issue.msw@chromium.org2012-10-233-9/+40
* Add message center close button to ui/resourcesstevenjb@chromium.org2012-10-232-0/+0
* Add a mechanism to provide non-linear scaling of fling acceleration.rjkroege@chromium.org2012-10-231-3/+55
* app_list: Starts touch drag via long press.xiyuan@chromium.org2012-10-233-35/+24
* Reland of "work on separate browser contexts"scottmg@chromium.org2012-10-238-40/+15
* Remove ChromeOS touch layout code.flackr@chromium.org2012-10-233-38/+12
* linux desktop aura: Write a minimal, fake implementation of SetCapture.erg@chromium.org2012-10-234-33/+68
* Adding command line flags for calibrationskuhne@chromium.org2012-10-233-41/+78
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-2327-130/+145
* Store the dimensions of the first finger's enclosing rectangle when creating ...tdanderson@chromium.org2012-10-233-1/+25
* Revert 163414 - Always start up in --desktop-aura mode now, and open ash from...szym@chromium.org2012-10-238-16/+40
* app_list: Row move animation polishments.xiyuan@chromium.org2012-10-232-17/+36
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-231-33/+2
* Remove unintended debug trace.kochi@chromium.org2012-10-231-4/+0
* Eliminate duplicate COM and OLE initializations.pkasting@chromium.org2012-10-231-8/+0
* Changed action box menu background and border to match the rest of the menusyefim@chromium.org2012-10-233-32/+7
* Context menu for multiple launchersoshima@chromium.org2012-10-231-0/+4
* Get text input to be plumbed through to the RenderWidgetHostViewAura instance...ananta@chromium.org2012-10-224-5/+41
* Explicitly empty the pipes on teardown to prevent cross process races.backer@chromium.org2012-10-221-0/+2
* Fixed menu icon position to be centered between a gutter and left menu border.yefim@chromium.org2012-10-221-4/+7
* Always start up in --desktop-aura mode now, and open ash from tools menu.scottmg@chromium.org2012-10-228-40/+16
* Support Help and Fn keys on Stout.yusukes@chromium.org2012-10-221-0/+18
* touch: Make sure the timestamp is set correctly on the touchevents.sadrul@chromium.org2012-10-222-17/+27
* Revert 162636 - Use LANCZOS3 resize algorithm to generate missing image reps ...tbarzic@chromium.org2012-10-222-27/+5
* Fix LabelButton::GetThemeAnimation() logic.msw@chromium.org2012-10-222-2/+2
* Make opaques opaquer.avi@chromium.org2012-10-221-1/+1
* Fixing crash with Chrome upon cursor accessskuhne@chromium.org2012-10-221-0/+1
* Add a minimum implementation of TsfTextStore::GetScreenExt.Yukawa@chromium.org2012-10-221-1/+24
* Fix crashes in ProcessKeyEventDone.nona@chromium.org2012-10-221-1/+3
* Re-enable CJK omnibox suggest on Metro UInona@chromium.org2012-10-222-45/+32
* Make ui::Texture function prototypes consistent across all subclasses.reveman@chromium.org2012-10-211-1/+1
* app_list: Improve animation between rows.xiyuan@chromium.org2012-10-202-4/+110
* Add Textfield::EnableViewsTextfield convenience function.msw@chromium.org2012-10-203-23/+19
* ChromeOS: Commit the suggested text in omnibox correctly for RTL languages.shishir@chromium.org2012-10-207-0/+23
* Fix ClipboardGtk::WriteBitmap not unpremultiplying images.dcheng@chromium.org2012-10-202-49/+14
* Upstream Android tweaks in chrome_browser_main.cc.newt@chromium.org2012-10-202-14/+15
* Desktop aura: Fix cursor displayerg@chromium.org2012-10-201-1/+1
* Fix win_aura build, use explicit gfx::Rect conversion.danakj@chromium.org2012-10-191-2/+2
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-195-5/+0
* Linux: make it possible to build without third_party/launchpad_translationsphajdan.jr@chromium.org2012-10-191-13/+35
* ui: Remove platform-specific operator=()s from gfx::Rect.danakj@chromium.org2012-10-194-35/+3
* Changes on the Input method for metro ashcpu@chromium.org2012-10-198-6/+28
* ui: Add PrepareTexture() function to ui::Texture.reveman@chromium.org2012-10-194-11/+14
* CleanUp: Remove PendingKeyEvent.nona@chromium.org2012-10-192-113/+37