2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Animated points didn't work after dragging the starting point. Problem can be solved by using setPositionByTransform instead of setting the position directly. Should be caused by a conflict with the transformations used in Board.js when a point is dragged. More... over 15 years ago
Bug fix More... over 15 years ago
Cleaning up Board.js More... over 15 years ago
Cleaning up More... over 15 years ago
added one more animation method to animated points example and integrated the new one in jsxgraph. points can now be moved animated to another location using JXG.Point.moveTo(). added barchart example demonstrating this. More... over 15 years ago
Small improvement in Board.js More... over 15 years ago
Changed default colors of lines, axes, and sliders More... over 15 years ago
Ticks improvements and documentation of otherintersection More... over 15 years ago
added animated point example More... over 15 years ago
floortan example added to show that we're not just calculating f(x) but now can also detect discontinous functions. More... over 15 years ago
speed improvement on predator prey example ode_dynamic.html. the ode has to be solved only once per update now. same for the bar chart update: data is run through only once per update. More... over 15 years ago
bugfix for fast navigation drop down in presentation. extenden dynamic ode example More... over 15 years ago
Added new Element "otherintersection", see Point.createOtherIntersectionPoint and example circumcircles.html. Added this function also in IntergeoReader.js. More... over 15 years ago
implemented small dropdown box for direct navigation in presentation plus some minor changes in preparation for SVGOpen presentation More... over 15 years ago
added copy of cadgme presentation to SVGOpen docs as a start for SVGOpen presentation. More... over 15 years ago
Experiments with spline More... over 15 years ago
Speeding up cubic splines. More... over 15 years ago
sandkasten update More... over 15 years ago
Simplification of Board.js. The adding of primitive elements is unified. More... over 15 years ago
Attempts to improve the automatic labeling. More... over 15 years ago
Speed optimization of slider.Value() calls. More... over 15 years ago
Speed improvements More... over 15 years ago
Introduced the shortcuts board.stretchX = board.zoomX*board.unitX and board.stretchY = board.zoomY*board.unitY in order to save some multiplications. More... over 15 years ago
Added "return this" in many functions to enable chaining. Some optimizations. More... over 15 years ago
Introduced "quadraticform" in circles. This simplifies the computation of tangents on circles. Should work on conics, too. More... over 15 years ago
Added Intergeo example More... over 15 years ago
Added tangents to circle in IntergeoReader More... over 15 years ago
improved square: now it's possible to create a square out of two points. the points will be used as opposing corners. More... over 15 years ago
Added the pdf of the Trondheim presentation More... over 15 years ago
Bug fix: normals on circles. More... over 15 years ago