summaryrefslogtreecommitdiffstats
path: root/ui/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Fix label color in TextButtonBasecpu@chromium.org2012-12-131-10/+2
* Delay for submenu in bookmarks showing follows system valueyoichio@chromium.org2012-12-134-7/+11
* views: Fix touch-scrolling submenus.sadrul@chromium.org2012-12-134-16/+23
* Added vertical insert to a submenu (vertical distance between the border and ...yefim@chromium.org2012-12-135-12/+19
* Remove a bunch of stuff related to Focus/Activation events. ben@chromium.org2012-12-121-6/+5
* Revert 172624 - Remove a bunch of stuff related to Focus/Activation events.ben@chromium.org2012-12-121-5/+6
* Remove a bunch of stuff related to Focus/Activation events.ben@chromium.org2012-12-121-6/+5
* Adds support for adding a header to ScrollView.sky@chromium.org2012-12-123-110/+205
* This patch introduces new API ShouldExecuteCommandWithoutClosingMenu() in vie...yosin@chromium.org2012-12-123-0/+16
* Cleanup of ScrollView. I'm going to add support for a header viewsky@chromium.org2012-12-114-236/+301
* Fixes crash in showing menus. parent is NULL in one circumstance.sky@chromium.org2012-12-111-1/+1
* Use native theme colors for textfields; etc.msw@chromium.org2012-12-108-113/+85
* This bug affects various context menus (tab context, settings/wrench menu, ba...sschmitz@chromium.org2012-12-101-1/+22
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-4/+3
* Consolidate ImagePainter and BorderImages.msw@chromium.org2012-12-086-166/+53
* Get drag and drop working for win aura.jam@chromium.org2012-12-081-4/+0
* Fixed disable menu item drawing (line was lost during code refactoring).yefim@chromium.org2012-12-071-0/+1
* views cleanup: Merge parent and parent_widget.erg@chromium.org2012-12-062-2/+2
* Cleanup of removing unnecessary web_contents.h include from webview.h. This i...jam@chromium.org2012-12-062-1/+5
* Desktop aura: Continue threading context through views.erg@chromium.org2012-12-065-6/+7
* Buildfix on Win Aura bottzik@chromium.org2012-12-061-1/+1
* Added missing piece to aura on win to support common_themeyefim@chromium.org2012-12-064-120/+110
* Nix TextButton accelerator/mnemonic support and use in Task Manager.msw@chromium.org2012-12-064-56/+14
* Revert 171196 due to multiple memory leakseugenis@chromium.org2012-12-055-7/+8
* Desktop aura: Continue threading context through views.erg@chromium.org2012-12-055-8/+7
* [views] allot an extra pixel of space for the focus border on checkboxesestade@chromium.org2012-12-051-2/+7
* Omnibox should accept and navigate URLs dropped using drag and drop.varunjain@chromium.org2012-12-053-2/+36
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-053-19/+19
* LabelButton: Set the label's disabled status to match that of the buttonbartfab@chromium.org2012-12-041-0/+1
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-0428-95/+103
* Hook up the FocusController behind a flag.ben@chromium.org2012-12-031-3/+4
* ash: Make WebKit caret blink speed match Views.derat@chromium.org2012-11-302-7/+9
* Change to context menu position determining logic: If the menu is invoked withvarunjain@chromium.org2012-11-291-3/+8
* touch: Fix ctrl+taps for buttons on bookmark bar and toolbar.sadrul@chromium.org2012-11-292-10/+1
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-281-2/+3
* Make the find text and match count align on the baseline. Previouslysky@chromium.org2012-11-278-0/+25
* Add tap gesture support for tree views.kevers@chromium.org2012-11-272-27/+46
* Remove ui_controls usage from the BrowserView. This is in preparation for mov...jam@chromium.org2012-11-277-0/+21
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-2/+2
* Made rounded menu corners transparent (views).yefim@chromium.org2012-11-211-0/+11
* Fixes the test BrowserTest.CloseWithAppMenuOpen working onsky@chromium.org2012-11-214-86/+162
* Fix regression in button padding.sky@chromium.org2012-11-211-3/+3
* TextInputPanel (for on-screen keyboard input) on Windows 8 is crashy - disabl...tapted@chromium.org2012-11-212-22/+0
* fixed order of rendering menu backgrounds on Windows broken by my previous ch...yefim@chromium.org2012-11-211-8/+14
* Remove the last of the ImageSkia implicit conversionpkotwicz@chromium.org2012-11-201-3/+6
* Update Chrome style inter-button spacing and fix clipping of drop shadow.wittman@chromium.org2012-11-204-52/+129
* Added flag to enable new menu style.yefim@chromium.org2012-11-208-33/+45
* Alternate NTP: Update recent tabs fav iconssail@chromium.org2012-11-191-0/+4
* NonAura implementation of the positioning of the bookmark bar at the bottom o...mad@chromium.org2012-11-192-4/+25
* Make views::Link underlining configurablebartfab@chromium.org2012-11-162-3/+17