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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
14
-172
/
+467
*
views: Change NativeWidget's SetAccessibleName() to string16.
tfarina@chromium.org
2011-09-30
11
-11
/
+12
*
Change Window visibility to a simple boolean for now.
ben@chromium.org
2011-09-30
2
-8
/
+8
*
Add a new method to Layer that schedules a redraw in the compositor.Rename Co...
ben@chromium.org
2011-09-30
7
-8
/
+7
*
Fix bustage again. This time with correct ifdefs.
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...
ben@chromium.org
2011-09-30
1
-3
/
+1
*
Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=none
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Implements NativeWidgetAura::Set/GetNativeWidgetProperty.
sky@chromium.org
2011-09-30
2
-3
/
+13
*
Fix views_examples Windows Debug build.
asvitkine@chromium.org
2011-09-29
1
-0
/
+3
*
Fix regression showing layers for nested child views.
ben@chromium.org
2011-09-29
1
-1
/
+1
*
views: Use string16 in TreeView::OnNotify as GetTitle() already returns strin...
tfarina@chromium.org
2011-09-29
1
-1
/
+1
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
14
-467
/
+173
*
views: Make NativeWidgetView invisible by default, since a widget is invisibl...
sadrul@chromium.org
2011-09-29
3
-2
/
+69
*
Setting fills bounds opaquely as the default.
pkotwicz@chromium.org
2011-09-29
4
-1
/
+6
*
views/examples: Rename GetExampleView() to example_view().
tfarina@chromium.org
2011-09-29
3
-8
/
+7
*
views: Remove utf_string_conversions.h from tabbed_pane as it's no longer nec...
tfarina@chromium.org
2011-09-29
1
-6
/
+3
*
views: Change MessageBoxView::GetInputText() to string16.
tfarina@chromium.org
2011-09-29
2
-5
/
+4
*
views: Fix views examples tab titles to not look garbage on Windows.
tfarina@chromium.org
2011-09-29
1
-2
/
+1
*
Adds the ability to set an Animation on Layer so that future changes to the l...
sky@chromium.org
2011-09-29
5
-60
/
+6
*
Refresh profile avatar when icon changes
sail@chromium.org
2011-09-29
1
-0
/
+3
*
views: Change TabbedPane::AddTab() to string16.
tfarina@chromium.org
2011-09-29
12
-46
/
+51
*
Refactors TestCompositor out of views_unittests into a place it can be
sky@chromium.org
2011-09-28
3
-91
/
+25
*
views: Add a TODO to remove aura include hack.
tfarina@chromium.org
2011-09-28
1
-0
/
+1
*
views: Fix aura build on Linux.
tfarina@chromium.org
2011-09-28
1
-0
/
+4
*
Fix omnibox state for each tab.
xji@google.com
2011-09-28
14
-170
/
+164
*
Remove obsolete HAVE_XINPUT2 checks.
sadrul@chromium.org
2011-09-28
1
-1
/
+1
*
views: Convert ButtonDropDown to use the new callback system.
tfarina@chromium.org
2011-09-28
2
-11
/
+14
*
views: Remove focus_grabber_factory_ from MessageBoxView.
tfarina@chromium.org
2011-09-28
2
-7
/
+2
*
Delete use of wstring for views_examples titles and simplify code.
asvitkine@chromium.org
2011-09-28
41
-121
/
+38
*
touchui: Convert XI2 MT tracking id to slot id.
sadrul@chromium.org
2011-09-28
1
-12
/
+33
*
Update TouchEvent initialize for USE_XI2_MT according to
sadrul@chromium.org
2011-09-28
1
-3
/
+1
*
Fixes painting issue with bookmarks bar
pkotwicz@chromium.org
2011-09-28
1
-1
/
+2
*
Change std::wstring to string16 on WidgetDelegate::GetWindowTitle
yosin@chromium.org
2011-09-28
10
-28
/
+36
*
Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...
yosin@chromium.org
2011-09-28
10
-36
/
+28
*
Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.
yosin@chromium.org
2011-09-28
10
-28
/
+36
*
Use Widget's SetOpacity in BubbleView.
msw@chromium.org
2011-09-28
1
-19
/
+1
*
views: Convert NativeMenuGtk to use the new callback system.
tfarina@chromium.org
2011-09-27
2
-3
/
+5
*
views/examples: Move SplittedView implementation to source file.
tfarina@chromium.org
2011-09-27
2
-50
/
+57
*
Extend views example instance lifetimes over the main message loop.
msw@chromium.org
2011-09-27
4
-60
/
+34
*
Allow layers to be created without a compositor, creating this association wh...
ben@chromium.org
2011-09-27
1
-1
/
+1
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2011-09-27
2
-0
/
+4
*
touchui: Fix --touch-devices flag.
sadrul@chromium.org
2011-09-27
3
-13
/
+11
*
Gets views_unittests to work when aura is defined, and adds coverage
sky@chromium.org
2011-09-27
4
-28
/
+135
*
Do not allocate a texture if hole covers entire layer.
pkotwicz@chromium.org
2011-09-27
3
-7
/
+3
*
views: Add protected virtual destructor to TabbedPaneListener.
tfarina@chromium.org
2011-09-27
1
-0
/
+3
*
Adds support for activation to aura.
sky@chromium.org
2011-09-27
2
-1
/
+24
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
20
-1948
/
+323
*
Redesignate checkmark resource and add themed IDR_INPUT_GOOD image
rbyers@chromium.org
2011-09-26
1
-1
/
+1
*
menu: Rename NativeMenuLinux to NativeMenuViews, and use it for aura.
sadrul@chromium.org
2011-09-26
4
-100
/
+30
*
ui/gfx: Refactor favicon_size.h
tfarina@chromium.org
2011-09-26
2
-2
/
+4
[next]