summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* views/examples: Move the implementation of TableExample to source file.tfarina@chromium.org2011-06-203-136/+182
* Re-land:ben@chromium.org2011-06-171-19/+12
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-2/+7
* Changing uses of NativeButton to use NativeTextButton, which does not use arogerta@chromium.org2011-06-173-5/+113
* Make NativeWidgetViews::SchedulePaintInRect usesky@chromium.org2011-06-173-1/+8
* views: Change the check in View::AddChildViewAt() to CHECK_NE.tfarina@chromium.org2011-06-161-1/+1
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-169-26/+51
* Add pressure information to touch event.miletus@chromium.org2011-06-166-25/+101
* Mark the parent texture dirty when a child view starts using its own texture.sadrul@chromium.org2011-06-161-0/+5
* SetMsgHandled in NativeWidgetWin::OnAppCommand based on WidgetDelegate handling.msw@chromium.org2011-06-161-3/+2
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-1613-1/+109
* Re-land:ben@chromium.org2011-06-1626-354/+468
* Create the InputMethod when it is first requested by a child view.penghuang@chromium.org2011-06-161-16/+15
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-1526-468/+354
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-1526-354/+468
* added right click check.shinyak@google.com2011-06-151-2/+2
* Convert the native separator to a regular view. Also, lighten it a bit in color.finnur@chromium.org2011-06-152-91/+14
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Use MouseWheelEvent for mouse wheel eventoshima@google.com2011-06-141-1/+1
* Revert 89076 - Make sure custom frame windows paint as active when they're ac...ben@chromium.org2011-06-141-11/+11
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-1413-57/+77
* Make sure custom frame windows paint as active when they're activated.ben@chromium.org2011-06-141-11/+11
* Widget::GetCurrentEvent() to get hold of the current input event being proces...sadrul@chromium.org2011-06-142-1/+55
* views: Use data member View::parent_ where possible instead of calling View::...tfarina@chromium.org2011-06-141-27/+23
* NULL check this since it may be called after the delegate is NULL'ed out?ben@chromium.org2011-06-141-1/+4
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-1318-106/+69
* Eliminate Window completely.ben@chromium.org2011-06-1362-1133/+428
* Disables tooltips if we can't create the tooltip window. I still don'tsky@chromium.org2011-06-137-36/+26
* Change profile menu button to avatar buttonsail@chromium.org2011-06-132-15/+15
* Turn browser off by default on ChromeOS.wjmaclean@chromium.org2011-06-131-0/+4
* Update rich touch information to conform to standardsadrul@chromium.org2011-06-133-71/+36
* Add OVERRIDE to ui::TreeModelObserver overridden methods.tfarina@chromium.org2011-06-132-8/+10
* views: Use DCHECK_EQ where possible.tfarina@chromium.org2011-06-112-2/+3
* views: Drop the prefix "is_" from View::is_visible_ member variable.tfarina@chromium.org2011-06-112-8/+8
* Revert 88683 - Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-107-107/+6
* Draw a NativeTextfieldViews drop location cursor.msw@chromium.org2011-06-105-56/+54
* views: Simplify View::RemoveAllChildViews() function implementation.tfarina@chromium.org2011-06-092-10/+14
* Disable animation for buttons on hover (r88176 and r88149).sadrul@chromium.org2011-06-091-0/+1
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-0919-929/+767
* views: Add unittests for View::RemoveAllChildViews() method.tfarina@chromium.org2011-06-091-0/+33
* views: STL iterator cleanups in View class.tfarina@chromium.org2011-06-091-18/+20
* views: Fix r88539 by renaming the variable from child_count to just count.tfarina@chromium.org2011-06-091-3/+3
* views: Use child_count() instead of static_cast<int>(...).tfarina@chromium.org2011-06-091-1/+1
* Adding a new window type for frameless non-transient top level windows, used ...ben@chromium.org2011-06-093-3/+18
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-094-1/+14
* Last views_unittests fix.ben@chromium.org2011-06-081-4/+6
* Turn on -Wdelete-non-virtual-dtor for chromeos as well.thakis@chromium.org2011-06-081-2/+2
* views: Make MenuDelegate constructor virtual.thakis@chromium.org2011-06-082-0/+4