summaryrefslogtreecommitdiffstats
path: root/ui/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+0
* Replace views::LocatedEvent with ui::LocatedEventben@chromium.org2012-08-137-20/+21
* Replace views::Event with ui::Event.beng@google.com2012-08-1020-24/+22
* (Views only) Add a gradient background to the tabstrip of the view tabbed pan...markusheintz@chromium.org2012-08-101-0/+17
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-107-17/+19
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-0941-95/+129
* Clean-up inline members of nested classes (ui/)hans@chromium.org2012-08-092-33/+55
* aura: Long launcher tooltips should elide at end.varunjain@chromium.org2012-08-092-12/+21
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-2/+2
* Add WebContents* to some more delegate methodsjoth@chromium.org2012-08-082-1/+3
* Fixed memory leak. Untangled confusing code with menu initialization and owne...gene@chromium.org2012-08-082-3/+4
* Fix a regression issue which causes slider bar focus border not drawn on focus.jennyz@chromium.org2012-08-071-1/+1
* Added Reload drop-down menu for when in Dev mode for Windows.gene@chromium.org2012-08-062-20/+61
* views: Fix gesture event propagation in menus.sadrul@chromium.org2012-08-031-0/+1
* Add RenderText DirectionalityMode enum and support; etc.msw@chromium.org2012-08-013-0/+3
* Makes NativeViewHostWin change the parent of the hwnd whensky@chromium.org2012-08-012-4/+29
* Valgrind/Heapchecker: Fix leaks in TabbedPaneTest.thestig@chromium.org2012-07-311-1/+14