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
/
ui
/
views
/
view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DIP translation from ui/aura to ui/compositor.
oshima@chromium.org
2012-05-08
1
-38
/
+5
*
ui: Move compositor/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-05
1
-3
/
+3
*
This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...
oshima@chromium.org
2012-04-27
1
-8
/
+50
*
views: Fix painting views with layers in RTL locale.
sadrul@chromium.org
2012-04-16
1
-5
/
+5
*
Replaced sk_canvas()->drawPath() with DrawPath()
pkotwicz@chromium.org
2012-04-10
1
-1
/
+1
*
* removed views debug paint that was used in NativeWidgetGtk.
oshima@chromium.org
2012-04-03
1
-7
/
+0
*
ash: Fix focus cycling in the login screen from the uber-tray.
sadrul@chromium.org
2012-03-21
1
-1
/
+2
*
Removing GTK code from ui/views.
saintlou@chromium.org
2012-03-21
1
-6
/
+0
*
views: Add a notification to a parent view when the visibility of a child vie...
sadrul@chromium.org
2012-03-19
1
-0
/
+4
*
ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.
tfarina@chromium.org
2012-03-13
1
-7
/
+7
*
views: Nuke is_mouse_gesture parameter from ContextMenuController::ShowContex...
tfarina@chromium.org
2012-03-11
1
-1
/
+1
*
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
tfarina@chromium.org
2012-03-09
1
-1
/
+1
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
1
-1
/
+1
*
Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...
finnur@chromium.org
2012-03-06
1
-1
/
+1
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
1
-1
/
+1
*
views: Allow a View to be notified of mouse-enter/leave events even if the mo...
sadrul@chromium.org
2012-03-05
1
-0
/
+1
*
Allow platform apps to specify a maximum size for the shell container.
jeremya@chromium.org
2012-03-01
1
-0
/
+4
*
Simplify some calls to gfx::Rect by using its gfx::Size ctor.
tfarina@chromium.org
2012-02-24
1
-2
/
+2
*
Experimental Extension Keybinding (first cut).
finnur@chromium.org
2012-02-23
1
-1
/
+2
*
ash: Allow dragging using touch/gesture events.
sadrul@chromium.org
2012-02-22
1
-3
/
+9
*
Fold views_compositor=1 into use_aura=1
piman@chromium.org
2012-01-28
1
-1
/
+1
*
Remove old (pre-webkit) compositor
piman@chromium.org
2012-01-27
1
-11
/
+0
*
Fix crash when |View::AddChildView()| is called on an existing child.
asvitkine@chromium.org
2012-01-27
1
-1
/
+10
*
Update selection when the menu is updated.
oshima@chromium.org
2012-01-24
1
-0
/
+13
*
Uses mechanism similar to tab.cc to paint the unique geometry of the find bar.
pkotwicz@chromium.org
2012-01-23
1
-6
/
+7
*
Aura Shell needs to exist on Mac
dhollowa@chromium.org
2012-01-19
1
-0
/
+2
*
Initial views touchui Gesture Recognizer support
vollick@google.com
2012-01-17
1
-0
/
+10
*
Revert 117869 - Initial views touchui Gesture Recognizer support
vollick@google.com
2012-01-17
1
-10
/
+0
*
Initial views touchui Gesture Recognizer support
vollick@chromium.org
2012-01-17
1
-0
/
+10
*
Fix bug where layers weren't getting reordered correctly in a
sky@chromium.org
2012-01-13
1
-2
/
+2
*
Add a CanHandleAccelerators() method to AcceleratorTarget.
asanka@chromium.org
2011-12-27
1
-7
/
+4
*
views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFoc...
tfarina@chromium.org
2011-12-23
1
-2
/
+2
*
views: Rename IsFocusableInRootView() to just IsFocusable().
tfarina@chromium.org
2011-12-20
1
-2
/
+2
*
views: Convert IsFocusable() to just focusable() since it's just a simple acc...
tfarina@chromium.org
2011-12-16
1
-6
/
+2
*
views: Rename IsVisibleInRootView() to IsDrawn().
tfarina@chromium.org
2011-12-14
1
-7
/
+6
*
views: Convert IsVisible() to just visible() since it's just a simple accessor.
tfarina@chromium.org
2011-12-14
1
-15
/
+11
*
views: Convert IsEnabled() to just enabled() since it's just a simple accessor.
tfarina@chromium.org
2011-12-12
1
-9
/
+4
*
views: Move the remaining file from views/ to ui/views/.
tfarina@chromium.org
2011-12-01
1
-2
/
+2
*
views: Move view.h to ui/views/.
tfarina@chromium.org
2011-11-30
1
-0
/
+2061
*
Remove src/ui/views.
tfarina@chromium.org
2011-10-26
1
-664
/
+0
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-1
/
+1
*
Aura: Combine cursor support for Linux and Windows
jamescook@chromium.org
2011-10-17
1
-1
/
+1
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-5
/
+0
*
View API/implementation cleanup:
pkasting@chromium.org
2011-02-22
1
-226
/
+171
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-3
/
+3
*
Switch to using FocusEvent for focus change notifications.
ben@chromium.org
2011-02-03
1
-2
/
+2
*
Method sorting.
ben@chromium.org
2011-02-03
1
-174
/
+176
*
Complete the Focus Manager hookup.
ben@chromium.org
2011-02-03
1
-0
/
+49
*
More FocusManager hookup.
ben@chromium.org
2011-02-03
1
-3
/
+8
*
Copy more focus manager into V2. Comment out a bunch of stuff and add stub im...
ben@chromium.org
2011-02-02
1
-0
/
+24
[next]