summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-247-17/+255
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-2312-14/+14
* 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-227-164/+17
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-227-17/+164
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-227-164/+17
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-227-17/+164
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-203-6/+7
* Move more files to toplevel gfx.ben@chromium.org2010-03-195-7/+7
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-174-4/+4
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-1/+2
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-089-100/+66
* Don't mirror menu position for RTL because on Windows we set RLT window flags...dpolukhin@google.com2010-03-063-23/+22
* 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-192-7/+35
* Fixes bug where deleting bookmarks in bookmarks menu wouldn't alwayssky@chromium.org2010-02-182-1/+17
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-172-2/+22
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-112-6/+25
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-3/+2
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-023-5/+33
* Fix submenu leak in menu2.oshima@chromium.org2010-02-012-10/+34
* Suppressing a known leak erroroshima@chromium.org2010-01-291-0/+1
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-287-24/+108
* Fixes unintialized read in networkmenu. Menu's constructor calls intosky@chromium.org2010-01-271-0/+6
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-213-12/+52
* Fixes possible crash in menus on views/gtk. The crash would happen ifsky@chromium.org2010-01-072-5/+21
* 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-049-404/+41
* 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-242-9/+26
* Make the char encoding indicator visible again on Windowsjshin@chromium.org2009-11-161-1/+2
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-112-24/+38
* Fixes possible crash in showing bookmark menu. The problem occurredsky@chromium.org2009-11-102-21/+21
* Fix style issues in View class.maruel@chromium.org2009-11-071-2/+2
* Lands http://codereview.chromium.org/291006 for Pierre:sky@chromium.org2009-10-271-1/+5
* Assertion failure fixoshima@chromium.org2009-10-261-3/+5
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-2610-83/+180
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-214-6/+35
* Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...sky@chromium.org2009-10-131-1/+3
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-131-3/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-1210-21/+27
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-121-1/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-115-7/+7
* 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-075-6/+6
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-293-3/+6
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-4/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-2/+4