summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-281-1955/+0
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-281-1/+1
* Remove remaining defined(TOUCH_UI) under views/controlssaintlou@chromium.org2011-11-231-17/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-2/+2
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-2/+2
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Send fake event when event_type is set to exit menu so thatoshima@google.com2011-11-181-16/+23
* wayland: define base:NativeEvent for Waylandmsb@chromium.org2011-11-141-1/+1
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-1/+1
* Fixes bug that resulted in nested menus staying on screen if thesky@chromium.org2011-11-041-0/+1
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-29/+23
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Remove DispatchNativeEvent in favor of GetDispatcher.oshima@chromium.org2011-10-071-2/+5
* views: Change MenuItemView::GetTitle() to string16.tfarina@chromium.org2011-10-051-1/+1
* Fix menu on aura/linuxoshima@google.com2011-10-041-18/+37
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-0/+2
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-1/+1
* aura-views: Make views_aura_desktop compile and run on linux.sadrul@chromium.org2011-09-071-0/+6
* 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
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-261-0/+7
* 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
* Moves ownership of MenuItemView to MenuRunner as well as responbilitysky@chromium.org2011-08-251-11/+19
* Reverts debugging code added for 90860. The change to MenuItemViewsky@chromium.org2011-08-241-2/+1
* 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-181-1/+2
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-271-0/+11
* Fixes bug in showing a sibling menu that could lead to ansky@chromium.org2011-07-261-1/+1
* Use widget to specify the parent of views menu.oshima@google.com2011-07-261-3/+4
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-3/+4
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-231-4/+3
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-3/+4
* Revert 93724oshima@google.com2011-07-221-4/+3
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-221-3/+4
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-5/+3
* Fixes crash when dropping on a menu showing the 'emtpy' menu item.sky@chromium.org2011-07-121-4/+4
* Makes views menu open submenus immediately when pressing a key. Wesky@chromium.org2011-07-081-1/+1
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-13/+9
* Add MenuItemView API to control menu repositioning.rhashimoto@chromium.org2011-06-241-6/+23
* Reverse menu anchor position provided to views::MenuItemView for RTL languages.rhashimoto@chromium.org2011-06-071-1/+8
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-4/+4
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-1/+8
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-271-1/+1
* Couple more wrench menu issues. The patch I sent around a couple ofsky@chromium.org2011-05-271-1/+7
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-191-2/+4