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
Work on the reference card More... almost 16 years ago
Work on the JSXGraph reference card. More... almost 16 years ago
Change of API for curves: variable name has been removed from the list of parents. More... almost 16 years ago
Change Element 'graph' to 'functiongraph' More... almost 16 years ago
- Started work on doc/jsxgraph_refcard.tex - Added method moveTo([x,y]) to the turtle object - New GeometryElement "graph": shortcut for curves of type "graph" - Reording of the file list in loadjsxgraph.js: Fixes another incompatibility in IE8 strict. More... almost 16 years ago
Introduced methos X() and Y() for the turtle. More... almost 16 years ago
Improvementments in the MediWiki-Extension More... almost 16 years ago
Improvements in the mediawiki-extension: brd and jxgbox can be renamed. JavaScript code may be included between <jsxgraph> and </jsxgraph> More... almost 16 years ago
Small bug fix in the mediawiki extension. More... almost 16 years ago
MediaWiki extension: See http://jsxgraph.uni-bayreuth.de/wiki/index.php/Use_the_MediaWiki_extension_for_JSXGraph More... almost 16 years ago
introduced minTicksDistance, an lower bound for the distance in pixels between two ticks. if the distance between two ticks (in pixels) is lower than this bound, one of the two ticks is omitted in the drawing process. More... almost 16 years ago
basic version of geometryelement Ticks: * users may define "infinite" ticks using a function * users may define special ticks * implementation of labels prepared More... almost 16 years ago
Polar curves are handled now internally as parameter curves. This enables tangent and normals on polar plots. More... almost 16 years ago
Added shell script to generate documented source code via jsdoc-toolkit More... almost 16 years ago
Bug fix in removeElement for IE More... almost 16 years ago
Constrained gliders are possible now More... almost 16 years ago
If we include VMLRenderer before SVGRenderer in jsxgraphcore, JSXGraph runs in IE 8 strict mode. More... almost 16 years ago
cleaned up ticks-code and removed very old and unused axis stuff More... almost 16 years ago
We proceed with release 0.70. More... almost 16 years ago
Ticks should work now in IE and other browsers. JSXGraph seems now to work with Prototype or jQuery. More... almost 16 years ago
Improvements for prototype independence. Still problems in IE. More... almost 16 years ago
Independence from prototype should work now. IE completely broken: axis. More... almost 16 years ago
Event handling independent from prototype and jquery. It works with prototype and Firefox. Breaks on IE or jquery More... almost 16 years ago
Event.observe to document for mouseUp and mouseDown and to board.container for mouseMove More... almost 16 years ago
added Math.js and MathNumerics.js to unit load list in loadjsxgraph.js (who removed it?) More... almost 16 years ago
added Turtle.js to unit load list in jsxgraph.js More... almost 16 years ago
Removed Arrow.js from the list of necessary files in loadjsxgraph.js More... almost 16 years ago
Found the "renderer undefined" bug on mouseUp: observe "board.container" changed to "document" globally. More... almost 16 years ago
Added normals on circles, and normals on lines defined by homogeneous coordinates. More... almost 16 years ago
fixed bug in Options.useStandardOptions converning removal of grids load options from file now should work More... almost 16 years ago