summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-1/+2
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-265-52/+62
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-242-2/+2
* views: Change from wstring to string16 in controls/ directory.tfarina@chromium.org2011-10-212-16/+15
* views: Change Menu API to string16.tfarina@chromium.org2011-10-208-89/+92
* views: Change MenuItemView API to string16.tfarina@chromium.org2011-10-203-41/+65
* Aura: Use same views menu setup on win_aura and linux_aurajamescook@chromium.org2011-10-1810-94/+195
* Remove some unused temps.pkasting@chromium.org2011-10-172-2/+0
* Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.jamescook@chromium.org2011-10-102-0/+10
* views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.tfarina@chromium.org2011-10-081-6/+5
* Remove DispatchNativeEvent in favor of GetDispatcher.oshima@chromium.org2011-10-071-2/+5
* views: Change MenuItemView::GetTitle() to string16.tfarina@chromium.org2011-10-056-17/+12
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-057-27/+29
* views: Migrate more NewRunnableMethod instances to base::Bind()tfarina@chromium.org2011-10-052-5/+7
* Fix menu on aura/linuxoshima@google.com2011-10-042-23/+39
* views: Change MenuDelegate::GetLabel() to string16.tfarina@chromium.org2011-10-036-10/+12
* views: Convert NativeMenuGtk to use the new callback system.tfarina@chromium.org2011-09-272-3/+5
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-272-0/+4
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-1/+1
* menu: Rename NativeMenuLinux to NativeMenuViews, and use it for aura.sadrul@chromium.org2011-09-263-93/+24
* Reland "views: Factor out MenuListener into its own header file."tfarina@chromium.org2011-09-2311-52/+88
* Revert 102512 - views: Factor out MenuListener into its own header file.thakis@chromium.org2011-09-2311-87/+52
* views: Factor out MenuListener into its own header file.tfarina@chromium.org2011-09-2311-52/+87
* MenuConfig::Create passes HFONT to Font ctor but this HFONT isn't deleted. Pl...yosin@chromium.org2011-09-221-4/+6
* Speculative fix for a crash and tweak tosky@chromium.org2011-09-161-1/+5
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-154-12/+10
* views: Make use of ObserverList API to add/remove MenuListeners from NativeMenu.tfarina@chromium.org2011-09-144-32/+13
* touchui: Activate the menu window after displaying.sadrul@chromium.org2011-09-131-0/+3
* Get chrome to link with USE_AURAben@chromium.org2011-09-071-0/+68
* aura-views: Make views_aura_desktop compile and run on linux.sadrul@chromium.org2011-09-072-1/+7
* For Touch: remove some menu items for experimentation, adjust sizes.saintlou@chromium.org2011-09-065-3/+11
* Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...shinyak@google.com2011-09-052-6/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-4/+6
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-6/+4
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-4/+6
* Converts creation of MenuRunner on the stack to be a field on thesky@chromium.org2011-08-311-0/+7
* linux: delete code that worked around gtk <2.18evan@chromium.org2011-08-291-13/+0
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-269-36/+46
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-251-8/+2
* Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Add Aura support to views:ben@chromium.org2011-08-251-1/+1
* Fixes the touch build from patch @ 98179. I missed a touch class usingsky@chromium.org2011-08-252-9/+16
* Moves ownership of MenuItemView to MenuRunner as well as responbilitysky@chromium.org2011-08-2510-216/+380
* Reapplies code that fixed 90860 without debugging code. This is thesky@chromium.org2011-08-241-0/+8
* Reverts debugging code added for 90860. The change to MenuItemViewsky@chromium.org2011-08-242-12/+2
* Converts a DCHECK into a CHECK in hopes of tracking why the menu codesky@chromium.org2011-08-191-1/+2
* Adds some debugging code in hopes of finding why 90860 is happening.sky@chromium.org2011-08-182-2/+12
* Implemented nicer battery statusdavemoore@chromium.org2011-08-127-4/+49
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-0511-18/+18