summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Fix menu click bug.oshima@chromium.org2010-11-101-1/+1
* Do not send many requests to flimflam when network chagned.oshima@chromium.org2010-11-092-2/+25
* Re-insert IP address in Network Menu.stevenjb@chromium.org2010-11-082-5/+7
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-011-8/+4
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-2/+1
* Grab keyboard input when showing domui/views menu.oshima@chromium.org2010-10-272-16/+21
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-266-2/+53
* Update gtk/menu2 without closing menuoshima@chromium.org2010-10-261-8/+15
* Menu crash fix for domui/gtk menu that is caused by multiple context menu req...oshima@chromium.org2010-10-224-2/+112
* Convert LOG(INFO) to VLOG(1) - views/.pkasting@chromium.org2010-10-203-51/+0
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-3/+3
* Fixes bug in wrench menu where closing with menu open could triggersky@chromium.org2010-10-051-0/+1
* DOMUI implementation of Menu2.oshima@chromium.org2010-10-041-0/+4
* Remove mnemonic and add keyboard shortcut text to the accessible name of text...ctguil@chromium.org2010-10-012-21/+35
* 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