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
*
Notify child widgets before and after a reparenting.
asanka@chromium.org
2011-03-31
3
-21
/
+40
*
Add newline to end of file.
ben@chromium.org
2011-03-31
1
-1
/
+2
*
New InputMethod api for Views.
suzhe@google.com
2011-03-31
18
-1
/
+1746
*
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
21
-516
/
+295
*
Fix for paint issue on initial screen.
oshima@google.com
2011-03-31
4
-10
/
+96
*
TextButton inside NativeButton for the touch case
saintlou@chromium.org
2011-03-31
10
-57
/
+140
*
fix bustage
ben@chromium.org
2011-03-31
1
-1
/
+1
*
Make MenuHost concrete, hide platform specific implementation behind NativeMe...
ben@chromium.org
2011-03-31
11
-70
/
+234
*
The native tabbed pane was not showing its content window upon creation,
rogerta@chromium.org
2011-03-31
1
-1
/
+1
*
Adding a comment to explain a non-obvious fallthrough to another case statement.
finnur@chromium.org
2011-03-31
1
-0
/
+1
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
11
-57
/
+56
*
Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case.
dhollowa@chromium.org
2011-03-30
10
-143
/
+57
*
Revert 79768 - Fixed Clang error to http://codereview.chromium.org/6770014/
dhollowa@chromium.org
2011-03-30
1
-2
/
+5
*
Fixed Clang error to http://codereview.chromium.org/6770014/
dhollowa@chromium.org
2011-03-30
1
-5
/
+2
*
This CL wraps TextButton inside NativeButton for the touch case.
saintlou@chromium.org
2011-03-29
10
-57
/
+143
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
35
-213
/
+205
*
Add focused property to chrome.windows.create extension API.
jennb@chromium.org
2011-03-28
5
-2
/
+24
*
Changes windows menu to strip out tabs in the string. Windows
sky@chromium.org
2011-03-28
1
-0
/
+4
*
Fix bustage by initializing variable.
ben@chromium.org
2011-03-28
1
-1
/
+1
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
11
-57
/
+75
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
26
-44
/
+44
*
Fix caret bounds to use min of available height and font height.
oshima@google.com
2011-03-25
1
-1
/
+4
*
Tweak XInput2 event subscription
rbyers@chromium.org
2011-03-25
1
-1
/
+4
*
Modify #include order slightly to clearly put ATL headers first.
pkasting@chromium.org
2011-03-25
1
-4
/
+3
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-24
7
-18
/
+26
*
Revert 79211 - Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
7
-26
/
+18
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
7
-18
/
+26
*
Refactor Textfield and AutocompleteEditViewViews.
suzhe@google.com
2011-03-23
5
-125
/
+67
*
Amending issue 6716024
saintlou@chromium.org
2011-03-23
2
-6
/
+5
*
touch: Detect touch device, and listen for events on floating devices.
sadrul@chromium.org
2011-03-23
1
-0
/
+17
*
Refactor: Move gfx/compositor* to gfx/compositor/
backer@chromium.org
2011-03-23
3
-3
/
+4
*
Fix for issue =76919 and added --keep-mouse-cursor (76976)
saintlou@chromium.org
2011-03-23
3
-1
/
+22
*
Lands http://codereview.chromium.org/2928005/ for Dill:
sky@chromium.org
2011-03-22
1
-1
/
+2
*
views: Move MessageBoxView into the namespace views.
tfarina@chromium.org
2011-03-22
4
-43
/
+52
*
Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.
suzhe@google.com
2011-03-21
7
-1
/
+342
*
WinDDK ATL and MSVC express 2008/2005 compatability
mark@chromium.org
2011-03-21
1
-2
/
+10
*
Fixes an "inverse sense" glitch in SetCreateParams(). We should only set WS_E...
ben@chromium.org
2011-03-21
1
-1
/
+1
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
15
-102
/
+155
*
Forward mouse wheel events to submenus
oshima@google.com
2011-03-19
3
-1
/
+23
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
12
-132
/
+164
*
WidgetGtk: connect to "map" signal instead of "show".
sadrul@chromium.org
2011-03-18
2
-2
/
+8
*
Makes dragging multiple discontingious tabs animate the tabs into
sky@chromium.org
2011-03-18
2
-0
/
+14
*
Fixes bug where if you click on the bookmark bubble, then change the
sky@chromium.org
2011-03-17
2
-0
/
+10
*
[cros] Fix accelerator keys when using non-US/Latin keyboard layouts.
suzhe@google.com
2011-03-17
1
-2
/
+2
*
Fix bug with drop arrow updating on the tabstrip. See comment in widget_win.cc
ben@chromium.org
2011-03-17
2
-3
/
+16
*
Force an expose event from the "show" callback.
sadrul@chromium.org
2011-03-17
1
-0
/
+6
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-2
/
+3
*
Moving over to other folder button while opening folder menu should open the ...
oshima@google.com
2011-03-16
4
-24
/
+48
*
Fix window activation when closing a modal dialog box. It turns out GetForegr...
ben@chromium.org
2011-03-16
2
-12
/
+21
[next]