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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
1
-27
/
+27
*
Add extra touch information and related API to views::TouchEvent.
miletus@chromium.org
2011-04-18
1
-4
/
+8
*
touch: Fix compile (regressed in r80024).
sadrul@chromium.org
2011-04-01
1
-2
/
+2
*
TextButton inside NativeButton for the touch case
saintlou@chromium.org
2011-03-31
1
-10
/
+10
*
Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case.
dhollowa@chromium.org
2011-03-30
1
-10
/
+10
*
This CL wraps TextButton inside NativeButton for the touch case.
saintlou@chromium.org
2011-03-29
1
-10
/
+10
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-8
/
+8
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-5
/
+2
*
Lands http://codereview.chromium.org/2928005/ for Dill:
sky@chromium.org
2011-03-22
1
-1
/
+2
*
Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...
stevet@google.com
2011-03-14
1
-10
/
+117
*
touch: Fix touch events bubbling up the hierarchy.
sadrul@chromium.org
2011-03-14
1
-0
/
+21
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
1
-9
/
+42
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
1
-1
/
+1
*
Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...
ben@chromium.org
2011-03-03
1
-22
/
+11
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-11
/
+22
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-22
/
+11
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-5
/
+5
*
Fix compile on windows.
sadrul@chromium.org
2011-02-24
1
-2
/
+2
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-0
/
+127
*
Fix ViewTest.MouseEvent by NULL checking widget_ in WidgetGtk::SetCursor.
ben@chromium.org
2011-02-23
1
-1
/
+1
*
temporarily disable ViewTest.MouseEvent while I fix.
ben@chromium.org
2011-02-23
1
-1
/
+1
*
Remove depricated arg |urgent| from SchedulePaintInRect calls.
msw@chromium.org
2011-02-23
1
-1
/
+1
*
More RootView cleanup:
ben@chromium.org
2011-02-23
1
-1
/
+6
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-8
/
+32
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
1
-0
/
+76
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-1
/
+1
*
views transformation: First cut.
sadrul@chromium.org
2011-02-15
1
-0
/
+43
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-1
/
+1
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
1
-8
/
+8
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
1
-8
/
+8
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
1
-1
/
+1
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-11
1
-4
/
+4
*
Revert 74518 - Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-4
/
+4
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-4
/
+4
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-22
/
+22
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-3
/
+3
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-3
/
+3
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-15
/
+10
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Only keep accelerators registered while the window is visible
asanka@chromium.org
2011-02-02
1
-0
/
+31
*
touch: Gesture manager receives the touch-sequence status.
sadrul@chromium.org
2011-01-19
1
-4
/
+17
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-3
/
+4
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-4
/
+4
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-4
/
+4
*
Compile and test TextfieldViews on win as well.
oshima@google.com
2011-01-12
1
-22
/
+3
*
Implement clipboard features in views textfield.
varunjain@chromium.org
2011-01-12
1
-38
/
+1
*
touchui: Gesture manager should ignore already handled touch events.
sadrul@chromium.org
2011-01-10
1
-11
/
+41
*
Move clipboard from app/ to ui/base
ben@chromium.org
2011-01-10
1
-12
/
+12
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
[next]