summaryrefslogtreecommitdiffstats
path: root/views/controls/tabbed_pane
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-042-28/+14
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-032-14/+28
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-2/+4
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-4/+2
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-2/+4
* These files were meant to go with my change here http://codereview.chromium.o...ben@chromium.org2011-02-241-1/+1
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-1/+2
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-244-6/+6
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-162-3/+3
* Revert 74693. Changing approach.ben@chromium.org2011-02-142-4/+4
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-112-4/+4
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-092-7/+7