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
*
Parse Windows mouse drag events.
msw@chromium.org
2011-04-29
1
-1
/
+7
*
Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixing
sky@chromium.org
2011-04-28
2
-0
/
+3
*
Support creating panel on windows. Also allow dragging panels to rearrange
jianli@chromium.org
2011-04-28
1
-7
/
+26
*
Fix one case where default Non-client painting can occur... before a window i...
ben@chromium.org
2011-04-28
1
-1
/
+2
*
Create InitParams for Window.
ben@chromium.org
2011-04-28
10
-82
/
+101
*
Revert 83373 - Resubmitting change to fix a build break in the arm builder. ...
rogerta@chromium.org
2011-04-28
19
-1033
/
+244
*
Resubmitting change to fix a build break in the arm builder. The only change
rogerta@chromium.org
2011-04-28
19
-244
/
+1033
*
Hack to fix incomplete redrawing of content area during window activation. Fo...
ben@chromium.org
2011-04-28
1
-0
/
+22
*
Trigger find in page when pasting even if the text is not changed.
suzhe@google.com
2011-04-28
5
-95
/
+108
*
Remove ibus checking script from views.gyp and add use_ibus=1 option
penghuang@chromium.org
2011-04-27
1
-8
/
+5
*
Fixes timing issue with when MenuClosed is sent to the
sky@chromium.org
2011-04-27
1
-3
/
+3
*
Step 5 in native theme refactoring
rogerta@chromium.org
2011-04-27
4
-50
/
+49
*
Update all states when wrapper is created.
oshima@google.com
2011-04-27
4
-15
/
+18
*
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
11
-63
/
+32
*
Revert 83110 - Add classes for native themed push buttons, radio buttons, and...
rogerta@chromium.org
2011-04-27
19
-1021
/
+244
*
Add classes for native themed push buttons, radio buttons, and checkboxes.
rogerta@chromium.org
2011-04-27
19
-244
/
+1021
*
Converts background_view from using WidgetGtk.
sky@chromium.org
2011-04-26
6
-0
/
+19
*
touch: Fix compile (after r83037).
sadrul@chromium.org
2011-04-26
1
-1
/
+1
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-26
1
-0
/
+1
*
Fixes crash in menu code that would happen if you attempted to show a
sky@chromium.org
2011-04-26
5
-25
/
+42
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
22
-66
/
+65
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
25
-543
/
+466
*
Refactor some mouse/wheel/touch XEvent handling.
msw@chromium.org
2011-04-26
1
-106
/
+31
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
12
-82
/
+47
*
wstring: remove wstring functions from base/i18n/rtl.h
evan@chromium.org
2011-04-25
2
-5
/
+7
*
Revert "Change status button menu"
saintlou@chromium.org
2011-04-25
6
-37
/
+7
*
views: Move LinkController into its own header file.
tfarina@chromium.org
2011-04-25
6
-38
/
+45
*
views: Add Link example.
tfarina@chromium.org
2011-04-25
4
-0
/
+82
*
Fix painting glitch by suppressing non-client painting for WindowWins only wh...
ben@chromium.org
2011-04-24
3
-3
/
+20
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
11
-45
/
+87
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
11
-87
/
+45
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
10
-41
/
+83
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
10
-83
/
+41
*
Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...
rhashimoto@chromium.org
2011-04-22
6
-7
/
+37
*
Add SubmenuView::magic_token_ and checks.
msw@chromium.org
2011-04-22
4
-26
/
+53
*
Select on slave pointers instead of master pointers.
saintlou@chromium.org
2011-04-21
1
-5
/
+7
*
remove unused class
saintlou@chromium.org
2011-04-21
9
-554
/
+0
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
6
-51
/
+54
*
Revert 82385 - this might be breaking the interactive_ui_tests on windows and...
nsylvain@chromium.org
2011-04-21
4
-51
/
+25
*
Adds widget_delegate.cc to appease the clang bot.
sky@chromium.org
2011-04-20
3
-5
/
+35
*
Add SubmenuView::magic_token_ and checks.
msw@chromium.org
2011-04-20
4
-25
/
+51
*
Refactors login window widget creation methods into platform specific methods.
sky@chromium.org
2011-04-20
11
-41
/
+51
*
Make sure the device list is kept up-to-date.
sadrul@chromium.org
2011-04-20
3
-19
/
+53
*
Maintain the list of devices all in one place.
sadrul@chromium.org
2011-04-20
3
-16
/
+137
*
Revert workaround. This was problematic because it is relying
saintlou@chromium.org
2011-04-20
1
-5
/
+1
*
Removing unused class. Deprecated when we moved to web ui prefs
saintlou@chromium.org
2011-04-20
6
-371
/
+0
*
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
12
-8
/
+33
*
Attempt at fixing menu crashes. I'm trying to fix three things:
sky@chromium.org
2011-04-19
2
-8
/
+44
[next]