summaryrefslogtreecommitdiffstats
path: root/ui/views/controls
Commit message (Expand)AuthorAgeFilesLines
* views: Make use of gfx::Canvas function in ProgressBartfarina@chromium.org2012-09-211-3/+3
* Conservative update button/label/textfield contentsheu@chromium.org2012-09-192-0/+4
* Add RenderText::SetFont() function to simplify some call sites.asvitkine@chromium.org2012-09-181-2/+2
* Fix crasher by checking for null parent widget when showing context menu.varunjain@chromium.org2012-09-171-1/+1
* Context menus on view elements should be positioned above the finger whenvarunjain@chromium.org2012-09-154-2/+15
* Add ExtendSelectionAndDelete() method to ui::TextInputClient.horo@chromium.org2012-09-152-0/+9
* Fixed position of plus image on action box button; added ICON_CENTERED placem...yefim@chromium.org2012-09-142-4/+10
* Revert 156599 - Fixed position of plus image on action box button; added ICON...miket@chromium.org2012-09-132-10/+4
* Fixed position of plus image on action box button; added ICON_CENTERED placem...yefim@chromium.org2012-09-132-4/+10
* Get mouse events to work with win aura, and make the combobox function in the...ben@chromium.org2012-09-121-0/+9
* Revert 156200 - Conservative update button/label/textfield contentdbeam@chromium.org2012-09-123-6/+0
* Conservative update button/label/textfield contentsheu@chromium.org2012-09-123-0/+6
* Revert 156096 - Get mouse events to work with win aura, and make the combobox...ben@chromium.org2012-09-111-9/+0
* Get mouse events to work with win aura, and make the combobox function in the...ben@chromium.org2012-09-111-0/+9
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-116-23/+14
* Revert 155832 - Get mouse events to work with win aura, and make the combobox...khorimoto@chromium.org2012-09-101-9/+0
* Get mouse events to work with win aura, and make the combobox function in the...ben@chromium.org2012-09-101-0/+9
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-096-14/+23
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-072-3/+6
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-076-23/+14
* Context menus should appear above the touch point if invoked by long press.varunjain@chromium.org2012-09-072-1/+5
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-052-2/+2
* Fix crash if root window goes away (most likely from multi-mon).sky@chromium.org2012-09-051-0/+7
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-0426-27/+27
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-0424-57/+57
* NativeTextfieldWin uses RichEdit 4.1 which supports TSF API. yoichio@chromium.org2012-09-032-6/+20
* Relanding "views: Add a gyp file to build webview.". Try 2.tfarina@chromium.org2012-09-014-9/+78
* Squeezing the wrench menuskuhne@chromium.org2012-09-013-29/+74
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-3/+6
* Attempt 2 at: Fixes crash that occured because NativeViewHostAura::Detach was...sky@chromium.org2012-08-315-20/+24
* Revert 154289 - Fixes crash that occured because NativeViewHostAura::Detach w...sky@chromium.org2012-08-315-24/+20
* Fixes crash that occured because NativeViewHostAura::Detach was notsky@chromium.org2012-08-305-20/+24
* Revert 154048 - Relanding "views: Add a gyp file to build webview."kalman@chromium.org2012-08-301-30/+0
* Allow guessing menu mnemonics if a character typed doesn't match an explicit ...dmazzoni@chromium.org2012-08-301-5/+0
* Relanding "views: Add a gyp file to build webview."tfarina@chromium.org2012-08-301-0/+30
* Revert 153817 - views: Add a gyp file to build webview.jochen@chromium.org2012-08-291-27/+0
* views: Add a gyp file to build webview.tfarina@chromium.org2012-08-291-0/+27
* Fixed spacing issues for the wrench menuskuhne@chromium.org2012-08-282-6/+15
* tabs: Add some empty padding around the close button.sadrul@chromium.org2012-08-283-15/+58
* views: Restrict more DEPS to content/public/ only.tfarina@chromium.org2012-08-261-1/+1
* The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...skuhne@chromium.org2012-08-2410-34/+87
* views: Add fling-scroll in scroll views.sadrul@chromium.org2012-08-233-2/+36
* Change to address default selection of menu itemharrym@chromium.org2012-08-237-9/+43
* Kill PropertyBag, switch WebContents to SupportsUserData.avi@chromium.org2012-08-231-3/+1
* Convert ui::MenuModel to use gfx::Image instead of ImageSkia.rsesek@chromium.org2012-08-223-7/+14
* The way that ImageSkia::empty has been implemented, it is equivalent to Image...pkotwicz@chromium.org2012-08-226-11/+11
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-1433-76/+84
* Update drop down menu look & feelsaintlou@chromium.org2012-08-145-67/+21
* Adjust menu item sizes for touch / non-touch according to spec.flackr@chromium.org2012-08-141-8/+8
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-1441-203/+230