summaryrefslogtreecommitdiffstats
path: root/ui/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Views only)Resize the menu buttons on the Website Settings UI to fit the but...markusheintz@chromium.org2012-07-312-4/+8
* Fix the method GetSelectedTab of the class NativeTabbedPaneView to return the...markusheintz@chromium.org2012-07-312-57/+90
* Deprecate unused views::Label::SetURL().msw@chromium.org2012-07-273-42/+1
* Implement new slider control and disable the volume control when audio is muted.jennyz@google.com2012-07-272-28/+106
* Wrench menu needs to respond to touch events. girard@chromium.org2012-07-271-2/+2
* (Views only): Allow switching between NativeTabbedPaneView and NativeTabbedPa...markusheintz@google.com2012-07-268-28/+44
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-261-1/+1
* Consume TAP regardless of menu result to avoid setting HOT state in CustomBut...flackr@chromium.org2012-07-251-0/+1
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-244-7/+12
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-234-12/+7
* Implement remaining SkBitmapOperations as ImageSkiaOperationspkotwicz@chromium.org2012-07-233-79/+26
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-234-7/+12
* Move WebDialogView to ui/views/controls/webview.mazda@chromium.org2012-07-232-0/+459
* Layout the tabs in the TabStrip of views implementation of the tabbed pane wi...markusheintz@chromium.org2012-07-231-2/+14
* Popup menu now ignores simulated right click event from windows touch event.girard@chromium.org2012-07-191-0/+6
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-192-2/+2
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-2/+2
* * Use Virtual Screen Coordinates in more placesoshima@chromium.org2012-07-181-1/+1
* Do not consume alt-left/right keys in textfield.mukai@chromium.org2012-07-181-0/+5
* TextField should be able to copy&paste with long press gesture.junmin.zhu@intel.com2012-07-171-1/+7
* views: Re-layout menu icon ImageView when it is replaced.kinaba@chromium.org2012-07-161-0/+1
* Allow IDS_PASTE_AND_SEARCH label in omnibox_view_views too.mukai@chromium.org2012-07-134-0/+27
* Add and specify Views::Textfield::SelectAll |reversed| flag, etc.msw@chromium.org2012-07-1313-51/+64
* Fixed the spacing in front of icons in menu itemsskuhne@chromium.org2012-07-121-1/+1
* Support high dpi in menu scroll arrow, submenu arrow and drag_utils.oshima@chromium.org2012-07-122-31/+63
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1190-90/+0
* Get rid of implicit conversion to and from ImageSkiaReppkotwicz@chromium.org2012-07-112-2/+5
* Make tab/tabstrip high density compatibleoshima@chromium.org2012-07-101-3/+4
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-1/+1
* Fix RenderTextWin base direction; remove test exceptions; etc.msw@chromium.org2012-07-042-34/+0
* Loading/Creating images for mutiple scale factors on the flyoshima@chromium.org2012-07-031-44/+68
* Modified the wrench menu with the latest specs for touchskuhne@chromium.org2012-06-302-11/+10
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-1/+3
* Added support for icon views (view used instead of icon in a menu item).yefim@chromium.org2012-06-287-63/+138
* views: Get rid of the stl-style accessors from View.tfarina@chromium.org2012-06-281-3/+2
* Close any open menus on activation changes.flackr@chromium.org2012-06-282-10/+36
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-272-11/+1
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-253-46/+51
* [views] Text fields must respond to touch gestures directly.junmin.zhu@intel.com2012-06-221-7/+20
* Handle TAP gesture on views combo box.flackr@chromium.org2012-06-212-0/+12
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-26/+89
* Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-89/+26
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-26/+89
* views: Account for device scale factor when drawing drag images for views.varunjain@chromium.org2012-06-191-3/+5
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-1/+1