summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/native_menu_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Fix printing PDFs through right click on Mac and Linux. Looks like they both...jam@chromium.org2011-01-271-16/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-211-2/+2
* Fix regression in submenus not working.jam@chromium.org2011-01-201-2/+15
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-3/+3
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-17/+22
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-9/+9
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-2/+2
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-3/+3
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-151-1/+2
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-011-8/+4
* Add SetMinimumWidth to Menu2 for chromeos.oshima@chromium.org2010-09-291-0/+4
* Make windows menu accelerators work in owner-draw mode.asargent@chromium.org2010-09-151-9/+5
* Re-lands 58186:bryeung@chromium.org2010-09-031-2/+2
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-2/+2
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-2/+2
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-2/+2
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-2/+2
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-3/+4
* Canvas refactoring part 2.ben@chromium.org2010-06-231-2/+2
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-1/+93
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-93/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-1/+93
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-93/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-1/+93
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-2/+2
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-65/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-1/+65
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-65/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-1/+65
* Don't mirror menu position for RTL because on Windows we set RLT window flags...dpolukhin@google.com2010-03-061-1/+0
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-9/+9
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-1/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+1
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-1/+2
* Make the invisible items in the system menu of a few Indian language versions...jshin@chromium.org2009-09-281-1/+2
* Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...jshin@chromium.org2009-07-141-2/+2
* 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-251-1/+1
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-151-20/+146
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-2/+5
* 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-091-18/+80
* A new menu system for views.ben@chromium.org2009-06-081-0/+346