summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix remaining views_unittestsben@chromium.org2011-06-081-12/+12
* Fix views_unittests bustage.ben@chromium.org2011-06-081-1/+1
* Fix bustageben@chromium.org2011-06-081-1/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-0838-890/+721
* re-landing after clang fix. clang bot is red due to bus error in linker.oshima@google.com2011-06-082-18/+18
* Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-06-083-25/+39
* Revert 88271, this broke the clang build thusly:thakis@chromium.org2011-06-082-19/+19
* Wait showing html dialog until renderre finish painting after page is loaded.oshima@google.com2011-06-082-19/+19
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-084-14/+14
* Reverse menu anchor position provided to views::MenuItemView for RTL languages.rhashimoto@chromium.org2011-06-072-3/+12
* Fix selection boundsoshima@google.com2011-06-071-1/+2
* Fix touch compile after some button cleanup (r88149).sadrul@chromium.org2011-06-071-1/+1
* Cleanup:pkasting@chromium.org2011-06-073-126/+112
* ui/base/models: Simplify TreeNode::GetIndexOf() member function.tfarina@chromium.org2011-06-072-1/+4
* views: Use for() loop instead of while() in View dtor.tfarina@chromium.org2011-06-061-5/+4
* views: Add unittests for View::GetIndexOf() member function.tfarina@chromium.org2011-06-061-3/+40
* Make panels adjust their positions when display settings or work area has bee...jianli@chromium.org2011-06-063-1/+12
* Adds View::OnWillCompositeTexture that is invoked before a texture issky@chromium.org2011-06-063-0/+14
* keyboard: Fix visibility.sadrul@chromium.org2011-06-061-2/+5
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-063-13/+45
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-065-42/+33
* Add some missing view class name to better debug view miletus@chromium.org2011-06-034-0/+33
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* First draft of patch for setting texture_needs_updating_.wjmaclean@chromium.org2011-06-034-2/+55
* Remove unused multiline attribute in textfield. Need to be pushed only *after...saintlou@chromium.org2011-06-036-181/+38
* views: Use ViewVector typedef instead of std::vector<View*> in view.*tfarina@chromium.org2011-06-032-6/+7
* * An edit for SetText needs to be merged with previous edit tooshima@google.com2011-06-0313-64/+334
* Fix bug 84529: Regression - The browser loses its focus when a desktop notifi...jianli@chromium.org2011-06-031-1/+1
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-039-91/+83
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0328-353/+379
* views: Fix some comments of the Tree View API.tfarina@chromium.org2011-06-032-15/+14
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0228-379/+353
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0228-353/+379
* Adds ability for a view to paint to a texture even it if doesn't havesky@chromium.org2011-06-022-3/+26
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-024-2/+26
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-025-21/+14
* views: Make |focusable_| a private data member instead of a protected one.tfarina@chromium.org2011-06-024-7/+7
* TextStyles in TextfieldViewsoshima@google.com2011-06-0117-213/+779
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-0118-377/+339