2009-09-10 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / System.Design / System.ComponentModel.Design / ChangeLog
index a90c3c93c7f9f61bd3dfd2e40d2d66ec369ab5cf..f2361691ac802c8657485e49e7033ab1da52405d 100644 (file)
@@ -1,3 +1,51 @@
+2009-09-10  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DesignSurface.cs: Changing the ISelectionService at run time was a 
+       bad idea, so wrap it inside the extended UISelectionService instead.
+
+2009-09-10  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DesignSurface.cs: Provide the default implementation of the 
+       ISelectionService in the DesignSurface service container.
+       [Fixes bug #538037]
+
+2009-09-07  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DesignSurface.cs: Don't be so strict and allow for the users 
+       to get the View even if the DesignSurface wasn't properly initialized 
+       with a DesignerLoader. MS compatibility.
+       [Fixes bug #537131]
+
+2008-07-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DesignerActionMethodItem.cs: Fix typo where the action_list
+       field was self-assigned (instead of taking the ctor value).
+       [Found using Gendarme ReviewSelfAssignmentRule]
+
+2008-06-28  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DesignSurfaceManager.cs: Set the ActiveSurface only if it 
+       differs from the current one.
+
+2008-06-28  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DesignerHost.cs: Surpress remove events when unloading.
+
+2008-06-18  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ExtenderService.cs: Do not throw a NRE.
+
+2008-06-18  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * SelectionService.cs: Handle removal of the root component 
+       properly.
+
+2008-04-18  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * CollectionEditor.cs: Select the next item after the one 
+       removed, not the one before.
+       [Fixes bug #375788]
+
 2008-04-03  Ivan N. Zlatev  <contact@i-nz.net>
 
        * CollectionEditor.cs: