summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Refactor RadioButton Image code for linux/gtkoshima@chromium.org2010-09-293-76/+122
* Add SetMinimumWidth to Menu2 for chromeos.oshima@chromium.org2010-09-297-0/+20
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-286-28/+18
* Make windows menu accelerators work in owner-draw mode.asargent@chromium.org2010-09-151-9/+5
* Fixes bug in bookmark menus where using arrow keys would selectsky@chromium.org2010-09-132-3/+29
* Changes the max width for bookmark menus back to 400 and leaves themsky@chromium.org2010-09-072-9/+10
* Fixes bookmark menus to deal with multiple menus sharing the samesky@chromium.org2010-09-072-48/+123
* Re-lands 58186:bryeung@chromium.org2010-09-034-20/+20
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-024-20/+20
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-024-20/+20
* Adds support for invisible menu items to bookmark menus and wires itsky@chromium.org2010-09-011-4/+7
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-014-20/+20
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-014-20/+20
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Another take on menu's. This uses the hosting menu scroll view container as ...dtseng@chromium.org2010-08-193-4/+19
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-181-1/+1
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-136-14/+17
* 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