1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[test.html] adapt test.html to latest changes
Manfred Kröhnert
as libra guest
More... over 11 years ago
[index.html] promote js graphics is not ready for https
Manfred Kröhnert
as libra guest
More... over 11 years ago
[JSPlanarity] reset should regenerate the graph and not reset the game to stage 1
Manfred Kröhnert
as libra guest
More... over 11 years ago
[require.js] update to RequireJS version 2.1.1
Manfred Kröhnert
as libra guest
More... over 11 years ago
[index.html] replace http with https links to avoid warnings when page is served via https
Manfred Kröhnert
as libra guest
More... over 11 years ago
[Offline] first pieces towards an offline version of JSPlanarity
Manfred Kröhnert
as libra guest
More... over 11 years ago
[index.html] remove check, reset and select buttons from html document
Manfred Kröhnert
as libra guest
More... over 11 years ago
[JSPlanarity] add check, reset and select button to the canvas
Manfred Kröhnert
as libra guest
More... over 11 years ago
[icons] add crosscircle and crosscheck icons
Manfred Kröhnert
as libra guest
More... over 11 years ago
[JSPlanarity] add alert() panel as the click() action of the infoButton
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[README] add new features
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[README] update usage instructions
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] add an "i" icon to the lower right corner
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[icons.js] add the icons.js file from the Raphael website (MIT license)
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] remove obsolete debug output
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] rename init() method to generate()
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] use px suffix to specify the paragraph width in CSS
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[test.html] add the level select button
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] don't recreate the difficulty label everytime init() is called; update the text instead
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[GraphGenerator] only remove the elements in vertex-/edgeArray from the canvas when creating a new graph
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[VertexFactory] add remove() method which removes the current visualisation from the Raphael canvas
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[EdgeFactory] add remove() method which removes the current visualisation from the Raphael canvas
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarityMain] first step to non-global JSPlanarity object
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[EdgeFactory] add missing comments
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] use "Level" instead of "Stage"
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[index.html] add button to select a level manually
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] add functionality to select the difficulty level
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[Options] fix bug where an override of localStorage happend during the first load of the page
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] pass the raphaelCanvas object into the function to create the global JSPlanarity object
Manfred Kröhnert
as mkroehnert
More... about 13 years ago
[JSPlanarity] add label which indicates the current Level
Manfred Kröhnert
as mkroehnert
More... about 13 years ago