summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/native_menu_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* estade:- This revert is to fix interactive ui test failures which have been b...ananta@chromium.org2010-03-261-12/+15
* Views: fix a crash where in the browser actions container.estade@chromium.org2010-03-261-15/+12
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-3/+55
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-55/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-3/+55
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Linux: Fix some GdkPixbuf leaks.mattm@chromium.org2010-03-231-0/+1
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-35/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-3/+35
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-35/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-3/+35
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-1/+2
* Don't mirror menu position for RTL because on Windows we set RLT window flags...dpolukhin@google.com2010-03-061-5/+19
* New network menu button UI for ChromeOS.chocobo@chromium.org2010-02-191-0/+11
* implement previous TODO to show associated shortcut keys for page and wrench ...kuan@chromium.org2010-02-191-6/+33
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-3/+2
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-021-5/+13
* Fix submenu leak in menu2.oshima@chromium.org2010-02-011-9/+24
* Suppressing a known leak erroroshima@chromium.org2010-01-291-0/+1
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-211-9/+29
* Fixes possible crash in menus on views/gtk. The crash would happen ifsky@chromium.org2010-01-071-5/+15
* Fix radio items in views::Menu2 for Linux.satorux@chromium.org2009-12-161-0/+10
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-14/+15
* Makes sure gtk menus fit on screen before showing them.sky@chromium.org2009-11-301-4/+12
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...yusukes@google.com2009-11-241-8/+25
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-111-22/+28
* Assertion failure fixoshima@chromium.org2009-10-261-3/+5
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-211-1/+27
* Fixes compile error in NativeMenuGtk when building for 64 bit.sky@chromium.org2009-10-091-2/+2
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-1/+2
* Add icon support to gtk menu items.chocobo@google.com2009-09-231-4/+16
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-1/+1
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-091-8/+8
* A new menu system for views.ben@chromium.org2009-06-081-0/+233