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