1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 19 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[JSPlanarity] let the checkSolution() call init()
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] add reset() method
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] fix html error by placing the <pre> tag outside the <p> tag
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html; test.html] add a reset button
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] rename CheckIntersection to CheckButton
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[Options] the reset() function now also (re-)initialises the localStorage
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[Options] rename clear() method to reset()
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] mention Cloud9 IDE in the Developing section
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] add RequireJS to the Dependencies and License sections
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] remove now obsolete call to JSPlanarity.init() in the onload() method
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
add the index.html which was previously only in the gh-pages branch
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
move index.html to test.html
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
move Options to DefaultOptions and introduce Options class which stores values in localStorage when available
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[GraphGenerator] modify checkEdgeIntersection() to mark all intersecting edges and return the number of intersections, not just a boolean value
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[EdgeFactory] add markIntersecting() method to edge objects
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[GraphGenerator] fix GraphGenerator.checkEdgeIntersection() to return the actual number of intersections
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[RequireJS] update to version 0.22.0
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] reindentation
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] move graph generation code into its own GraphGenerator module
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[Utilities] move arrangeVerticesInCircle() method from JSPlanarity to Utilities
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[VertexFactory] return explicitely named object instead of unnamed object
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] move edge factory method into its own EdgeFactory module
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] don't access the edgeArray from within the factory method to make refactoring easier
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] move vertex factory method into its own VertexFactory module
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] move getRandomInt() and createLineRepresentation() methods to Utilities object
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] rename variable configuration to options
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] the init() method doesn't need the divName parameter anymore
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] rename raphaelPaper to raphaelCanvas
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarity] add RaphaelCanvas object which generates an instance of the Raphael canvas used for drawing
Manfred Kröhnert
as mkroehnert
More... over 13 years ago
[JSPlanarityMain] add property drawingDivName to the Options object to store the name of div to draw into
Manfred Kröhnert
as mkroehnert
More... over 13 years ago