summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.rhashimoto@chromium.org2011-05-257-2/+535
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-2511-33/+47
* views: Fix an operator precedence error found by PVS Studio.thakis@chromium.org2011-05-251-1/+1
* Fixes couple of issues with bookmarks in wrench menu:sky@chromium.org2011-05-251-2/+7
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-256-18/+19
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-256-19/+18
* Chromeos: virtual destructors should have virtual keyword (part 4).hans@chromium.org2011-05-251-1/+1
* Chromeos: virtual destructors should have virtual keyword (part 3).hans@chromium.org2011-05-252-2/+2
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-253-3/+3
* Fix SkIntToScalar conversion.battre@chromium.org2011-05-251-3/+3
* Remove files that don't exist, and fix typos in gyp filessadrul@chromium.org2011-05-251-6/+0
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-247-30/+248
* Prototype compositor to render views to a texture using d3d 10. Thissky@chromium.org2011-05-241-1/+4
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-247-0/+399
* Make clicks work on views_examples with touchui.sadrul@chromium.org2011-05-242-2/+162
* Makes Background only create a brush when needed. This avoidssky@chromium.org2011-05-242-5/+13
* Fix compile on linux when ibus is available.sadrul@chromium.org2011-05-241-2/+1
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-0/+9
* Fix touch compile after r86390.sadrul@chromium.org2011-05-242-7/+2
* Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...hashimoto@chromium.org2011-05-244-23/+51
* Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...ben@chromium.org2011-05-231-2/+0
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-232-10/+32
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-2310-77/+95
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-215-10/+10