openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JSXGraph
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 237 of 241
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
options can now be read in from json-formatted file. see examples/options_example.json for an example. applying the options to the board doesn't work right now, but the options are set...
Michael Gerhaeuser
More...
almost 16 years ago
now tick-paths are inserted into the svg tree and temporarily the lines color is applied to it as the stroke color. ticks should work in svg.
Michael Gerhaeuser
More...
almost 16 years ago
moved ticks from lines to path - are currently not drawn in SVG and won't work in VML added .loadFromFile() method to JXG.Options. it reads from file but currently won't pass the options to the board. added example options-json file
Michael Gerhaeuser
More...
almost 16 years ago
Adding jquery.min.js
Alfred Wassermann
More...
almost 16 years ago
Working towards independence from prototype.js. Removed all occurrences of $R(), $A(), isFunction(), each()... . Among the remaining dependencies are event handling and getStyle().
Alfred Wassermann
More...
almost 16 years ago
Replaced $() by document.getElementById()
Alfred Wassermann
More...
almost 16 years ago
Bugfix in projectPointToCurve: position was not set. Introduced the function lagrangePolynomial in Algebra.js and in Wrappers.js
Alfred Wassermann
More...
almost 16 years ago
Improvement of tangents. Introduction of normals on curves (put in Composition.js) Improvement on free lines.
Alfred Wassermann
More...
almost 16 years ago
Tangents
Alfred Wassermann
More...
almost 16 years ago
Enabled free lines. Initial trial with tangents realized via free lines. Refactoring of createPoint(). Change in API for IntersectionFunc: Introduced ZEval() and Z() in Point. createElement('point',intersectFunc) -> createElement('point',[intersectFunc]) Bugfix in IntergeoReader
Alfred Wassermann
More...
almost 16 years ago
Peter Wilfahrt: GeogebraReader
Alfred Wassermann
More...
almost 16 years ago
Peter Wilfahrt: GeogebraReader
Alfred Wassermann
More...
almost 16 years ago
Peter Wilfahrt: Added initial trials with a GeogebraReader.
Alfred Wassermann
More...
almost 16 years ago
removed option createAxis added options for axis, zoom, grid
Michael Gerhaeuser
More...
almost 16 years ago
Replaced home grown rounding to fixed precision by String.toFixed(n). A board.round() is a wrapper for this. Replaced one global variable in UpdateRenderer
Alfred Wassermann
More...
almost 16 years ago
First experiments with tangents
Alfred Wassermann
More...
almost 16 years ago
0.68 released.
Alfred Wassermann
More...
almost 16 years ago
Start position and start direction for turtles are possible.
Alfred Wassermann
More...
almost 16 years ago
Turtles are now full GeometryElements and can be created by board.createElement('turtle'); Sliders got a new method Value().
Alfred Wassermann
More...
almost 16 years ago
line.hasPoint() fuer homogene Koordinaten angepasst.
Alfred Wassermann
More...
almost 16 years ago
added createAxis option to attributes parameter in initBoard()
Michael Gerhaeuser
More...
almost 16 years ago
Added an example for multiple turtles: Simulation of the SIR epidemiology model.
Alfred Wassermann
More...
almost 16 years ago
Enhancement of turtle graphics: Input of lookTo() can be a coordinates array or an angle (degrees) Input of setPos() can be a coordinates array or 2 parameters (x,y). turtle.html: Visualization of ordinary differential equations with turtle graphics.
Alfred Wassermann
More...
almost 16 years ago
jsxturtle.js: clean() and clearScreen() only affects the turtle, not the other elements of the board.
Alfred Wassermann
More...
almost 16 years ago
Update of all license strings to "Copyright 2008,2009"
Alfred Wassermann
More...
almost 16 years ago
Now, CalcStraight() is able to handle homogeneous coordinates. Improved IntergeoReader()
Alfred Wassermann
More...
almost 16 years ago
turtles.html: example for multiple turtles
Alfred Wassermann
More...
almost 16 years ago
Multiple turtles. Bug in turtle angle
Alfred Wassermann
More...
almost 16 years ago
Sliders in arbitrary directions enabled. adapted all examples to the new syntax. Attention: the wiki examples have to be adapted after the next release.
Alfred Wassermann
More...
about 16 years ago
Adaption of the L-Systems generator for the IE.
Alfred Wassermann
More...
about 16 years ago
←
1
2
…
233
234
235
236
237
238
239
240
241
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree