summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/button
Commit message (Expand)AuthorAgeFilesLines
* Refine LabelButton colors and Windows high contrast support.msw@chromium.org2013-06-193-22/+46
* Hover effects in views should not be invoked when mouse events are disabledtdanderson@chromium.org2013-06-183-17/+31
* Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...varunjain@chromium.org2013-06-184-10/+16
* Tweak new button style height for ChromeOS.msw@chromium.org2013-06-122-2/+2
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-115-5/+5
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-075-5/+5
* Allow STATE_NORMAL text buttons to animateckocagil@chromium.org2013-05-301-5/+11
* Add support for blue buttons.benwells@chromium.org2013-05-303-1/+111
* Rename ClampToMin and ClampToMaxvollick@chromium.org2013-05-301-2/+2
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-266-7/+7
* views: Switch Checkbox over to LabelButton.tfarina@chromium.org2013-05-238-201/+236
* Use new disabled button assets, not 50% alpha.msw@chromium.org2013-05-221-7/+3
* ui: Rename kColorId_TextButton to kColorId_Button in NativeTheme.tfarina@chromium.org2013-05-172-10/+10
* Fix LabelButton preferred size calculations.msw@chromium.org2013-05-141-19/+15
* Remove unused NativeTextButton class.msw@chromium.org2013-05-132-117/+0
* modify View::ViewHierarchyChanged signaturekuan@chromium.org2013-05-132-7/+5
* Fix LabelButton animation jank and focus-border presence.msw@chromium.org2013-05-102-16/+17
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-0915-20/+20
* Revert 197366 "ash: Update app list button."xiyuan@chromium.org2013-05-061-1/+0
* ash: Update app list button.xiyuan@chromium.org2013-04-301-0/+1
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-1/+1
* Restrict the new button style to the new dialog style flag.msw@chromium.org2013-04-241-1/+2
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-2/+2
* Views: Use the new button style instead of native-styled buttons.msw@chromium.org2013-04-171-2/+23
* Paint STYLE_BUTTON disabled buttons with 50% opacity; etc.msw@chromium.org2013-04-091-8/+16
* Cleanup: remove NotifyAccessibilityEvent from views::Widget.dmazzoni@chromium.org2013-04-082-6/+3
* Fix uninitialized POD member |use_custom_insets_| to fix regression and coveritydbeam@chromium.org2013-04-061-1/+2
* LabelButton: SetAccessibleName on SetText; update test.msw@chromium.org2013-04-051-1/+3
* Make LabelButton STYLE_NATIVE_TEXTBUTTON focusable; etc.msw@chromium.org2013-04-051-1/+3
* Minor views accessibility fixes.dmazzoni@chromium.org2013-04-034-0/+15
* requestAutocomplete: more layout fixesestade@chromium.org2013-04-031-2/+6
* The Wrench menu in Chrome desktop AURA when displayed using the keyboard via ...ananta@chromium.org2013-03-211-1/+10
* views: (Un)Set hover state of buttons when visibility changes.sadrul@chromium.org2013-03-183-0/+82
* Write a NativeThemeGtk2 class for linux_aura.erg@chromium.org2013-03-051-0/+1
* Implement the new Views button style.msw@chromium.org2013-03-014-43/+75
* views: Migrate dialog buttons to LabelButtontfarina@chromium.org2013-02-283-503/+2
* Reland ash: Use immersive mode for fullscreenjamescook@chromium.org2013-02-273-0/+40
* Revert 184600jamescook@chromium.org2013-02-263-40/+0
* ash: Use immersive mode for fullscreenjamescook@chromium.org2013-02-263-0/+40
* Adds various notifications to autofill dialog:dbeam@chromium.org2013-02-262-20/+51
* Add views::Button style enum for LabelButton [native] styling, etc.msw@chromium.org2013-02-217-74/+91
* views: Rename some LabelButton accessors to match TextButton.tfarina@chromium.org2013-02-203-10/+12
* Remove stale/wrong forward declarations of some Event related classes.tfarina@chromium.org2013-02-091-2/+0
* Don't set button state to hover after menu is displayed.flackr@chromium.org2013-01-302-9/+9
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-232-2/+2
* alternate ntp: unpinned bookmark bar in ntpkuan@chromium.org2013-01-182-4/+1
* Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc.msw@chromium.org2013-01-111-2/+5
* Implement rough new dialog style.msw@google.com2013-01-072-29/+31
* Refine LabelButton[Border] behavior.msw@chromium.org2012-12-193-21/+31