2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some bugfixes - corrected fillColor for composition-points in Geonext - added missing attributes for PARALLELOGRAM_POINT - dash-style works again for IE - angle has the right fillstyle again in FF More... about 16 years ago
hilbert.html polished More... about 16 years ago
Add example hilbert.html: Hilbert space filling curve. More... about 16 years ago
Update prototype.js to 1.6.0.3 More... about 16 years ago
Some cosmetic changes in example sinewaves.html More... about 16 years ago
Fixed a bug in the mousemove listener which was introduced with Transformations. At the moment, dragging of groups has to be realized without transformation. This should/can be changed in a future release. More... about 16 years ago
Glider: Now, there are two possibilities to construct a glider on a curve c: createElement('glider',[1,2,c],...) createElement('glider',[c],...) In the first case the initial position of the glider is the closest point on c to [1,2]. In the second case the closest point to [0,0] on c is the initial position. More... about 16 years ago
moved ticks from below/left of the line onto the line More... about 16 years ago
removed Axis.js More... about 16 years ago
replaced axis by ticked and arrowed lines. More... about 16 years ago
Round line cap and joins in SVG More... about 16 years ago
Fixed bug: Geonext-intersection-points had no fillcolor. More... about 16 years ago
Again dash-Problem in VMLRenderer.js (line 421) More... about 16 years ago
Small bug in VMLRenderer.js: line 421: Changed var node = $(el.id+'stroke'); to var node = el.rendNode; //$(el.id+'stroke'); More... about 16 years ago
Fixed broken trace attribute (line). Example added. More... about 16 years ago
Moved createArrow() to Line.js so that Arrow.js can be deleted. More... about 16 years ago
Improved example functiongraph.html More... about 16 years ago
SVGRenderer: Moved the arc-fill from the arcs-level down to the sector level. Introduced line separators in pie charts. More... about 16 years ago
Bugfix: arrowheads in VML More... about 16 years ago
calcStraightv2 now works with homogeneous coordinates. More... about 16 years ago
Some minor bugs fixed More... about 16 years ago
Ticks are now orthogonal to the line. More... about 16 years ago
Conflict in Algebra.js resolved More... about 16 years ago
Fixed some bugs from previous commit More... about 16 years ago
Work on an improved calcStraight which can handle points at infinity. More... about 16 years ago
Working on homogeneous coordinates, see calcStraightv2 in AbstractRenderer.js More... about 16 years ago
Documentation of the stdform added More... about 16 years ago
Arrows are now special lines with the attribute visProp['firstArrow'] resp. visProp['lastArrow']. So it is now also possible to have a segment with two arrowheads. More... about 16 years ago
fixed bug with axis/line ticks in IE More... about 16 years ago
Changed the version text for the 0.60 branches More... about 16 years ago