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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...
ben@chromium.org
2011-07-07
11
-9
/
+435
*
Push (not pull) window geometry for the compositor.
backer@chromium.org
2011-07-06
2
-5
/
+22
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
13
-71
/
+230
*
Reverted 7285007 now that r91197 has landed
saintlou@chromium.org
2011-06-30
1
-2
/
+4
*
Handle fake GTK events gracefully.
oshima@google.com
2011-06-30
1
-1
/
+6
*
Fixed for touch build
saintlou@chromium.org
2011-06-30
1
-4
/
+2
*
As per oshima:
saintlou@chromium.org
2011-06-30
1
-0
/
+4
*
Fix bug where NativeWidgetViews wasn't setting bounds of
sky@chromium.org
2011-06-29
1
-0
/
+1
*
Make cursor a bit more visible a bit more often
saintlou@chromium.org
2011-06-29
1
-2
/
+3
*
Views views_unittests native widget tests leak
dhollowa@chromium.org
2011-06-29
4
-36
/
+38
*
Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()
saintlou@chromium.org
2011-06-29
2
-3
/
+2
*
Implement SetTooltipText in RWHVV
varunjain@chromium.org
2011-06-28
2
-0
/
+10
*
Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...
ben@chromium.org
2011-06-28
8
-32
/
+30
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
7
-38
/
+3
*
Always show keyboard when an editable element is touched.
mazda@chromium.org
2011-06-28
1
-0
/
+6
*
A views only implementation of tooltips. In the views world, tooltips are drawn
varunjain@chromium.org
2011-06-27
5
-4
/
+299
*
Fix virtual keyboard issue with login screen.
penghuang@chromium.org
2011-06-27
1
-0
/
+2
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
1
-1
/
+1
*
Adds the ability to animate transforms/bounds to View.
sky@chromium.org
2011-06-23
2
-2
/
+4
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
6
-14
/
+58
*
Fix build.
ben@chromium.org
2011-06-21
2
-2
/
+6
*
Change NativeWidgetViews' constructor to not take a parent View. The embeddin...
ben@chromium.org
2011-06-21
5
-18
/
+12
*
Re-land:
ben@chromium.org
2011-06-17
1
-19
/
+12
*
Make NativeWidgetViews::SchedulePaintInRect use
sky@chromium.org
2011-06-17
3
-1
/
+8
*
Fix even more crashes. To help identify remaining crashes now and in the futu...
ben@chromium.org
2011-06-16
3
-12
/
+12
*
SetMsgHandled in NativeWidgetWin::OnAppCommand based on WidgetDelegate handling.
msw@chromium.org
2011-06-16
1
-3
/
+2
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
9
-0
/
+23
*
Re-land:
ben@chromium.org
2011-06-16
14
-319
/
+437
*
Create the InputMethod when it is first requested by a child view.
penghuang@chromium.org
2011-06-16
1
-16
/
+15
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
14
-437
/
+319
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
14
-319
/
+437
*
Use MouseWheelEvent for mouse wheel event
oshima@google.com
2011-06-14
1
-1
/
+1
*
Revert 89076 - Make sure custom frame windows paint as active when they're ac...
ben@chromium.org
2011-06-14
1
-11
/
+11
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
7
-16
/
+47
*
Make sure custom frame windows paint as active when they're activated.
ben@chromium.org
2011-06-14
1
-11
/
+11
*
Widget::GetCurrentEvent() to get hold of the current input event being proces...
sadrul@chromium.org
2011-06-14
2
-1
/
+55
*
NULL check this since it may be called after the delegate is NULL'ed out?
ben@chromium.org
2011-06-14
1
-1
/
+4
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
1
-2
/
+1
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
13
-142
/
+221
*
Disables tooltips if we can't create the tooltip window. I still don't
sky@chromium.org
2011-06-13
6
-35
/
+24
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
3
-15
/
+0
*
Move last of event handlers down to NativeWidgetWin/Gtk.
ben@chromium.org
2011-06-09
11
-16
/
+764
*
Adding a new window type for frameless non-transient top level windows, used ...
ben@chromium.org
2011-06-09
3
-3
/
+18
*
First draft to enable turning off compositor for unit tests.
wjmaclean@chromium.org
2011-06-09
1
-1
/
+2
*
Last views_unittests fix.
ben@chromium.org
2011-06-08
1
-4
/
+6
*
Turn on -Wdelete-non-virtual-dtor for chromeos as well.
thakis@chromium.org
2011-06-08
1
-2
/
+2
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
15
-46
/
+661
*
re-landing after clang fix. clang bot is red due to bus error in linker.
oshima@google.com
2011-06-08
2
-18
/
+18
*
Revert 88271, this broke the clang build thusly:
thakis@chromium.org
2011-06-08
2
-19
/
+19
*
Wait showing html dialog until renderre finish painting after page is loaded.
oshima@google.com
2011-06-08
2
-19
/
+19
[next]