summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-0113-35/+29
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-0111-54/+97
* Completely removed if (widget_) in ~NativeWidgetGtk()glotov@google.com2011-06-011-8/+1
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-0115-111/+133
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-0118-154/+153
* Use the right version of IsEnabled() when updating the color of a TextButtonzork@chromium.org2011-06-011-3/+1
* Move methods from WindowDelegate onto WidgetDelegate.ben@chromium.org2011-05-314-221/+232
* views: Make View::GetVisibleBounds() a const method.tfarina@chromium.org2011-05-312-7/+5
* Reverting explicit RemoveObserver in dtor of WidgetGtkglotov@google.com2011-05-311-3/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-314-14/+35
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-274-4/+4
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-2727-99/+89
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-2718-94/+105
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-274-12/+26
* Fixes bug in updating only part of a texture and removes irrelevant TODO.sky@chromium.org2011-05-271-1/+0
* Couple more wrench menu issues. The patch I sent around a couple ofsky@chromium.org2011-05-271-1/+7
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-2718-409/+310
* views: Make |accessibility_focusable_| a private data member instead of a pro...tfarina@chromium.org2011-05-272-16/+12
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-2718-310/+409
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-2618-409/+310
* views: Move some protected data member variables to the private section instead.tfarina@chromium.org2011-05-262-14/+12
* Rough cut at window activation.ben@chromium.org2011-05-2611-12/+155
* views: Cleanup parent_owned getter/setter accessors.tfarina@chromium.org2011-05-262-17/+12
* views: Run desktop on linux.sadrul@chromium.org2011-05-262-1/+6
* Add a desktop test harness.ben@chromium.org2011-05-268-0/+522
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-266-19/+18
* views: Get rid of View::SetParent() method.tfarina@chromium.org2011-05-262-12/+3
* Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdefsky@chromium.org2011-05-262-3/+2
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-2511-7/+388
* Another clang build fix for r86677.rhashimoto@chromium.org2011-05-251-1/+1
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-252-3/+3
* Fix clang build for r86677.rhashimoto@chromium.org2011-05-252-3/+5
* Fix clang build for http://codereview.chromium.org/7067032/.rhashimoto@chromium.org2011-05-253-0/+13