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
/
view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some infobar drawing glitches:
pkasting@chromium.org
2011-04-16
1
-0
/
+1
*
Some style changes (for readability).
sadrul@chromium.org
2011-04-14
1
-0
/
+3
*
New InputMethod api for Views.
suzhe@google.com
2011-03-31
1
-0
/
+11
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-5
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Start working on compositor tree painting.
sadrul@chromium.org
2011-03-15
1
-0
/
+23
*
Clean up some event code:
msw@chromium.org
2011-03-14
1
-10
/
+10
*
Remove NativeViewAccessibilityWin from the views namespace because
dmazzoni@chromium.org
2011-03-14
1
-4
/
+4
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-51
/
+15
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
1
-4
/
+4
*
Make Window class concrete (mostly).
ben@chromium.org
2011-03-05
1
-0
/
+1
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
1
-23
/
+13
*
Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().
thakis@chromium.org
2011-03-04
1
-3
/
+3
*
Rename the methods in DragController.
thakis@chromium.org
2011-03-04
1
-7
/
+8
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-15
/
+55
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-55
/
+15
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-8
/
+2
*
views: Remove unused View::IsPushed() method.
tfarina@chromium.org
2011-02-25
1
-4
/
+0
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-20
/
+45
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-4
/
+2
*
views: Factor out from View class some metric functions and constants into it...
tfarina@chromium.org
2011-02-24
1
-14
/
+0
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
1
-17
/
+7
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-9
/
+2
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-4
/
+4
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
1
-21
/
+22
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-27
/
+27
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
1
-22
/
+16
*
views transformation: First cut.
sadrul@chromium.org
2011-02-15
1
-1
/
+56
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-6
/
+5
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-1
/
+1
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-43
/
+36
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
1
-56
/
+15
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-68
/
+56
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Sort the methods in views into sections, and make .cc order match .h
ben@chromium.org
2011-02-05
1
-539
/
+634
*
Only keep accelerators registered while the window is visible
asanka@chromium.org
2011-02-02
1
-0
/
+4
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-1
/
+5
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-4
/
+16
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
1
-6
/
+6
*
Move OSExchangeData from src/app to src/ui/base/dragdrop
ben@chromium.org
2011-01-12
1
-1
/
+3
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
1
-1
/
+1
*
Removes unneeded forward declaration.
sky@chromium.org
2010-11-17
1
-1
/
+0
*
Some cleanup of view accessibility and view accessibility wrapper.
ctguil@chromium.org
2010-10-22
1
-6
/
+5
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-25
/
+13
*
Added entry points to view/View to dispatch and process TouchEvents.
rjkroege@google.com
2010-09-08
1
-1
/
+14
*
Fixed error message bubbles according to the latest mocks
dpolukhin@chromium.org
2010-08-23
1
-0
/
+3
*
Reland r54074.
dtseng@chromium.org
2010-07-30
1
-1
/
+6
*
Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).
rohitrao@chromium.org
2010-07-29
1
-6
/
+1
*
Add initial tests for keyboard access (tabbing in some dialogs).
dtseng@chromium.org
2010-07-28
1
-1
/
+6
*
Make theme change notifications auto-propagate through the view hierarchy, in...
pkasting@chromium.org
2010-07-27
1
-9
/
+13
[next]