summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Fixes possible crash in showing bookmark menu. The problem occurredsky@chromium.org2009-11-102-21/+21
* Fix style issues in View class.maruel@chromium.org2009-11-071-2/+2
* Lands http://codereview.chromium.org/291006 for Pierre:sky@chromium.org2009-10-271-1/+5
* Assertion failure fixoshima@chromium.org2009-10-261-3/+5
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-2610-83/+180
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-214-6/+35
* Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...sky@chromium.org2009-10-131-1/+3
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-131-3/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-1210-21/+27
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-121-1/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-115-7/+7
* Fixes compile error in NativeMenuGtk when building for 64 bit.sky@chromium.org2009-10-091-2/+2
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-075-6/+6
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-293-3/+6
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-4/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-2/+4
* Make the invisible items in the system menu of a few Indian language versions...jshin@chromium.org2009-09-281-1/+2
* Add icon support to gtk menu items.chocobo@google.com2009-09-231-4/+16
* Removes some dead NOTIMPLEMENTEDs and enables some code that no longersky@chromium.org2009-09-141-1/+0
* Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.jhawkins@chromium.org2009-09-091-14/+9
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-098-27/+67
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-283-25/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-269-58/+210
* Reverts menu patch.sky@chromium.org2009-08-269-210/+58
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-269-58/+210
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-2423-4403/+1086
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-209-0/+3954
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-4/+7
* Fixes possible crash in bookmark menus. Specifically if you had a menusky@chromium.org2009-07-312-3/+10
* Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....ben@chromium.org2009-07-151-2/+3
* Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...jshin@chromium.org2009-07-141-2/+2
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-024-22/+22
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Rework a loop in the native menu code to iterate over the vector of items we ...ben@chromium.org2009-06-291-4/+5
* Fix a menu crash.ben@chromium.org2009-06-261-0/+1
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-252-2/+2
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-153-24/+149
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-123-3/+12
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-3/+12
* Fixes crash in menu. It's possible for the WM_MENUSELECT to pass insky@chromium.org2009-06-101-0/+3
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-099-50/+137
* forgot this file in last CLben@chromium.org2009-06-081-0/+44
* A new menu system for views.ben@chromium.org2009-06-088-0/+1210
* Fixes bug introduced during menu refactoring. Specifically thesky@chromium.org2009-06-053-4/+16