index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
views
/
layout
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
1
-1
/
+1
*
Cleanup: Update the path to insets and point headers.
tfarina
2014-12-23
3
-3
/
+3
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
6
-35
/
+28
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
6
-23
/
+23
*
Add a minimum cross axis size to BoxLayout.
calamity
2014-08-28
3
-0
/
+31
*
Add Flex to views::BoxLayout.
calamity@chromium.org
2014-07-25
3
-143
/
+474
*
Add cross axis alignment for BoxLayout.
calamity@chromium.org
2014-06-25
3
-39
/
+208
*
Revert of Add cross axis alignment for BoxLayout. (https://codereview.chromiu...
thakis@chromium.org
2014-06-24
3
-208
/
+39
*
Add cross axis alignment for BoxLayout.
calamity@chromium.org
2014-06-24
3
-39
/
+208
*
Add ability to set the border insets of a box layout.
calamity@chromium.org
2014-06-06
2
-0
/
+25
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
9
-38
/
+46
*
Add main axis alignment for BoxLayout.
calamity@chromium.org
2014-05-16
3
-26
/
+182
*
scythe: Delete dead code in views code.
erg@chromium.org
2014-04-17
1
-13
/
+4
*
rAc - fix off-by-small-number error in grid layout
estade@chromium.org
2014-03-06
2
-1
/
+29
*
Tweaks to get views compiling with mojo
sky@chromium.org
2014-01-16
1
-10
/
+10
*
Fix documentation for GridLayout.
eranm@google.com
2013-12-17
1
-1
/
+3
*
This CL eliminates the necessity of calling SizeToContents() after calling se...
npentrel@chromium.org
2013-11-25
1
-0
/
+4
*
Remove DialogDelegate::UseNewStyle and unused code.
msw@chromium.org
2013-11-18
1
-6
/
+2
*
Introduces the dialog UI to confirm HDCP verification.
mukai@chromium.org
2013-10-01
2
-0
/
+8
*
New avatar menu UI fixes:
noms@chromium.org
2013-09-25
1
-0
/
+4
*
Adds a comment to GridLayout to explain what DCHECK does
sky@chromium.org
2013-09-09
1
-0
/
+3
*
Fix bug: Bad width for elements that have a col_span > 1 and start column > 0...
fdoray@chromium.org
2013-06-27
2
-1
/
+33
*
views::BoxLayout: don't add inter child padding for an empty child
estade@chromium.org
2013-05-24
2
-4
/
+33
*
fix GridLayout::CreatePanel for new style dialogs
estade@chromium.org
2013-04-17
2
-2
/
+15
*
fix DialogClientView layout some more. This time, add tests.
estade@chromium.org
2013-04-02
1
-34
/
+1
*
Revert 188526 "Revert 188288 "make BoxLayout use and respect Get..."
mukai@chromium.org
2013-03-20
3
-34
/
+121
*
Revert 188288 "make BoxLayout use and respect GetHeightForWidth(..."
estade@chromium.org
2013-03-16
3
-121
/
+34
*
Respect GetInsets in FillLayout.
estade@chromium.org
2013-03-15
1
-6
/
+6
*
make BoxLayout use and respect GetHeightForWidth() (for vertical layouts).
estade@chromium.org
2013-03-15
3
-34
/
+121
*
views: Move kCheckboxIndent constant to layout_constants.h
tfarina@chromium.org
2013-03-02
1
-0
/
+3
*
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
rsleevi@chromium.org
2013-02-06
1
-3
/
+3
*
views: Change GridLayout to store a gfx::Insets instead of pure integers.
tfarina@chromium.org
2012-11-17
2
-22
/
+10
*
[views] Flesh out the payments dialog a little
estade@chromium.org
2012-11-01
2
-13
/
+13
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-3
/
+4
*
views: Manage the lifetime of GridLayout by making it a value instead of poin...
tfarina@chromium.org
2012-09-30
1
-137
/
+124
*
views: Put box_layout_unittest.cc into views namespace.
tfarina@chromium.org
2012-08-11
1
-33
/
+39
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
views: Put grid_layout_unittest.cc into views namespace.
tfarina@chromium.org
2012-06-26
1
-50
/
+51
*
views: Make num_columns() a constant function.
tfarina@chromium.org
2012-06-23
1
-1
/
+1
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-2
/
+2
*
[Web Intents] Views implementation of inline extension install.
binji@chromium.org
2012-03-29
3
-3
/
+28
*
views: Add option in BoxLayout to spread blank space among the child views.
sadrul@chromium.org
2012-02-26
3
-8
/
+62
*
Tweaks the aesthetics of dialog buttons to look better (right and bottom padd...
ben@chromium.org
2012-01-10
1
-3
/
+3
*
views: Convert IsVisible() to just visible() since it's just a simple accessor.
tfarina@chromium.org
2011-12-14
1
-2
/
+2
*
views: Move the remaining file from views/ to ui/views/.
tfarina@chromium.org
2011-12-01
1
-1
/
+1
*
views: Move view.h to ui/views/.
tfarina@chromium.org
2011-11-30
7
-7
/
+7
*
Add OVERRIDE to ui/.
avi@chromium.org
2011-11-23
2
-9
/
+11
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
9
-10
/
+10
*
views: Move bubble, events, focus and layout to ui/views/.
tfarina@chromium.org
2011-11-18
11
-0
/
+2524
*
Remove src/ui/views.
tfarina@chromium.org
2011-10-26
4
-144
/
+0
[next]