summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Fixes crash in menu code that would happen if you attempted to show asky@chromium.org2011-04-265-25/+42
* Rename CreateParams to InitParams.ben@chromium.org2011-04-263-4/+4
* Rework the way Widget::Init works:ben@chromium.org2011-04-266-30/+21
* Revert "Change status button menu"saintlou@chromium.org2011-04-256-37/+7
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-226-7/+37
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-224-26/+53
* Revert 82385 - this might be breaking the interactive_ui_tests on windows and...nsylvain@chromium.org2011-04-214-51/+25
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-204-25/+51
* Revert workaround. This was problematic because it is relyingsaintlou@chromium.org2011-04-201-5/+1
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-0/+1
* Attempt at fixing menu crashes. I'm trying to fix three things:sky@chromium.org2011-04-192-8/+44
* Attempt at fixing bug where occassionally clicks on context menus aresky@chromium.org2011-04-152-36/+97
* step 3 of native theme refactoringrogerta@chromium.org2011-04-124-89/+81
* Fixes bug in menu that would clip to menu height instead of work area.sky@chromium.org2011-04-051-1/+1
* Fix for regressions caused by FREEZE_UPDATE propertyoshima@google.com2011-04-041-1/+8
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-0111-289/+198
* Add newline to end of file.ben@chromium.org2011-03-311-1/+2
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-314-12/+11
* Fix for paint issue on initial screen.oshima@google.com2011-03-312-0/+26
* fix bustageben@chromium.org2011-03-311-1/+1
* Make MenuHost concrete, hide platform specific implementation behind NativeMe...ben@chromium.org2011-03-319-70/+221
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-305-43/+43
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-294-62/+22
* Changes windows menu to strip out tabs in the string. Windowssky@chromium.org2011-03-281-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-283-5/+5
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-212-12/+8
* Forward mouse wheel events to submenusoshima@google.com2011-03-193-1/+23
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-2/+3
* Moving over to other folder button while opening folder menu should open the ...oshima@google.com2011-03-162-18/+36
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-162-10/+9
* Re-lands:ben@chromium.org2011-03-163-20/+19
* Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu isdmazzoni@chromium.org2011-03-151-4/+6
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-153-19/+20
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-153-20/+19
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-151-2/+2
* Clean up some event code:msw@chromium.org2011-03-144-16/+16
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-147-46/+65
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-094-33/+39
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-6/+6
* Increase the base font size for touch uisaintlou@chromium.org2011-03-081-0/+4
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-071-5/+1
* [ChromeOS] Fix the unclickable "OpenAll" confirmation dialog problem.xiyuan@chromium.org2011-03-072-4/+5
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-052-1/+61
* Rename Paint() to PaintForDrag() in two cases.thakis@chromium.org2011-03-055-11/+12
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-0413-103/+191
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-042-4/+1
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-042-1/+4
* Rename MenuHost::Init to InitMenuHost.thakis@chromium.org2011-03-046-21/+21
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-047-74/+60
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-037-60/+74