summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Allow sliders to be adjusted with arrow keyszork@chromium.org2012-03-242-0/+32
* Fix ConstrainedWindowViews losing input on focus on aura.alicet@chromium.org2012-03-243-14/+19
* views/examples: Do not use WideToUTF16 when not necessary.tfarina@chromium.org2012-03-232-45/+46
* Makes the launcher use a layer with a solid color, which is cheapersky@chromium.org2012-03-234-10/+10
* WebUI TaskManager: Add method to set minimum window size on HTMLDialog. yoshiki@chromium.org2012-03-232-0/+7
* views: Update menu item text Y-position for Aura.derat@chromium.org2012-03-221-1/+1
* ui/base/models: Add protected virtual destructor to ComboboxModel.tfarina@chromium.org2012-03-221-4/+4
* ash: Fix focus cycling in the login screen from the uber-tray.sadrul@chromium.org2012-03-211-1/+2
* Fix crash in native textfield views when bringing up menu.alicet@chromium.org2012-03-211-2/+4
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-211-1/+6
* * MultiMonitorManager creates and manages mutliple monitor instanceoshima@chromium.org2012-03-212-5/+3
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-2125-291/+5
* Revert 127706 - Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-201-6/+1
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-201-1/+6
* views: Draw the menu separator line using FillRect instead of DrawLine.tfarina@chromium.org2012-03-201-4/+10
* Revert 127660 - WebUI TaskManager: Add method to set minimum window size on H...battre@chromium.org2012-03-202-7/+0
* WebUI TaskManager: Add method to set minimum window size on HTMLDialog. yoshiki@chromium.org2012-03-202-0/+7
* views: Simplify CustomFrameView::GetPreferredSize() implementation.tfarina@chromium.org2012-03-191-3/+1
* views: Fill the client edge color using FillRect instead of using DrawRect.tfarina@chromium.org2012-03-191-1/+1
* Removing deprecated GTK-Views code.saintlou@chromium.org2012-03-1941-8156/+2
* views/examples: Fix crash when closing views examples window.tfarina@chromium.org2012-03-191-0/+1
* views/examples: Get MenuExample to work under ash_shell and linux_chromeos co...tfarina@chromium.org2012-03-193-22/+26
* views: Add a notification to a parent view when the visibility of a child vie...sadrul@chromium.org2012-03-192-0/+8
* ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".tfarina@chromium.org2012-03-171-3/+3
* views/examples: Simplify the ownership of Menu2.tfarina@chromium.org2012-03-171-17/+10
* Use FramePainter for painting PanelViewFramedslomov@chromium.org2012-03-175-7/+11
* ash: Make sure all the popups from the tray have the same width.sadrul@chromium.org2012-03-171-2/+2
* Native bounds support to host windows.oshima@chromium.org2012-03-162-6/+4
* Make ShellWindow subclass BaseWindow, to support the chrome.windows.* extensi...mihaip@chromium.org2012-03-169-0/+34
* views: Add support for gesture-scrolling in ScrollView.sadrul@chromium.org2012-03-166-2/+29
* views: Turn an unprocessed ScrollEvent into a MouseWheelEvent.sadrul@chromium.org2012-03-163-1/+15
* Gets instant to correctly commit under aura. This was broke for asky@chromium.org2012-03-163-5/+5
* Removing tryboot hooks for chromeos_gtk config which is no longer needed.saintlou@chromium.org2012-03-151-1/+1
* ash/views: Refactor the way to get title font for our frame views.tfarina@chromium.org2012-03-152-28/+19
* views: Rename MenuButtonDelegate::RunMenu to something more obvious.tfarina@chromium.org2012-03-156-55/+48
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-1511-32/+30
* Second try fordavemoore@chromium.org2012-03-151-2/+4
* Revert 126764 - Added notion of currently active app / browserdavemoore@chromium.org2012-03-151-4/+2
* Added notion of currently active app / browserdavemoore@chromium.org2012-03-141-2/+4
* Makes the maximize/restore button handlingsky@chromium.org2012-03-142-3/+3
* MonitorManager to manage multiple monitors.oshima@chromium.org2012-03-142-0/+7
* Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/...tfarina@chromium.org2012-03-145-24/+20
* Adds support for minimizing a window.sky@chromium.org2012-03-141-2/+0
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-1413-15/+7
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-1320-65/+54
* Adds window property display. A table view (acting as a list) with formatted ...ben@chromium.org2012-03-131-1/+2
* views: Get rid of FrameBackground::SetMaximizedCorners() now that it's unused.tfarina@chromium.org2012-03-132-16/+0
* Recommit r125950, which was reverted by r125958 due to link failures on win_a...erg@chromium.org2012-03-132-0/+4
* views: Do not do heavy work in CustomFrameView ctor.tfarina@chromium.org2012-03-133-63/+67
* Simplify handling of BiDi cursor movementbenrg@chromium.org2012-03-136-184/+119