summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of EmptyMenuMenuItem.rhashimoto@chromium.org2011-05-101-0/+2
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-102-11/+0
* Delete Obsolete PaintNow methodoshima@google.com2011-05-091-5/+0
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-093-5/+376
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-092-3/+15
* Remove SetMultiLine() method from CheckboxNt class, since its now properlyrogerta@chromium.org2011-05-062-13/+0
* Add multi-line support to TextButtonBase since this is needed by the derivedrogerta@chromium.org2011-05-062-8/+55
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-6/+12
* wstring: remove wstring version of SplitStringevan@chromium.org2011-05-051-5/+4
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-059-49/+175
* Removing Menu2 (size is not settable, waiting on another CL)saintlou@chromium.org2011-05-052-59/+56
* Remove crrev.com/82385 debug code added for crbug.com/78792.msw@chromium.org2011-05-044-32/+2
* Revert to non-static members for click tracking.msw@chromium.org2011-05-043-16/+25
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-034-94/+63
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-032-10/+4
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-038-74/+58
* My recent refactoring of TextButton broke the case when the string to displayrogerta@chromium.org2011-05-032-54/+32
* Factored code drawing the focusable border used in some Views controlssaintlou@chromium.org2011-05-036-172/+135
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-031-1/+1
* A workaround for textfield crash in views_examples.oshima@google.com2011-05-031-4/+6
* Implement new gray mock.davemoore@chromium.org2011-05-022-2/+18
* When GetIcon returns false on Windows, we should not use the icon it outputs....finnur@chromium.org2011-05-021-3/+4
* Initial implementation of pure Views combobox (aka dropdown list). The follow...saintlou@chromium.org2011-04-294-3/+530
* Resubmitting change to fix a build break in the clang builder. A virtualrogerta@chromium.org2011-04-296-188/+784
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-282-0/+3
* Revert 83373 - Resubmitting change to fix a build break in the arm builder. ...rogerta@chromium.org2011-04-286-784/+188
* Resubmitting change to fix a build break in the arm builder. The only changerogerta@chromium.org2011-04-286-188/+784
* Trigger find in page when pasting even if the text is not changed.suzhe@google.com2011-04-285-95/+108
* Fixes timing issue with when MenuClosed is sent to thesky@chromium.org2011-04-271-3/+3
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-272-37/+33
* Update all states when wrapper is created.oshima@google.com2011-04-274-15/+18
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-274-19/+9
* Revert 83110 - Add classes for native themed push buttons, radio buttons, and...rogerta@chromium.org2011-04-276-772/+188
* Add classes for native themed push buttons, radio buttons, and checkboxes.rogerta@chromium.org2011-04-276-188/+772
* Fixes crash in menu code that would happen if you attempted to show asky@chromium.org2011-04-265-25/+42
* Rename CreateParams to InitParams.ben@chromium.org2011-04-266-7/+7
* Rework the way Widget::Init works:ben@chromium.org2011-04-269-38/+30
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-251-1/+2
* Revert "Change status button menu"saintlou@chromium.org2011-04-256-37/+7
* views: Move LinkController into its own header file.tfarina@chromium.org2011-04-253-32/+37
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-226-7/+37
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-224-26/+53
* remove unused classsaintlou@chromium.org2011-04-215-454/+0
* Revert 82385 - this might be breaking the interactive_ui_tests on windows and...nsylvain@chromium.org2011-04-214-51/+25
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-204-25/+51
* Revert workaround. This was problematic because it is relyingsaintlou@chromium.org2011-04-201-5/+1
* Removing unused class. Deprecated when we moved to web ui prefssaintlou@chromium.org2011-04-205-363/+0
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-1910-8/+27
* Attempt at fixing menu crashes. I'm trying to fix three things:sky@chromium.org2011-04-192-8/+44
* Attempt at fixing bug where occassionally clicks on context menus aresky@chromium.org2011-04-152-36/+97