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
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
9
-27
/
+41
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-2
/
+2
*
Hook up more of the NativeWidgetViews.
ben@chromium.org
2011-05-24
4
-27
/
+197
*
Prototype compositor to render views to a texture using d3d 10. This
sky@chromium.org
2011-05-24
1
-1
/
+4
*
Add NativeWidgetViews. This is a stub implementation that mostly just defers ...
ben@chromium.org
2011-05-24
3
-0
/
+323
*
Fix compile on linux when ibus is available.
sadrul@chromium.org
2011-05-24
1
-2
/
+1
*
Fix touch compile after r86390.
sadrul@chromium.org
2011-05-24
1
-5
/
+2
*
Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...
hashimoto@chromium.org
2011-05-24
1
-5
/
+9
*
Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...
ben@chromium.org
2011-05-23
1
-2
/
+0
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
3
-22
/
+1
*
Address TBR review comments from sky.
ben@chromium.org
2011-05-20
2
-2
/
+4
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
14
-52
/
+69
*
Rename WindowWin|Gtk->NativeWindowWin|Gtk
ben@chromium.org
2011-05-19
4
-7
/
+6
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
17
-421
/
+459
*
Fix some rendering glitches in the custom frame by re-introducing nasty old c...
ben@chromium.org
2011-05-18
2
-11
/
+17
*
Re-land:
ben@chromium.org
2011-05-18
1
-2
/
+4
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Revert 85732 (broke build) - Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Synchronize window resize in MoveMouseToCenterAndPress on linux.
oshima@google.com
2011-05-18
1
-0
/
+2
*
Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...
ben@chromium.org
2011-05-18
1
-4
/
+2
*
Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.
ben@chromium.org
2011-05-17
1
-2
/
+4
*
Fixes more default non-client frame painting.
ben@chromium.org
2011-05-17
2
-0
/
+7
*
Revert 85528 - We were returning the wrong value of ShouldUseNativeFrame for ...
ben@chromium.org
2011-05-16
1
-2
/
+1
*
We were returning the wrong value of ShouldUseNativeFrame for popup windows w...
ben@chromium.org
2011-05-16
1
-1
/
+2
*
Added explicit RemoveObserver in dtor of WidgetGtk.
altimofeev@chromium.org
2011-05-16
1
-0
/
+3
*
Fix touch build.
sky@chromium.org
2011-05-13
1
-0
/
+1
*
Re-land:
ben@chromium.org
2011-05-13
13
-291
/
+432
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
13
-432
/
+291
*
Split the hierarchy.
ben@chromium.org
2011-05-13
13
-291
/
+432
*
Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-13
2
-16
/
+9
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-13
2
-9
/
+16
*
Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-12
2
-13
/
+9
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-12
2
-9
/
+13
*
Tweaks Compositor API. To make it possible to land this I've ifdef'd
sky@chromium.org
2011-05-10
7
-30
/
+83
*
Add a status-type for a mouse-event triggered by a touch event.
sadrul@chromium.org
2011-05-09
1
-3
/
+6
*
Trigger update for all GdkWindow's marked for repainting.
sadrul@chromium.org
2011-05-09
1
-1
/
+1
*
Add simple drag and drop to NativeTextfieldViews.
msw@chromium.org
2011-05-09
1
-2
/
+3
*
views: Remove using-directive of "views" to not make all names from the names...
tfarina@chromium.org
2011-05-06
1
-2
/
+5
*
Use single command line flag for all pure Views situations,
saintlou@chromium.org
2011-05-03
2
-1
/
+21
*
Rename View::GetCursor and simplify arguments.
msw@chromium.org
2011-05-03
3
-20
/
+17
*
Remove RootView::ConvertPointToMouseHandler.
sadrul@chromium.org
2011-05-02
2
-33
/
+4
*
Create InitParams for Window.
ben@chromium.org
2011-04-28
1
-2
/
+5
*
Migrates NotificationPanel code to using Widget API instead of
sky@chromium.org
2011-04-27
3
-0
/
+6
*
Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.
msw@chromium.org
2011-04-27
3
-15
/
+12
*
Converts background_view from using WidgetGtk.
sky@chromium.org
2011-04-26
6
-0
/
+19
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
10
-40
/
+39
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
10
-390
/
+324
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
9
-34
/
+17
[next]