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
*
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
*
Fix painting glitch by suppressing non-client painting for WindowWins only wh...
ben@chromium.org
2011-04-24
1
-1
/
+4
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
9
-17
/
+34
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
9
-34
/
+17
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
8
-13
/
+30
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
8
-30
/
+13
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
4
-12
/
+14
*
Adds widget_delegate.cc to appease the clang bot.
sky@chromium.org
2011-04-20
2
-5
/
+33
*
Refactors login window widget creation methods into platform specific methods.
sky@chromium.org
2011-04-20
5
-5
/
+34
*
Maintain the list of devices all in one place.
sadrul@chromium.org
2011-04-20
1
-0
/
+5
*
Changes the overview classes not to subclass WidgetGtk.
sky@chromium.org
2011-04-20
1
-0
/
+2
*
Centralizes checking for non-null return from CreateWindow.
sky@chromium.org
2011-04-19
2
-0
/
+6
*
Removes code added to track down crash. The crash seems to have
sky@chromium.org
2011-04-15
5
-102
/
+1
*
Prefer UTF8 strings over ASCII strings when requesting text from a
zork@chromium.org
2011-04-14
1
-9
/
+9
*
Adds yet more debugging code.
sky@chromium.org
2011-04-13
1
-1
/
+16
*
Pull content from TabContentsViewViews into NativeTabContentsViewWin.
ben@chromium.org
2011-04-12
7
-0
/
+32
*
Adds more debugging code in hopes of figuring out a crash. Most common
sky@chromium.org
2011-04-11
1
-2
/
+6
*
Reenable FREEZE_UPDATE property
oshima@google.com
2011-04-11
2
-4
/
+62
*
Adds more debugging code in hopes of figuring out a crash. Sorry for
sky@chromium.org
2011-04-08
4
-1
/
+67
*
Combine WidgetWin KeyEvent handlers.
msw@chromium.org
2011-04-08
2
-17
/
+6
*
Don't store/restore focus when window is activated/deactivated on linux.
oshima@google.com
2011-04-07
1
-5
/
+0
*
RTL window styles was being set on too many HWNDs. This inverts the default. ...
ben@chromium.org
2011-04-06
1
-2
/
+2
*
Fix WidgetWin MouseWheelEvent handling.
msw@chromium.org
2011-04-06
2
-19
/
+4
*
Added SchedulePaint in BrowserView::OnWindowActivationChanged
wyck@chromium.org
2011-04-06
1
-1
/
+3
*
Temporarily disaling FREEZE_UPDATE property
oshima@google.com
2011-04-05
1
-0
/
+4
*
rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint
vandebo@chromium.org
2011-04-05
1
-1
/
+2
*
Transform GdkEvents for simpler MouseEvent construction.
msw@chromium.org
2011-04-05
4
-59
/
+27
*
Consolidate constrained window code into a cross platform base class.
ben@chromium.org
2011-04-04
1
-1
/
+2
*
Fix for regressions caused by FREEZE_UPDATE property
oshima@google.com
2011-04-04
2
-0
/
+8
*
Refactor RenderWidgetHostViewViews to use the new input method API for Views.
suzhe@google.com
2011-04-01
2
-5
/
+12
*
Consolidate cross platform logic into MenuHost.
ben@chromium.org
2011-04-01
7
-80
/
+90
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
7
-57
/
+254
*
Notify child widgets before and after a reparenting.
asanka@chromium.org
2011-03-31
2
-0
/
+37
*
New InputMethod api for Views.
suzhe@google.com
2011-03-31
3
-0
/
+56
*
Fix clang failure; out-of-line a virtual.
msw@chromium.org
2011-03-31
2
-1
/
+5
*
Consolidate Widget Event code, other cleanup.
msw@chromium.org
2011-03-31
12
-405
/
+189
*
Fix for paint issue on initial screen.
oshima@google.com
2011-03-31
2
-10
/
+70
*
Make MenuHost concrete, hide platform specific implementation behind NativeMe...
ben@chromium.org
2011-03-31
1
-0
/
+10
*
The native tabbed pane was not showing its content window upon creation,
rogerta@chromium.org
2011-03-31
1
-1
/
+1
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
1
-2
/
+2
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
4
-22
/
+24
[next]