* Theme.cs: Added a little helper to SystemResPool to get the Dark,
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 5a7566af2b1fe6cf47783f907e92ff4533240571..71509365ec2665c871210ca66ae1edc0d284b55a 100644 (file)
@@ -1,3 +1,13 @@
+2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
+
+       * Theme.cs: Added a little helper to SystemResPool to get the Dark,
+         DarkDark, Light and LightLight colors for a specific color
+       * ThemeWin32Classic.cs:
+         - Use Button drawing code to draw RadioButtons and CheckBoxes with
+           Appearance = Button 
+         - Make use of the new ResPool helper CPColor
+         - Draw ProgressBar and StatusBar with correct 3D borders
+
 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
 
        * ColorDialog.cs: Return selected color. Fixes bug #77940.