Menu

Code Commit Log


Commit Date  
[r87] by hasfo

minor change: renamed service file for build script

2010-09-23 09:19:10 Tree
[r86] by hasfo

added code documentation (*.xml) and lists of files for runtime distribution to binary output folder

2010-09-23 05:55:47 Tree
[r85] by hasfo

Changes in version 1.4.09 (Core)
================================
* switched to .NET 3.5/ VS2008
* refinements to complex.ToString() (contributed)
* refinements to ILArray.ToString() (contributed)
* made public internal QuickSort public
* bugfix: sequential index access on reference arrays failed in certain situations

Changes in version 0.13.01 (Drawing)
====================================
* hides labeled ticks also when hiding axis main lines
* ILLitSurface: option to update X and Y values as well
* added line properties for ILLines also
* hides edge tick lines in 2D mode
* renamed ILPanel.Transform -> ILPanel.World2Screen
* added new shape: ILLitSphere via triangularization
* ILLabel.Anchor, repl. ILTickLabelAlign
* bugfix: ILPanel.DrawToBitmap()
* Zoom actions more robust
* lots of documentation
* added ILPanel.PlotBoxScreenRect
* added ILPanel.PlotBoxScreenSizeMode
* added ILPanel.AspectRatio
* switched to .NET 3.5/ VS2008
* improved sorting of graphs for rendering
* general performance tunings
* added ILTickCollection.TicksAllowOverlap
* some tick label tuning
* added DefaultView handling for ILPanel (AutoDefaultView)
* rebuilt rendering section (ILPanel,ILRenderProperties)
* added ILLabel.Visible property
* added ILCamera.Top
* added ILCamera.LookAt

2010-09-22 18:49:15 Tree
[r84] by joemoorhouse

Correct several bugs with ToString method of ILArray:
- need to identify largest *absolute* value in calculating scale factor for doubles, floats and complex types
- small negative numbers will not have minus sign (correct padded space)
- as they are (5 digits), complex numbers do not need so much padding

2010-07-18 21:49:58 Tree
[r83] by joemoorhouse

Fix for IronPython array creation using slices.

2010-07-17 22:47:29 Tree
[r82] by joemoorhouse

Fix for conflict in SubArray method.

2010-07-17 22:45:36 Tree
[r81] by hasfo

* hides labeled ticks also when hiding axis main lines
* ILLitSurface: option to update X and Y values as well
* added line properties for ILLines also

2010-05-12 23:12:58 Tree
[r80] by hasfo

Changes to Drawing namespace, version 0.12.12
=============================================
* added some convenience constructors for ILLine shapes
* improved properties interface for ILLine (local properties are aliased to local ILProperties class)
* fixed a minor bug in ILTextRenderer (char caching may failed at edge of texture sheets)
* added update capabilities for all composite shapes
* new higher level plots: ILLitSurface, ILBarGraph3D, ILVectorField
* much improved text rendering for shape labels: ILShapeLabel.FringeColor
* some slight layout improvements (f.e. back color for ILPanel > light gray)
* bugfix in ILColormap, handling out-o-range values

Changes to Core in version 1.4.07
=================================
* added built in function: atan2

2010-05-11 10:12:23 Tree
[r79] by hasfo

added missing changes to changelog_Drawing.txt

2010-05-04 08:54:37 Tree
[r78] by hasfo

* bugfix: ILShape (typos)

2010-05-02 16:07:56 Tree
Older >