2005-08-29 Alexander Olk <xenomorph2@onlinehome.de>
authorAlexander Olk <aolk@mono-cvs.ximian.com>
Mon, 29 Aug 2005 19:37:45 +0000 (19:37 -0000)
committerAlexander Olk <aolk@mono-cvs.ximian.com>
Mon, 29 Aug 2005 19:37:45 +0000 (19:37 -0000)
commit60893215dc7d666add1653ee593786ffa2c8a7f4
tree73d2c7c9860d3c8a72d27ff197454999827ccbdf
parentc4411f0f842886a432cb005f2294dcba84301636
2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
* ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
  use export MONO_THEME=nice to activate it.
  Currently supported controls:
  - Button
  - ComboBox
  - ScrollBar
  - TabControl (TabAlignment.Top only, other will follow)
* ThemeEngine.cs: Add theme nice
* ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
  if enabled

svn path=/trunk/mcs/; revision=49086
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeEngine.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeNice.cs [new file with mode: 0644]