summaryrefslogtreecommitdiffstats
path: root/views/controls/button/button_dropdown.cc
Commit message (Expand)AuthorAgeFilesLines
* Use widget to specify the parent of views menu.oshima@google.com2011-07-261-2/+2
* Ensure the back/forward menus support middle click.philippe.beaudoin@gmail.com2011-07-121-0/+1
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0
* Move more from Window onto Widget.ben@chromium.org2011-06-081-2/+2
* Add some missing view class name to better debug view miletus@chromium.org2011-06-031-0/+8
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-29/+47
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-9/+4
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-29/+23
* Clean up some event code:msw@chromium.org2011-03-141-17/+17
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-141-11/+10
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-10/+6
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-6/+10
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-10/+6
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-2/+2
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+1
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-1/+2
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-15/+6
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-2/+3
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-111-4/+1
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-1/+1
* Fix the Back and Forwards button broken in 23101idanan@chromium.org2009-09-031-4/+4
* Lands http://codereview.chromium.org/159838 for Pierre-Antoine. From him:sky@chromium.org2009-08-111-8/+22
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-151-25/+8
* Gets button_dropdown compiling on linux.sky@chromium.org2009-05-291-6/+6
* Make toolbar compile on linux.ben@chromium.org2009-05-271-1/+1
* Make views/ use strings from app_strings.ben@chromium.org2009-05-201-2/+2
* revert this change, svn seems to have committed it with my property-edit.ben@chromium.org2009-05-201-2/+2
* Add generated files to svn:ignore list for views subdir.ben@chromium.org2009-05-201-2/+2
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-141-5/+5
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-1/+2
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-2/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-1/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+192