summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Make consistent about "caps lock" vs. "capslock" with former.yoshiki@chromium.org2011-07-141-2/+2
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-133-9/+9
* Fix segfault. OnActivation should check GetWidget() first.oshima@google.com2011-07-131-14/+10
* Attempt 2 at:sky@chromium.org2011-07-138-400/+34
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-132-14/+0
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-128-34/+400
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-128-400/+34
* Fixes crash when dropping on a menu showing the 'emtpy' menu item.sky@chromium.org2011-07-121-4/+4
* Ensure the back/forward menus support middle click.philippe.beaudoin@gmail.com2011-07-123-2/+20
* Multi-Profiles: Add icon chooser to profiles menusail@chromium.org2011-07-094-17/+36
* Minor improvements to views accessibility. Improves notification for admazzoni@chromium.org2011-07-082-0/+12
* Makes views menu open submenus immediately when pressing a key. Wesky@chromium.org2011-07-081-1/+1
* Try two for flicker free drawingdavemoore@chromium.org2011-07-072-50/+79
* Revert 91710 - Fix flicker on tab switch on chromeos.johnme@google.com2011-07-072-67/+48
* Fix flicker on tab switch on chromeos.davemoore@chromium.org2011-07-072-48/+67
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-077-7/+7
* Changes menu button to not show the menu on alt-space. alt-spacesky@chromium.org2011-07-061-0/+3
* views: Override Label::HitTest with the default View::HitTest for Link.sadrul@chromium.org2011-07-042-0/+7
* Labels don't need to respond to mouse clicks and doing so can interfere with ...finnur@chromium.org2011-07-022-0/+7
* Remove unnecessary includes of menu_2.h.rhashimoto@chromium.org2011-07-011-1/+0
* Set has_border = true for NativeTextButton.xiyuan@chromium.org2011-07-012-0/+10
* Fix to pure view test on touch.saintlou@chromium.org2011-06-301-1/+3
* Makes NativeTextButton take focus.motek@chromium.org2011-06-301-0/+1
* views: Fix comment pointing to app/gfx/ instead of ui/gfx.tfarina@chromium.org2011-06-301-3/+3
* Views views_unittests Views and NativeTextFields tests leakdhollowa@chromium.org2011-06-301-1/+3
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-297-9/+9
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-2912-70/+12
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-5/+2
* Corrects setting default text colors on Windows.motek@chromium.org2011-06-281-0/+8
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-284-0/+85
* Fix checkbox in windows uninstaller.rogerta@chromium.org2011-06-272-6/+7
* app: Get rid of test/ directory.tfarina@chromium.org2011-06-271-1/+1
* Use NativeViewHostViews when using pure-views instead of NativeViewHostGtk.sadrul@chromium.org2011-06-261-1/+6
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-244-40/+23
* Add MenuItemView API to control menu repositioning.rhashimoto@chromium.org2011-06-243-9/+59
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-238-9/+11
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-2311-127/+50
* Clean up avatar icon drawingsail@chromium.org2011-06-221-1/+0
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-212-1/+2
* [Views] Make ImageView::SetImage() take a const SkBitmap* rather than a non-c...rsesek@chromium.org2011-06-212-4/+4
* Changing uses of NativeButton to use NativeTextButton, which does not use arogerta@chromium.org2011-06-172-4/+112
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-162-7/+25
* Re-land:ben@chromium.org2011-06-166-19/+13
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-156-13/+19
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-156-19/+13
* added right click check.shinyak@google.com2011-06-151-2/+2
* Convert the native separator to a regular view. Also, lighten it a bit in color.finnur@chromium.org2011-06-152-91/+14
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-1311-11/+53
* Eliminate Window completely.ben@chromium.org2011-06-138-27/+24
* Change profile menu button to avatar buttonsail@chromium.org2011-06-132-15/+15