summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Implement Aura Menu spec for the color specification part.jennyz@chromium.org2012-04-301-0/+3
* Fixes possible crash in closing menus. Specifically if we Close asky@chromium.org2012-04-281-0/+3
* views: Make MenuWrapper do not depend on deprecated Menu2 API.tfarina@chromium.org2012-04-273-9/+12
* Fixes crash in closing menus. There are two issues here:sky@chromium.org2012-04-264-14/+33
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-3/+3
* Make menu items 40px tall when touch-optimized-ui is set.flackr@chromium.org2012-04-201-1/+9
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-4/+5
* Revert 131761 - Mouse events, touch events, or both can be locked to a target.rsesek@chromium.org2012-04-111-5/+4
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-4/+5
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-1/+1
* Consolidate win/x dispatchersoshima@chromium.org2012-04-092-25/+12
* Remove WAYLAND portoshima@chromium.org2012-04-072-11/+0
* views: Extract SystemMenuModel from native_menu_win.*.tfarina@chromium.org2012-04-052-35/+7
* Fix dragged bookmark painting under Aura.saintlou@chromium.org2012-04-031-2/+4
* * removed views debug paint that was used in NativeWidgetGtk.oshima@chromium.org2012-04-031-2/+1
* Changes menu to use area instead of work area if the bounds passed insky@chromium.org2012-04-031-0/+10
* Makes the shelf remain visible while a context menu is showing in thesky@chromium.org2012-03-272-2/+11
* views: Update menu item text Y-position for Aura.derat@chromium.org2012-03-221-1/+1
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-213-38/+0
* views: Draw the menu separator line using FillRect instead of DrawLine.tfarina@chromium.org2012-03-201-4/+10
* Removing deprecated GTK-Views code.saintlou@chromium.org2012-03-196-1012/+0
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-153-7/+6
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-143-5/+5
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-134-10/+10
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-111-4/+3
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-095-8/+8
* views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...tfarina@chromium.org2012-03-081-40/+0
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-063-13/+18
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-051-1/+1
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-011-10/+6
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-261-2/+3
* Remove a bunch more uses of RootWindow::GetInstance() ben@chromium.org2012-02-261-2/+4
* Revert 123673 - Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-251-4/+2
* Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-251-2/+4
* Revert 123592 - Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-251-4/+2
* Remove a bunch more uses of RootWindow::GetInstance()ben@chromium.org2012-02-241-2/+4
* Simplify some calls to gfx::Rect by using its gfx::Size ctor.tfarina@chromium.org2012-02-241-1/+1
* Change how you get to the MessageLoop::Dispatcher.ben@chromium.org2012-02-231-2/+3
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-222-90/+114
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-5/+5
* Fixes login screen menus.pkotwicz@chromium.org2012-02-101-1/+2
* Refactor MenuController::SendAcceleratorToHotTrackedView() and OnKeyDown().mukai@chromium.org2012-02-092-23/+30
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-071-0/+5
* Revert 120587 - Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-061-5/+0
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-061-0/+5
* Revert 120566 - Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-061-5/+0
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-061-0/+5
* ui/gfx: Convert Canvas::DrawLineInt() to use gfx::Point.tfarina@chromium.org2012-02-051-2/+3
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-012-3/+3
* [Coverity] Fixed uninitialized member var.groby@chromium.org2012-01-281-0/+1