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
*
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
*
Fixes bug where we would some times not layout when we needed to.
sky@chromium.org
2010-10-25
1
-3
/
+8
*
Some cleanup of view accessibility and view accessibility wrapper.
ctguil@chromium.org
2010-10-22
1
-6
/
+3
*
Convert LOG(INFO) to VLOG(1) - views/.
pkasting@chromium.org
2010-10-20
1
-3
/
+3
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-10
/
+2
*
Added entry points to view/View to dispatch and process TouchEvents.
rjkroege@google.com
2010-09-08
1
-0
/
+16
*
Fixed error message bubbles according to the latest mocks
dpolukhin@chromium.org
2010-08-23
1
-0
/
+6
*
Misc. cleanup: simplify some code, add a few comments
pkasting@chromium.org
2010-08-13
1
-9
/
+3
*
Improvements to accessibility extension api support for "views":
dmazzoni@chromium.org
2010-08-06
1
-0
/
+7
*
Make theme change notifications auto-propagate through the view hierarchy, in...
pkasting@chromium.org
2010-07-27
1
-5
/
+6
*
Fixes regression in links ending up too small. The problem is that we
sky@chromium.org
2010-07-21
1
-9
/
+11
*
Relayout content pref page properly upon sync status changes.
mnissler@chromium.org
2010-07-15
1
-3
/
+24
*
Prevent non-visible views from getting focused.
mnissler@chromium.org
2010-07-14
1
-2
/
+3
*
Bye bye tab close dot, we hardly knew you.
sky@chromium.org
2010-07-07
1
-25
/
+8
*
Re-land r51526
mnissler@chromium.org
2010-07-05
1
-6
/
+3
*
Revert r51526 (Auto-size the views version of the options dialog.)
mnissler@chromium.org
2010-07-02
1
-3
/
+6
*
Auto-size the views version of the options dialog.
mnissler@chromium.org
2010-07-02
1
-6
/
+3
*
Canvas refactoring Phase 4a:
ben@chromium.org
2010-06-29
1
-6
/
+6
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-25
1
-7
/
+7
*
Revert 50784 - Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-7
/
+7
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-7
/
+7
*
Improve toolbar keyboard accessibility.
dmazzoni@chromium.org
2010-06-18
1
-3
/
+10
*
Attempt 2 at:
sky@chromium.org
2010-06-15
1
-8
/
+25
[next]