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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Label::GetHeightForWidth() when single-line.
mukai
2015-03-31
1
-0
/
+4
*
MacViews: Implement Window-modal dialogs using sheets
tapted
2015-03-17
2
-0
/
+18
*
Remove link_chrome_on_windows GN flag.
brettw
2015-03-02
1
-29
/
+27
*
gfx::ShadowValue: offset is a Vector2d, not Point.
mgiuca
2015-02-26
1
-4
/
+6
*
Use ALIGN_TO_HEAD in MultilineExample
oshima
2015-02-23
1
-1
/
+1
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-3
/
+3
*
Sort GYP files under ui
satorux
2015-02-18
1
-2
/
+2
*
Sort GN files under ui
satorux
2015-02-18
1
-2
/
+2
*
Create PowerMonitor while starting aura_demo and views_examples_exe
ckocagil
2015-02-09
1
-0
/
+5
*
Composite to cc::Display from ui::InProcessContextFactory.
jbauman
2015-02-03
1
-1
/
+1
*
Remove more targets from GN Windows build.
brettw
2015-02-02
1
-27
/
+29
*
Fix chrome target in Windows GN build.
vchigrin
2015-01-30
1
-0
/
+5
*
Make ui::Compositor use ui::Scheduler
weiliangc
2015-01-29
1
-1
/
+2
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-1
/
+1
*
MacViews: Use RenderTextHarfBuzz only for Textfields
andresantoso
2014-12-09
1
-1
/
+1
*
Revert of Make ui::Compositor use ui::Scheduler (patchset #13 id:360001 of ht...
isherman
2014-12-06
1
-2
/
+1
*
Make ui::Compositor use ui::Scheduler
weiliangc
2014-12-05
1
-1
/
+2
*
Enable subpixel positioning for UI
ckocagil
2014-12-02
1
-0
/
+5
*
Gets views_examples_exe and aura_demo to display something
sky
2014-11-11
1
-0
/
+1
*
Add more allocator.gyp:allocator dependencies
hans
2014-11-04
1
-0
/
+5
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
36
-153
/
+150
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
36
-105
/
+105
*
Add CanMinimize to classes that implement WidgetDelegate::CanMaximize.
jackhou
2014-09-24
1
-0
/
+1
*
Improve GN header checker, make "check" on //ui/* pass.
Brett Wilson
2014-09-19
1
-0
/
+6
*
Enable ash shell and unit tests in GN build.
brettw
2014-09-09
2
-0
/
+162
*
Move startup_helper_win.cc to separate target for incremental build
scottmg@chromium.org
2014-08-22
1
-1
/
+1
*
Use a qualified path for ui_resources.h grit includes.
tfarina@chromium.org
2014-08-17
1
-1
/
+1
*
ui: Remove unneeded includes of grit/ui_resources.h
thakis@chromium.org
2014-08-14
1
-1
/
+0
*
LabelButton: cache the last computed preferred size
noms@chromium.org
2014-07-25
1
-1
/
+1
*
Get views_examples_exe compiling with use_aura=0.
msw@chromium.org
2014-07-25
1
-5
/
+12
*
Prepare to use gfx::RenderText in views::Label.
msw@chromium.org
2014-07-21
3
-11
/
+18
*
Change the type of InitParams.context from gfx::NativeView to
andresantoso@chromium.org
2014-07-15
5
-5
/
+5
*
MacViews: Move menu run types parameter to constructor.
andresantoso@chromium.org
2014-07-15
2
-6
/
+5
*
Move gfx::ElideText functionality to RenderText.
msw@chromium.org
2014-07-10
2
-6
/
+6
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
1
-4
/
+2
*
Restore the standard frame for content_shell and views_examples_exe on Windows.
tfarina@chromium.org
2014-07-01
1
-1
/
+0
*
Remove the now unused TextButton code.
msw@chromium.org
2014-06-29
2
-80
/
+2
*
Add a customizable label to the Views LabelExample.
msw@chromium.org
2014-06-24
2
-16
/
+176
*
Fix new avatar button appearance regressions.
msw@chromium.org
2014-06-19
1
-4
/
+5
*
Refactor views::Label and gfx::RenderText shadow functions.
msw@chromium.org
2014-06-18
1
-2
/
+2
*
Add fade eliding for Views Labels; related cleanup.
msw@chromium.org
2014-06-05
2
-151
/
+85
*
Add support for painting halos on Views Labels.
msw@chromium.org
2014-06-04
1
-2
/
+3
*
MacViews: Gets views_examples_with_content_exe compiling on Mac
tapted@chromium.org
2014-06-04
3
-4
/
+15
*
Removes usage of Compositor/ContextFactory methods
sky@chromium.org
2014-05-30
1
-1
/
+0
*
Repurpose views+content example into a generic multiprocess views runtime
tapted@chromium.org
2014-05-27
11
-435
/
+52
*
Views Examples: Notify Combobox after updating the model
ckocagil@chromium.org
2014-05-23
1
-0
/
+1
*
Views Examples: Set Aura Env context factory
ckocagil@chromium.org
2014-05-23
1
-0
/
+1
*
Revert of Repurpose views+content example into a generic multiprocess views r...
alph@chromium.org
2014-05-23
11
-52
/
+435
*
Repurpose views+content example into a generic multiprocess views runtime
tapted@chromium.org
2014-05-23
11
-435
/
+52
*
Makes Env contain a ContextFactory
sky@chromium.org
2014-05-22
1
-1
/
+3
[next]