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
/
window
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Misc comments clean ups in CustomFrameView.
tfarina@chromium.org
2012-04-06
2
-4
/
+9
*
views: Get rid of WidgetDelegate::ShouldShowClientEdge().
tfarina@chromium.org
2012-04-04
2
-18
/
+13
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
views: Improve a constant name to make it more clearer and improve LayoutTitl...
tfarina@chromium.org
2012-04-02
1
-10
/
+12
*
Removing GTK code from ui/views.
saintlou@chromium.org
2012-03-21
1
-19
/
+1
*
views: Simplify CustomFrameView::GetPreferredSize() implementation.
tfarina@chromium.org
2012-03-19
1
-3
/
+1
*
views: Fill the client edge color using FillRect instead of using DrawRect.
tfarina@chromium.org
2012-03-19
1
-1
/
+1
*
ash/views: Refactor the way to get title font for our frame views.
tfarina@chromium.org
2012-03-15
2
-28
/
+19
*
ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.
tfarina@chromium.org
2012-03-13
1
-1
/
+1
*
views: Get rid of FrameBackground::SetMaximizedCorners() now that it's unused.
tfarina@chromium.org
2012-03-13
2
-16
/
+0
*
views: Do not do heavy work in CustomFrameView ctor.
tfarina@chromium.org
2012-03-13
2
-62
/
+61
*
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
tfarina@chromium.org
2012-03-09
1
-1
/
+1
*
Ash: Delete unused image assets
jamescook@chromium.org
2012-03-08
1
-11
/
+0
*
views: Refactor the setup of window caption buttons.
tfarina@chromium.org
2012-03-08
2
-34
/
+33
*
views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.
tfarina@chromium.org
2012-03-06
4
-70
/
+73
*
Aura: CrOS dialogs use new window frames
jamescook@chromium.org
2012-03-06
2
-23
/
+23
*
Extract the last SkColor from ResourceBundle API.
tfarina@chromium.org
2012-03-05
1
-4
/
+5
*
Allow platform apps to specify a maximum size for the shell container.
jeremya@chromium.org
2012-03-01
2
-1
/
+6
*
Add app mode for cros app windows, second try after revert of
davemoore@chromium.org
2012-02-28
1
-5
/
+10
*
Revert 123830 - Aura: Support hovering restore & close buttons for full scree...
davemoore@chromium.org
2012-02-28
1
-10
/
+5
*
Aura: Support hovering restore & close buttons for full screen apps.
davemoore@chromium.org
2012-02-27
1
-5
/
+10
*
Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...
hbono@chromium.org
2012-02-08
2
-33
/
+35
*
ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.
tfarina@chromium.org
2012-02-08
2
-35
/
+33
*
Pass const gfx::Rect& as the first parameter to FillRect.
tfarina@chromium.org
2012-02-01
2
-21
/
+17
*
Move frame color constants to CustomFrameView.
tfarina@chromium.org
2011-12-24
1
-9
/
+17
*
views: Fix comments refering to Window instead of Widget.
tfarina@chromium.org
2011-12-24
1
-3
/
+3
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-12-17
1
-3
/
+3
*
Refactor window frame painting into a window background class
jamescook@chromium.org
2011-12-10
4
-89
/
+374
*
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
2
-2
/
+2
*
Quick, hopefully temporary, fix for chromium issue 105609 and chromium-os iss...
benrg@chromium.org
2011-11-29
1
-0
/
+13
*
views: Move button directory to ui/views/controls/.
tfarina@chromium.org
2011-11-28
4
-4
/
+4
*
Add OVERRIDE to ui/.
avi@chromium.org
2011-11-23
1
-1
/
+2
*
Revert 111288 - Possibly broke media_unittests on Mac
rsleevi@chromium.org
2011-11-23
1
-4
/
+3
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-11-23
1
-3
/
+4
*
Add a new GetSystemColor method to native theme.
benrg@chromium.org
2011-11-23
1
-23
/
+3
*
Get rid of the EnableClose() infrastructure in Widget.
ben@chromium.org
2011-11-22
6
-19
/
+0
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
8
-15
/
+15
*
Revert 110949 - views: Move widget/ directory to ui/views.
wez@chromium.org
2011-11-21
8
-15
/
+15
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
8
-15
/
+15
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
2
-2
/
+2
*
Beginnings of Window Modality support.
ben@chromium.org
2011-11-16
1
-3
/
+18
*
views: Remove the old views/window/ directory and its stubbed files.
tfarina@chromium.org
2011-11-14
12
-21
/
+21
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
2
-8
/
+8
*
views: Move views/window/ to ui/views/window directory.
tfarina@chromium.org
2011-11-13
15
-0
/
+2649
*
Remove src/ui/views.
tfarina@chromium.org
2011-10-26
7
-21
/
+0
*
sFirst cut at an experiment with what a simplified View/Widget API would look...
ben@chromium.org
2011-02-01
7
-0
/
+21