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
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-4
/
+5
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
2
-10
/
+9
*
These files were meant to go with my change here http://codereview.chromium.o...
ben@chromium.org
2011-02-24
1
-1
/
+1
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-1
/
+2
*
views: Factor out from View class some metric functions and constants into it...
tfarina@chromium.org
2011-02-24
2
-1
/
+3
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
38
-272
/
+238
*
More RootView cleanup:
ben@chromium.org
2011-02-23
2
-13
/
+0
*
Fix glitch in menu painting due to incorrect override.
ben@chromium.org
2011-02-23
1
-1
/
+1
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
3
-4
/
+4
*
views: Remove Controller interface.
tfarina@chromium.org
2011-02-23
3
-73
/
+8
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-2
/
+1
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
2
-6
/
+10
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
2
-0
/
+6
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
43
-67
/
+67
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
3
-4
/
+4
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
4
-11
/
+11
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
4
-11
/
+11
*
Fix MenuClosed on views+gtk
piman@google.com
2011-02-11
1
-0
/
+2
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
6
-39
/
+18
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
4
-8
/
+8
*
views: Move more layout constants to the views namespace. Part 3.
tfarina@chromium.org
2011-02-10
1
-3
/
+3
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
23
-77
/
+81
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
13
-45
/
+41
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
13
-41
/
+45
*
views: Move more layout constants to the views namespace. Part 2.
tfarina@chromium.org
2011-02-09
1
-5
/
+5
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-09
3
-15
/
+42
*
Move Event files into views/events
ben@chromium.org
2011-02-09
7
-7
/
+7
*
touch: Fix compile after views API changes, and remove some dead code.
sadrul@chromium.org
2011-02-09
2
-13
/
+0
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
16
-76
/
+70
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
11
-14
/
+14
*
Make linux MouseWheelEvent consistent with win.
xiyuan@chromium.org
2011-02-08
2
-2
/
+2
*
Revert "Fix submenu arrow position for RTL"
oshima@google.com
2011-02-08
3
-41
/
+14
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-08
3
-14
/
+41
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
5
-9
/
+9
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
29
-63
/
+46
*
Make mouse wheel scrolling in views menu smoother.
xiyuan@chromium.org
2011-02-07
5
-3
/
+17
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
72
-119
/
+119
*
Added battery status update in drop-down when power is changed.
oshima@google.com
2011-02-03
1
-0
/
+2
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
3
-5
/
+46
*
views textfield: Show the correct cursor.
sadrul@chromium.org
2011-02-01
2
-16
/
+44
*
Fix crash in BookmarkMenuController::GetTooltipText that occurred
sky@chromium.org
2011-02-01
1
-0
/
+5
*
Lands http://codereview.chromium.org/6305001/ for Simon:
sky@chromium.org
2011-01-28
2
-1
/
+16
*
Hitting Tab should always move cursor to end of omnibox text.
suzhe@google.com
2011-01-28
1
-0
/
+1
*
Fix printing PDFs through right click on Mac and Linux. Looks like they both...
jam@chromium.org
2011-01-27
1
-16
/
+2
*
views: Move grid_layout files into layout directory. Final Part.
tfarina@chromium.org
2011-01-27
1
-1
/
+1
*
Implement double/triple click functionality in views textfield. Also changed ...
varunjain@chromium.org
2011-01-27
6
-9
/
+191
*
views: Move standard_layout.h into the layout directory.
tfarina@chromium.org
2011-01-26
1
-1
/
+2
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
3
-6
/
+6
*
Removes debugging code as cause of crash was found. I'm TBRing as this
sky@chromium.org
2011-01-24
1
-2
/
+2
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
17
-22
/
+22
[next]