summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Initialize most_recent_profile_ in constructor.ctguil@chromium.org2010-08-101-1/+1
* Enable better NVDA support for custom menus.ctguil@chromium.org2010-08-064-10/+25
* Add view class names to some classes used in the Wrench menu.dmazzoni@chromium.org2010-08-044-0/+29
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-042-3/+6
* Makes cut/copy/paste buttons centered with respect to thesky@chromium.org2010-08-032-7/+11
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-312-2/+0
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-271-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2620-0/+20
* Fixes regression in links ending up too small. The problem is that wesky@chromium.org2010-07-211-1/+1
* [Linux Views]Handle focus traversing correctly.suzhe@chromium.org2010-07-201-2/+10
* Fixes crash in views/gtk when pressing space bar on a menu button.sky@chromium.org2010-07-181-0/+6
* Ups the max size of bookmark menus to accommodate the wrench menu.sky@chromium.org2010-07-081-1/+3
* Fix a typo that caused wrong menu highlight color being used for ChromeOS.xiyuan@chromium.org2010-07-071-1/+1
* Add some missing states for menu items. This allows AT's to know when a menu...dtseng@chromium.org2010-07-071-0/+13
* Makes menu draw disabled arrow the correct color for classic windows.sky@chromium.org2010-07-072-6/+19
* Fixes menus when shown by way of pressing alt-f. I need to turn onsky@chromium.org2010-07-073-15/+8
* Re-land r51526mnissler@chromium.org2010-07-051-0/+1
* Changes the menu code to show mnemonics if the alt key is down.sky@chromium.org2010-07-021-2/+13
* Move WindowImpl to gfx so I can use it there for canvas unit tests.ben@chromium.org2010-07-021-2/+2
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-021-1/+0
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-021-0/+1
* Hook up the MenuViewItem objects to a widget so that they may send accessibil...dtseng@chromium.org2010-07-013-3/+49
* Moves gtk accelerator processing functions to base/gtk_util so I cansky@chromium.org2010-07-011-20/+2
* Fixes possible crash in showing menus. This is less likely now thatsky@chromium.org2010-07-012-11/+67
* Canvas refactoring phase 4b:ben@chromium.org2010-06-303-8/+8
* Canvas refactoring part 3.ben@chromium.org2010-06-255-24/+28
* Changes mnemonics for bookmark menus to show the mnemonics if eithersky@chromium.org2010-06-253-14/+58
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-245-28/+24
* Canvas refactoring part 3.ben@chromium.org2010-06-245-24/+28
* Canvas refactoring part 2.ben@chromium.org2010-06-233-4/+5
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-222-5/+11
* Adds support for radio menu items to bookmark menus.sky@chromium.org2010-06-186-26/+141
* Adds support for click-drag-release on views embedded in a menu tosky@chromium.org2010-06-182-5/+124
* Tweaks for the merged menu:sky@chromium.org2010-06-175-9/+12
* Adds support for showing accelerators in bookmark menus.sky@chromium.org2010-06-098-24/+110
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-0912-53/+234
* Views menu gradient change for ChromeOS to sync with gtk theme change.xiyuan@chromium.org2010-05-201-5/+3
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-103-4/+4
* Close menu on grab broke event.oshima@chromium.org2010-05-053-2/+17
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-1611-199/+323
* Make views menu have a similar look and feel of native menu on ChromeOS:xiyuan@chromium.org2010-04-133-0/+42
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-094-1/+16
* Relanding:oshima@chromium.org2010-04-061-1/+6
* Revert "BookmarkBarView tests fixes"oshima@chromium.org2010-04-051-7/+1
* BookmarkBarView tests fixesoshima@chromium.org2010-04-051-1/+7
* Fix number of arguments to gtk callback macro.dmazzoni@chromium.org2010-04-012-7/+5
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-317-14/+251
* Re-apply r42703 which was reverted because of a conflict with another patch t...estade@chromium.org2010-03-262-9/+9
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-267-255/+17