summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Remove wstring from views. Part 2: Switch accelerator strings to string16.avi@chromium.org2011-01-102-17/+18
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-103-7/+10
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-071-1/+1
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-042-3/+4
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-1/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-312-4/+4
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-302-5/+5
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-152-2/+5
* Fix static compile with touchui on chromeos.sadrul@chromium.org2010-12-061-0/+2
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-058-6/+281
* Fix context menus for touchui=1sadrul@chromium.org2010-11-181-1/+1
* views: Override gtk-menu-images=0 for menu items with icons.derat@chromium.org2010-11-111-0/+6
* 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