GTP.NET.SL 1.2.10.15 to GTP.NET.SL 1.2.6.15

——————————————
——-GTP.NET.SL 1.2.10.15—-
——————————————
Gantt.cs (45)
GanttRow.cs (47)
TimeItem.cs (39)
Yet another layoutcycle thing in Silverlight…

——————————————
——-GTP.NET.SL 1.2.9.28—-
——————————————
TimeItemLink.cs (22)
Link position for FixedWidth time items bug fixed

——————————————
——-GTP.NET.SL 1.2.7.29—-
——————————————
GanttRow.cs (45)
Reported issue repeatable in silverlight samples “Value does not fall within expected intervall”. Fixed. Tried to get a TransformToVisual when the owning Gantt parent was not visible.

——————————————
——-GTP.NET.SL 1.2.7.22—-
——————————————
GanttRow.cs (44)
A bug in IsVisible implementation gave exceptions on refresh. Fixed

——————————————
——-GTP.NET.SL 1.2.7.7—-
——————————————
LicenseCheckCall.cs (5)
Reported issue fixed when hosting Gantt on https a message about mixed content was shown.

——————————————
——-GTP.NET.SL 1.2.6.15—-
——————————————
Gantt_WPF.2010.csproj (4)
Signing och WPF Gantt

GTP.NET.SL 1.2.5.23

——————————————
——-GTP.NET.SL 1.2.5.23—-
——————————————

DateScaler.cs (32)
Upper and LowerBound exposed in DateScaler

GanttRow.cs (42)
Bugs introduced on the phone – fixed

TimeItemLink.cs (21)
Stubborn link refresh bug for wpf fixed?!

GTP.NET.SL 1.1.7.17

——————————————
——-GTP.NET.SL 1.1.7.17—-
——————————————
GTP.NET.SL.dxp (5)
GTPNETSLLicenseCheck.sln (2)
GTPNETSLLicenseCheck.csproj (2)
GTPNETSLLicenseCheck.csproj.user (2)
GanttRow.cs (34)
Layout cycle detected if DateScaler is given room to grow since the GanttRows kept pushing it out (when hosted in DataGrid, Silverlight)

Gantt.cs (34)
GanttRow.cs (33)
ExternalClip event added

TimeItemLink.cs (17)
Link draw update

TimeItemLink.cs (16)
Link drawing revisited and re engineered

GTP.NET.SL 1.1.4.25

——————————————
——-GTP.NET.SL 1.1.4.25—-
——————————————
DateScaler.cs (27)
Several issues with ScrollButtons in Silverlight fixed

GanttRow.cs (31)
Intermitent error in silverlight when trying to find out if timeitem is on screen or not; Fixed

GTP.NET.SL 1.1.4.24

——————————————
——-GTP.NET.SL 1.1.4.24—-
——————————————
SampleChoose.xaml (8)
SampleUsingToolkitTreeview.xaml (13)
SampleUsingToolkitTreeview.xaml.cs (8)
SLDev1.csproj (12)
Added the DemoDataModel that show implementation of collection moves and spanning

DateScaler.cs (26)
Centering of dateScaler texts was broken for silverlight by the last wpf change, this is now fixed.

Gantt.cs (32)
Added better handling of RowChange and ExternalDragDrop on multiselect moves;
– New property on Gantt: public TimeItem[] SelectedTimeItems
– New properties on RowChange event:
– public TimeItem[] AllTimeItemsInMoveOperation;
– public bool StopOperationForFollowingTimeItems;
When a row change is performed on multiple time items, by multi select, you may want to handle the cluster move in the first RowChange event.
If so, set StopOperationForFollowingTimeItems=true, if you do not, each time item in the selection may get the RowChangeCall

GanttRow.cs (30)
SLDev1 (21)
Gantt.cs (31)
WPF ChangeGanttRow event did not fire correctly

TimeItem.cs (34)
Issue with TimeItem not jumping back when e.Allow==false

GTP.NET.SL 1.1.4.20

——————————————
——-GTP.NET.SL 1.1.4.20—-
——————————————
New compound sample for WPF based on the Microsoft FamilyShow has been added
New Sample datamodel with caclulation and moving of spans

DateScaler.cs (25)
Question about runtime key updated for wpf

DateScaler.cs (24)
DateScalerTextBrush was made a dependencyproperty to allow binding to dynamicresources etc
Datemark texts was not fully centered before

WPFGanttSamplesNew (2)
GTP.NET.SL (44)
DemoDataModelForGTPNET_SL_WPF (4)
DemoDataModelForGTPNET_SL_WPF (3)
DemoDataModelForGTPNET_SL_WPF (2)
Properties (2)
GTP.NET.SL (43)
DateScaler.cs (23)
Gantt.cs (30)
GanttRow.cs (29)
TimeItem.cs (33)
TimeItemLink.cs (14)
Multiple changes to gain performance by avoiding to render time items not on screen.
Changes to handle links when scrolling and to render links correclty when some time items are off screen

GTP.NET.SL 1.1.3.20

——————————————
——-GTP.NET.SL 1.1.3.20—-
——————————————
DateScaler.cs (22)
Better performance when scaling and panorating Gantt

GanttRow.cs (28)
TimeItem.cs (32)
DateScaler.cs (21)
DateScalerGeneric.cs (9)
Gantt.cs (29)
GanttRow.cs (27)
TimeDistinctLogic.cs (2)
TimeItem.cs (31)
TimeItemLink.cs (13)
Multiple changes to gain performance

TimeItem.cs (30)
Mistake when implementing CollisionDetection rectified