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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes code added to track down crash. The crash seems to have
sky@chromium.org
2011-04-15
1
-1
/
+1
*
Call OnVisibleBoundsChanged on the view itself as well as child views.
oshima@google.com
2011-04-14
1
-0
/
+5
*
Fixes bug in View::OnBoundsChange painting the old/new. The code
sky@chromium.org
2011-04-06
1
-7
/
+18
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
1
-2
/
+2
*
New InputMethod api for Views.
suzhe@google.com
2011-03-31
1
-0
/
+9
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-5
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Refactor: Move gfx/compositor* to gfx/compositor/
backer@chromium.org
2011-03-23
1
-1
/
+1
*
Have a helper class to automatically save and restore the canvas transformati...
sadrul@chromium.org
2011-03-15
1
-18
/
+41
*
Start working on compositor tree painting.
sadrul@chromium.org
2011-03-15
1
-28
/
+81
*
Clean up some event code:
msw@chromium.org
2011-03-14
1
-74
/
+75
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-43
/
+6
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
1
-15
/
+22
*
Fixed spelling and typos.
wyck@chromium.org
2011-03-09
1
-3
/
+3
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
1
-0
/
+53
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-4
/
+1
*
Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().
thakis@chromium.org
2011-03-04
1
-1
/
+1
*
Rename the methods in DragController.
thakis@chromium.org
2011-03-04
1
-3
/
+4
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-6
/
+27
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-27
/
+6
*
Clean up more of Widget.
ben@chromium.org
2011-03-03
1
-6
/
+10
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-4
/
+2
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-9
/
+2
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-63
/
+117
*
views: Factor out from View class some metric functions and constants into it...
tfarina@chromium.org
2011-02-24
1
-3
/
+0
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
1
-10
/
+18
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-15
/
+4
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-29
/
+16
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
1
-43
/
+52
*
Fix SkRectToRect.
sadrul@chromium.org
2011-02-16
1
-5
/
+1
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-39
/
+41
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
1
-8
/
+8
*
views transformation: First cut.
sadrul@chromium.org
2011-02-15
1
-3
/
+77
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-6
/
+6
*
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
-182
/
+124
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
1
-30
/
+24
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-35
/
+57
*
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
-900
/
+909
*
Only keep accelerators registered while the window is visible
asanka@chromium.org
2011-02-02
1
-1
/
+12
*
views: Move layout_manager.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
1
-2
/
+2
*
Delay deletion of view in View::DoRemoveChildView
battre@chromium.org
2011-01-25
1
-1
/
+3
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-2
/
+2
*
Move more dnd related files to ui/base
ben@chromium.org
2011-01-19
1
-6
/
+6
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-5
/
+4
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
1
-4
/
+4
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
1
-2
/
+2
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
1
-2
/
+3
[next]