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
/
focus
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
1
-6
/
+4
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
2
-7
/
+12
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
2
-4
/
+4
*
touch: Fix compile for the new MouseEvent ctors (r77221).
sadrul@chromium.org
2011-03-08
1
-4
/
+8
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
1
-1
/
+1
*
Set the focus change reason even if calling SetFocusedViewWithReason on a
dmazzoni@chromium.org
2011-03-07
1
-2
/
+3
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
2
-1
/
+6
*
Two things:
ben@chromium.org
2011-03-04
1
-3
/
+1
*
One more chromeos fix for the InitWindow rename.
thakis@chromium.org
2011-03-04
1
-1
/
+1
*
Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...
ben@chromium.org
2011-03-03
1
-2
/
+4
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
2
-5
/
+5
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
3
-9
/
+7
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
3
-7
/
+9
*
touchui: Fix building on a buildbot.
sadrul@chromium.org
2011-02-25
1
-2
/
+4
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
1
-7
/
+7
*
These files were meant to go with my change here http://codereview.chromium.o...
ben@chromium.org
2011-02-24
1
-4
/
+4
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
2
-25
/
+9
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
3
-45
/
+20
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
2
-6
/
+6
*
Removing the experimental Chrome extension popup API. This API will not be ad...
twiz@chromium.org
2011-02-14
1
-1
/
+1
*
Fix small incompatibility issues with Visual Studio 2010.
jeanluc@chromium.org
2011-02-14
1
-9
/
+27
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
2
-6
/
+6
*
touch: Fix build after NativeEvent2 change.
sadrul@chromium.org
2011-02-11
1
-1
/
+2
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
3
-7
/
+4
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
2
-3
/
+3
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-11
1
-3
/
+3
*
Revert 74518 - Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-3
/
+3
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-3
/
+3
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
4
-14
/
+13
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-5
/
+6
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-6
/
+5
*
Move Event files into views/events
ben@chromium.org
2011-02-09
2
-2
/
+2
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
3
-16
/
+12
*
touch: Fix wheel scrolling for xinput2.
sadrul@google.com
2011-02-08
1
-0
/
+8
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
3
-3
/
+3
*
touch: Hide the X cursor when not in use.
sadrul@chromium.org
2011-01-26
1
-18
/
+48
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
1
-32
/
+3
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
2
-4
/
+4
*
Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...
sadrul@chromium.org
2011-01-20
1
-3
/
+32
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
1
-32
/
+3
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
1
-3
/
+3
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-1
/
+1
*
Add some OWNERS files.
ben@chromium.org
2011-01-14
1
-0
/
+1
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
1
-1
/
+3
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
4
-56
/
+56
*
views (linux): Fix keyboard shortcuts.
sadrul@chromium.org
2011-01-04
1
-19
/
+1
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
2
-2
/
+0
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-2
/
+3
*
touch: Fix buildbot.
sadrul@chromium.org
2010-12-28
1
-2
/
+4
*
touch: Fix switching focus among fields in webpages.
sadrul@chromium.org
2010-12-21
1
-10
/
+18
[next]