summaryrefslogtreecommitdiffstats
path: root/ui/views/layout
Commit message (Expand)AuthorAgeFilesLines
* fix GridLayout::CreatePanel for new style dialogsestade@chromium.org2013-04-172-2/+15
* fix DialogClientView layout some more. This time, add tests.estade@chromium.org2013-04-021-34/+1
* Revert 188526 "Revert 188288 "make BoxLayout use and respect Get..."mukai@chromium.org2013-03-203-34/+121
* Revert 188288 "make BoxLayout use and respect GetHeightForWidth(..."estade@chromium.org2013-03-163-121/+34
* Respect GetInsets in FillLayout.estade@chromium.org2013-03-151-6/+6
* make BoxLayout use and respect GetHeightForWidth() (for vertical layouts).estade@chromium.org2013-03-153-34/+121
* views: Move kCheckboxIndent constant to layout_constants.htfarina@chromium.org2013-03-021-0/+3
* Linux/ChromeOS Chromium style checker cleanup, ui/ edition.rsleevi@chromium.org2013-02-061-3/+3
* views: Change GridLayout to store a gfx::Insets instead of pure integers.tfarina@chromium.org2012-11-172-22/+10
* [views] Flesh out the payments dialog a littleestade@chromium.org2012-11-012-13/+13
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-3/+4
* views: Manage the lifetime of GridLayout by making it a value instead of poin...tfarina@chromium.org2012-09-301-137/+124
* views: Put box_layout_unittest.cc into views namespace.tfarina@chromium.org2012-08-111-33/+39
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-115-5/+0
* views: Put grid_layout_unittest.cc into views namespace.tfarina@chromium.org2012-06-261-50/+51
* views: Make num_columns() a constant function.tfarina@chromium.org2012-06-231-1/+1
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-2/+2
* [Web Intents] Views implementation of inline extension install.binji@chromium.org2012-03-293-3/+28
* views: Add option in BoxLayout to spread blank space among the child views.sadrul@chromium.org2012-02-263-8/+62
* Tweaks the aesthetics of dialog buttons to look better (right and bottom padd...ben@chromium.org2012-01-101-3/+3
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-2/+2
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-1/+1
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-307-7/+7
* Add OVERRIDE to ui/.avi@chromium.org2011-11-232-9/+11
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-189-10/+10
* views: Move bubble, events, focus and layout to ui/views/.tfarina@chromium.org2011-11-1811-0/+2524
* Remove src/ui/views.tfarina@chromium.org2011-10-264-144/+0
* View API/implementation cleanup:pkasting@chromium.org2011-02-221-5/+5
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-014-0/+144