summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* views: Change from wstring to string16 in controls/ directory.tfarina@chromium.org2011-10-217-28/+28
* Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...timurrrr@chromium.org2011-10-211-1/+1
* Fix for a memory leak in views/controls/native/native_view_host_gtk.cctimurrrr@chromium.org2011-10-211-1/+1
* views: Change Menu API to string16.tfarina@chromium.org2011-10-208-89/+92
* Turns on RWHVA.ben@chromium.org2011-10-201-0/+5
* views: Change MenuItemView API to string16.tfarina@chromium.org2011-10-204-43/+66
* views: Change TextButton API to string16.tfarina@chromium.org2011-10-193-9/+7
* Aura: Use same views menu setup on win_aura and linux_aurajamescook@chromium.org2011-10-1810-94/+195
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-2/+4
* Fix native view host accessibility. We should have been passing a pointer to ...dmazzoni@chromium.org2011-10-181-3/+4
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-184-13/+12
* Revert 105998 - views: Change TextButtonBase API to string16.sail@chromium.org2011-10-184-12/+13
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-184-13/+12
* Remove some unused temps.pkasting@chromium.org2011-10-172-2/+0
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-174-17/+29
* Get more of RenderWidgetHostViewAura running.ben@chromium.org2011-10-131-1/+0
* views: Change MenuButton API to string16.tfarina@chromium.org2011-10-122-4/+4
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-125-147/+139
* 1. change the setters of gfx::SelectionModel to be private. Set one alone mig...xji@google.com2011-10-1213-78/+275
* views: Change Checkbox API to string16.tfarina@chromium.org2011-10-124-7/+8
* Makes the views_unittests run without crashing on CHROME-OS TOUCH_UI.pkotwicz@chromium.org2011-10-121-0/+3
* views: Change RadioButton API to string16.tfarina@chromium.org2011-10-122-9/+6
* views: Get rid of std::wstring from table_view_unittest.cctfarina@chromium.org2011-10-111-20/+20
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-114-7/+7
* views: Some more layer change, and add/update some tests for layers.sadrul@chromium.org2011-10-111-9/+1
* views: Change MessageBoxView API to string16.tfarina@chromium.org2011-10-112-18/+18
* Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.jamescook@chromium.org2011-10-103-2/+28
* Multi-Profiels: Support high contrast mode in profile menusail@chromium.org2011-10-103-5/+11
* views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.tfarina@chromium.org2011-10-082-12/+10
* Simple clipboard support for auraoshima@chromium.org2011-10-071-46/+15
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-076-47/+52
* Remove DispatchNativeEvent in favor of GetDispatcher.oshima@chromium.org2011-10-071-2/+5
* Quick fix for NativeTextfieldViewsTest on win aura.msw@chromium.org2011-10-061-8/+16
* views: Change TextButtonBase::text() to string16.tfarina@chromium.org2011-10-061-3/+1
* aura: Fix win compile.sadrul@chromium.org2011-10-061-1/+1
* Fix shared win build.sadrul@chromium.org2011-10-061-1/+1
* aura: Fix views_unittests and aura_unittests on linux.sadrul@chromium.org2011-10-064-57/+40
* views: Change MenuItemView::GetTitle() to string16.tfarina@chromium.org2011-10-057-18/+14
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-0516-61/+64
* views: Migrate more NewRunnableMethod instances to base::Bind()tfarina@chromium.org2011-10-054-18/+20
* Marks a number of tests as FAILS for aura. I filed bugs on the two keysky@chromium.org2011-10-051-16/+53
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-056-58/+51
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-056-51/+58
* Fix menu on aura/linuxoshima@google.com2011-10-042-23/+39
* views: Migrate RepeatController to base::Closure.tfarina@chromium.org2011-10-043-17/+25
* views: Remove aura include hack now that crbug.com/94995 is fixed.tfarina@chromium.org2011-10-041-9/+3
* Makes views unit test runnable again and addssky@chromium.org2011-10-033-9/+138
* Fix selection handler position in touch.xji@google.com2011-10-031-4/+4
* views: Change MenuDelegate::GetLabel() to string16.tfarina@chromium.org2011-10-038-13/+15
* views: Convert NativeTextfieldViews to use the new callback system.tfarina@chromium.org2011-10-012-5/+8