summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add OVERRIDE to ui::TreeModelObserver overridden methods.tfarina@chromium.org2011-06-132-8/+10
* views: Use DCHECK_EQ where possible.tfarina@chromium.org2011-06-111-1/+2
* Revert 88683 - Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Draw a NativeTextfieldViews drop location cursor.msw@chromium.org2011-06-105-56/+54
* Disable animation for buttons on hover (r88176 and r88149).sadrul@chromium.org2011-06-091-0/+1
* views: Make MenuDelegate constructor virtual.thakis@chromium.org2011-06-082-0/+4
* Fix bustageben@chromium.org2011-06-081-1/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-2/+2
* Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-06-083-25/+39
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-082-2/+2
* Reverse menu anchor position provided to views::MenuItemView for RTL languages.rhashimoto@chromium.org2011-06-072-3/+12
* Fix selection boundsoshima@google.com2011-06-071-1/+2
* Fix touch compile after some button cleanup (r88149).sadrul@chromium.org2011-06-071-1/+1
* Cleanup:pkasting@chromium.org2011-06-072-126/+111
* keyboard: Fix visibility.sadrul@chromium.org2011-06-061-2/+5
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-062-18/+12
* Add some missing view class name to better debug view miletus@chromium.org2011-06-032-0/+12