summaryrefslogtreecommitdiffstats
path: root/ui/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Make views::Link underlining configurablebartfab@chromium.org2012-11-162-3/+17
* WebDialogView::InitDialog shouldn't set position of widgetdpolukhin@chromium.org2012-11-161-7/+0
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-1624-30/+30
* A specific example of this is pasting ' http://foo.bar\n' should result in 'h...sky@chromium.org2012-11-159-19/+63
* Chrome style default button changes: don't update default on focus change, an...wittman@chromium.org2012-11-151-0/+3
* Fix LabelTest views_unittests.bartfab@chromium.org2012-11-141-14/+22
* Use gfx::Insets return type for Border::GetInsets().wittman@chromium.org2012-11-148-28/+28
* Make Label respect horizontal alignment when text contains \nbartfab@chromium.org2012-11-141-11/+12
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-1421-166/+171
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-142-2/+8
* views: Add a new view that can be slided out using gestures.sadrul@chromium.org2012-11-092-0/+141
* Make views::Border::Paint() non-const; additional cleanup.msw@chromium.org2012-11-099-56/+49
* Fix build, forgot an OVERRIDE.sky@chromium.org2012-11-091-1/+1
* Converts more classes to appropriate theme.sky@chromium.org2012-11-0916-73/+145
* [views] don't give checkboxes/radios a default 12 pixel indentestade@chromium.org2012-11-081-2/+26
* Convert some of the button classes to pull colors from the appropriatesky@chromium.org2012-11-074-53/+154
* Replace Label::Alignment with gfx::HorizontalAlignment.msw@chromium.org2012-11-077-75/+74
* Make LabelButtonBorder fade between statesbartfab@chromium.org2012-11-072-63/+67
* Fixes crash from recent menu changes. Turns out the supplied parentsky@chromium.org2012-11-074-2/+7
* Cleanup Views Label unused code and eliding.msw@chromium.org2012-11-062-122/+23
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-1/+3
* Remaining bits of getting menus to look correct depending uponsky@chromium.org2012-11-0611-33/+88
* Handle menu gestures on ButtonDropDown (back / forward buttons).flackr@chromium.org2012-11-062-7/+17
* views: Start making BorderImages a views::Painter.tfarina@chromium.org2012-11-064-56/+64
* Preventing the wrench menu to disappear by clicking or touching of a menu sep...skuhne@chromium.org2012-11-061-1/+2
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-063-3/+3
* Gets the menu code to use the right MenuConfig and right NativeTheme.sky@chromium.org2012-11-0519-99/+146
* Make font used by views::LabelButton modifiablebartfab@chromium.org2012-11-054-1/+39
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-052-0/+2
* Removes some dead code.sky@chromium.org2012-11-054-66/+0
* Clean Up: TSF related stuffnona@chromium.org2012-11-022-16/+16
* Calls default window procedure for WM_KILLFOCUS.nona@chromium.org2012-11-021-0/+1
* views: Fix gesture handling on menus.sadrul@chromium.org2012-11-022-4/+5
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-012-3/+3
* ui: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-1/+1
* views: Rename IDR_INFOBARBUTTON_<POSITION>_<STATE> to IDR_INFOBARBUTTON_<STAT...tfarina@chromium.org2012-11-012-4/+4
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-0124-111/+117
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-315-14/+11
* Support TSF related event handling on NativeTextFieldnona@chromium.org2012-10-292-17/+90
* Merge TextButton and LabelButton border images util structs, etc.msw@chromium.org2012-10-278-266/+206
* implement bookmark bar for instant extended apikuan@chromium.org2012-10-252-1/+4
* views: Make sure a gesture event is not processed more than once.sadrul@chromium.org2012-10-251-1/+3
* General Focus/Activation/Keyboard input fixes for Aura Desktop. ananta@chromium.org2012-10-251-0/+2
* Changed action box menu background and border to match the rest of the menusyefim@chromium.org2012-10-233-32/+7
* Fixed menu icon position to be centered between a gutter and left menu border.yefim@chromium.org2012-10-221-4/+7
* Fix LabelButton::GetThemeAnimation() logic.msw@chromium.org2012-10-222-2/+2
* Add Textfield::EnableViewsTextfield convenience function.msw@chromium.org2012-10-202-11/+16
* ChromeOS: Commit the suggested text in omnibox correctly for RTL languages.shishir@chromium.org2012-10-207-0/+23
* Fix Views LabelButton centered multi-line label width.msw@chromium.org2012-10-182-10/+6
* views: Remove unused includes from progress_bar.cc.tfarina@chromium.org2012-10-181-9/+0