summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/button/text_button.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the now unused TextButton code.msw@chromium.org2014-06-291-729/+0
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-5/+6
* Allow TextButton derivatives to override drawing of certain parts.rogerta@chromium.org2014-05-151-30/+37
* retry r266622:estade@chromium.org2014-04-301-2/+0
* Revert of retry r266042: (https://codereview.chromium.org/251703002/)thakis@chromium.org2014-04-281-0/+2
* retry r266042:estade@chromium.org2014-04-281-2/+0
* Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."rmsousa@chromium.org2014-04-251-0/+2
* Automatically call OnNativeThemeChanged when a widget is added to a hierarchyestade@chromium.org2014-04-241-2/+0
* Remove useless views::TextButton::has_text_shadow_pkotwicz@chromium.org2014-03-051-28/+2
* Remove Unused AsTextButtonBorder RTTI helper.msw@chromium.org2014-02-141-8/+0
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-241-1/+1
* [Win] Fix the 'edit profile' button in the avatar bubble.noms@chromium.org2014-01-221-9/+26
* As part of effort to support multiple fonts, this CL changes methods which ar...yukishiino@chromium.org2014-01-161-8/+0
* Clean-up: Replaces gfs::Font with gfx::FontList in ui/views.yukishiino@chromium.org2013-12-251-27/+20
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-3/+4
* Removes FocusBorder from viewssky@chromium.org2013-12-051-13/+28
* Add GetMinimumSize() for Borders, and make LabelButton auto-size to at least aspkasting@chromium.org2013-11-231-0/+15
* Remove unnecessary Border subclasses where we can achieve the same functionalitypkasting@chromium.org2013-11-221-0/+3
* Misc. cleanup:pkasting@chromium.org2013-11-211-33/+10
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-3/+3
* make dragging button from omnibox not look crappy on Windows Aurascottmg@chromium.org2013-08-091-1/+1
* Allow STATE_NORMAL text buttons to animateckocagil@chromium.org2013-05-301-5/+11
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-261-2/+2
* ui: Rename kColorId_TextButton to kColorId_Button in NativeTheme.tfarina@chromium.org2013-05-171-5/+5
* Remove unused NativeTextButton class.msw@chromium.org2013-05-131-83/+0
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-3/+3
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-2/+2
* Write a NativeThemeGtk2 class for linux_aura.erg@chromium.org2013-03-051-0/+1
* alternate ntp: unpinned bookmark bar in ntpkuan@chromium.org2013-01-181-2/+0
* Fix label color in TextButtonBasecpu@chromium.org2012-12-131-10/+2
* Consolidate ImagePainter and BorderImages.msw@chromium.org2012-12-081-11/+14
* Nix TextButton accelerator/mnemonic support and use in Task Manager.msw@chromium.org2012-12-061-32/+14
* Fix regression in button padding.sky@chromium.org2012-11-211-3/+3
* Update Chrome style inter-button spacing and fix clipping of drop shadow.wittman@chromium.org2012-11-201-20/+42
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-1/+1
* Use gfx::Insets return type for Border::GetInsets().wittman@chromium.org2012-11-141-8/+8
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-141-9/+11
* Make views::Border::Paint() non-const; additional cleanup.msw@chromium.org2012-11-091-6/+4
* Converts more classes to appropriate theme.sky@chromium.org2012-11-091-1/+1
* Convert some of the button classes to pull colors from the appropriatesky@chromium.org2012-11-071-33/+82
* views: Start making BorderImages a views::Painter.tfarina@chromium.org2012-11-061-6/+8
* Merge TextButton and LabelButton border images util structs, etc.msw@chromium.org2012-10-271-94/+29
* implement bookmark bar for instant extended apikuan@chromium.org2012-10-251-0/+2
* Use DrawStringWithShadows in views::Label and TextButton.msw@chromium.org2012-10-111-28/+8
* No need to kClear_Mode a layer right after its created, as that will automati...reed@google.com2012-10-041-1/+0
* Remove unused Views TextButton halo code.msw@chromium.org2012-10-041-32/+12
* UI: fix typo in TextButtonBase::GetPreferredSize() and TextButton::GetPreferr...hshi@google.com2012-10-041-2/+2
* This CL supersedes previous ConstrainedWindow Views CLs and contains much of ...wittman@chromium.org2012-10-031-22/+21
* Conservative update button/label/textfield contentsheu@chromium.org2012-09-191-0/+2
* Fixed position of plus image on action box button; added ICON_CENTERED placem...yefim@chromium.org2012-09-141-3/+6