summaryrefslogtreecommitdiffstats
path: root/views/controls/tabbed_pane
Commit message (Expand)AuthorAgeFilesLines
* views: Move tabbed_pane directory to ui/views/controls/.tfarina@chromium.org2011-11-259-1281/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-224-7/+7
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-214-7/+7
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-214-7/+7
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-182-2/+2
* views: Move ime and test directories to ui/views.tfarina@chromium.org2011-11-171-2/+2
* Fix test setup for TabbedPaneTest.mnissler@chromium.org2011-11-141-19/+7
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-142-5/+4
* Fix typo. DISBLED->DISABLEDnsylvain@chromium.org2011-11-131-1/+1
* AddRemove is failing the same way as TabbedPaneTest.SizeAndLayout on win7.nsylvain@chromium.org2011-11-131-2/+4
* Disable TabbedPaneTest.SizeAndLayout on windows as it is failing on Win7.nsylvain@chromium.org2011-11-131-1/+8
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-1/+1
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* views: Remove utf_string_conversions.h from tabbed_pane as it's no longer nec...tfarina@chromium.org2011-09-291-6/+3
* views: Fix views examples tab titles to not look garbage on Windows.tfarina@chromium.org2011-09-291-2/+1
* views: Change TabbedPane::AddTab() to string16.tfarina@chromium.org2011-09-298-31/+36
* views: Add protected virtual destructor to TabbedPaneListener.tfarina@chromium.org2011-09-271-0/+3
* views: Get rid of TabbedPane::CreateWrapper().tfarina@chromium.org2011-09-212-8/+3
* views: Add unittests for the TabbedPane operations.tfarina@chromium.org2011-09-201-1/+43
* Move input_method to widgetoshima@google.com2011-08-231-1/+0
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-152-5/+5
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-3/+9
* Re-land:ben@chromium.org2011-06-161-4/+2
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-2/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+2
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-132-5/+0
* Eliminate Window completely.ben@chromium.org2011-06-131-5/+6
* views: Use DCHECK_EQ where possible.tfarina@chromium.org2011-06-111-1/+2
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-081-1/+1
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-1/+1
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-212-4/+6
* Move RootView to the internal namespace.ben@chromium.org2011-05-202-11/+8
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-201-1/+1
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-192-3/+2
* Re-land:ben@chromium.org2011-05-134-11/+11
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-134-11/+11
* Split the hierarchy. ben@chromium.org2011-05-134-11/+11
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-271-4/+5
* Rename CreateParams to InitParams.ben@chromium.org2011-04-262-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-262-5/+6
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-0/+2
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-3/+3
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-283-12/+11
* views: Cleanup TabbedPane class.tfarina@chromium.org2011-03-186-98/+119
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-142-14/+28
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-1/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1