summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/button/native_button_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-234/+0
* Fix a bug where radio buttons would become unselected when clicked (more spec...jcampan@chromium.org2009-04-241-1/+2
* The previous behavior of not focusing the HWND when focusing a checkbox/radio...jcampan@chromium.org2009-04-241-5/+0
* Fix clipping by using the correct window styles for native buttons.ben@chromium.org2009-03-271-21/+17
* Default native button were not activated anymore when enter was pressed.jcampan@chromium.org2009-03-271-0/+6
* The native button's visible and enabled state were not working.jcampan@chromium.org2009-03-251-0/+4
* Focusing a native button through a RequestFocus call would not result in the ...jcampan@chromium.org2009-03-251-1/+14
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-231-9/+14
* Add support for radio buttons. The code implementing checked/group was copied...ben@chromium.org2009-03-211-0/+1
* More button modificationsben@chromium.org2009-03-201-6/+25
* Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...ben@chromium.org2009-03-191-111/+41
* New native control helpers. Built but not run by anyone just yet. See design docben@chromium.org2009-03-181-0/+264