summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Make VIEWS_API declarations in order to fix ChromeOS shared lib builds.mnissler@chromium.org2011-07-281-1/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-2848-103/+102
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-273-8/+16
* Fixes bug in showing a sibling menu that could lead to ansky@chromium.org2011-07-261-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Removing unused NativeButton codesaintlou@chromium.org2011-07-2615-1683/+5
* Use widget to specify the parent of views menu.oshima@google.com2011-07-2612-29/+23
* Make sure the focus border is inset wrt the entire button sorogerta@chromium.org2011-07-252-0/+17
* Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-1535/+581
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-581/+1535
* Add gfx::RenderText and support code.msw@chromium.org2011-07-2515-1535/+581
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-234-10/+12
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-234-12/+10
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-234-10/+12
* Revert 93724oshima@google.com2011-07-224-12/+10
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-224-10/+12
* Fixes crash in menu code. The crash occurs becausesky@chromium.org2011-07-213-2/+143
* some cleanup for base/stl_utildilmah@chromium.org2011-07-197-7/+7
* Make all Windows menus use the same spacing, rather than having some (those t...pam@chromium.org2011-07-191-0/+5
* Fixes regression from menu refactoring. The old windows code wasn'tsky@chromium.org2011-07-192-6/+8
* Wires up persisting expanded folders in the bookmark editor for views.sky@chromium.org2011-07-152-8/+2
* Enable MenuItemView to load icons for MenuModel submenus.rhashimoto@chromium.org2011-07-151-3/+3
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-1510-44/+41
* 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