summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed the spacing in front of icons in menu itemsskuhne@chromium.org2012-07-121-1/+1
* Support high dpi in menu scroll arrow, submenu arrow and drag_utils.oshima@chromium.org2012-07-122-31/+63
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-115-13/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-11209-209/+0
* Fix BubbleBorder wrong arrow for BOTTOM_LEFT and RIGHT_TOP.xiyuan@chromium.org2012-07-111-3/+5
* Clean up views content example a little more.jam@chromium.org2012-07-111-1/+0
* Get rid of implicit conversion to and from ImageSkiaReppkotwicz@chromium.org2012-07-112-2/+5
* Make tab/tabstrip high density compatibleoshima@chromium.org2012-07-101-3/+4
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-1/+1
* Fix RenderTextWin base direction; remove test exceptions; etc.msw@chromium.org2012-07-042-34/+0
* enable -Wunused-private-field for linux and chromeos.tony@chromium.org2012-07-032-7/+3
* Nix bubble's WindowClosing override; check bookmark bubble's anchor_view.msw@chromium.org2012-07-032-17/+3
* Loading/Creating images for mutiple scale factors on the flyoshima@chromium.org2012-07-031-44/+68
* Modified the wrench menu with the latest specs for touchskuhne@chromium.org2012-06-302-11/+10
* Fix a couple issues of bubble border.xiyuan@chromium.org2012-06-292-56/+38
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-284-15/+22
* Added support for icon views (view used instead of icon in a menu item).yefim@chromium.org2012-06-287-63/+138
* views: Get rid of the stl-style accessors from View.tfarina@chromium.org2012-06-283-12/+4
* Only BookmarkBubbleView::ShowEditor with a valid parent, etc.msw@chromium.org2012-06-283-11/+35
* Close any open menus on activation changes.flackr@chromium.org2012-06-283-21/+37
* Makes a DCHECK a CHECK (on chromeos) in hopes of finding a crasher.sky@chromium.org2012-06-281-0/+4
* Relanding r144499:oshima@chromium.org2012-06-271-2/+0
* Revert r 144499 "Rename the remaining usage of Monitor to Display"oshima@chromium.org2012-06-271-0/+2
* Rename the remaining usage of Monitor to Displayoshima@chromium.org2012-06-271-2/+0
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-273-19/+8
* mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.thakis@chromium.org2012-06-261-1/+1
* aura: Turn off synthetic mouse-event generation from gestures.sadrul@chromium.org2012-06-261-4/+0
* views: Make SimpleMessageBoxViews ref-counted to make sure they get deleted a...sadrul@chromium.org2012-06-262-2/+7
* views: Put grid_layout_unittest.cc into views namespace.tfarina@chromium.org2012-06-261-50/+51
* Initial implementation of ColorChooser for Aura.mukai@chromium.org2012-06-264-0/+481
* linux_aura: Bubbles shouldn't have their own RootWindow.erg@chromium.org2012-06-251-1/+2
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-253-46/+51
* views: Remove obsolete TODO from widget_delegate.htfarina@chromium.org2012-06-251-4/+0
* views: Make num_columns() a constant function.tfarina@chromium.org2012-06-231-1/+1
* This is the 1st CL to add Virtual Screen Coordinates to ash.oshima@chromium.org2012-06-232-1/+10
* linux_aura: Redo how activation is handled.erg@chromium.org2012-06-227-65/+196
* [views] Text fields must respond to touch gestures directly.junmin.zhu@intel.com2012-06-221-7/+20
* Adds LocationBarContainer that containssky@chromium.org2012-06-222-0/+10
* Wire ScrollEvent to views and handle it in app list.xiyuan@chromium.org2012-06-226-0/+32
* Undo the startup_helper_win.h change in r143501 because that breaks the sandb...jam@chromium.org2012-06-221-0/+1
* Enable incremental linking on browser_tests and unit_tests.jam@chromium.org2012-06-222-2/+1
* Handle TAP gesture on views combo box.flackr@chromium.org2012-06-212-0/+12
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-26/+89
* Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-89/+26
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-203-26/+89
* views: Account for device scale factor when drawing drag images for views.varunjain@chromium.org2012-06-195-8/+56
* Neuter alternate methods of entering fullscreen mode when in metro snap (via ...robertshield@chromium.org2012-06-192-42/+21
* aura: Fix WidgetFocusChangeListener::OnNativeFocusChange().derat@chromium.org2012-06-189-18/+130
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-1/+1
* views: Fix a case of user-after-free in bubbles.sadrul@chromium.org2012-06-172-6/+54