Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pretty Unicode chars to represent graph nodes | sternenseemann | 2017-09-07 | 4 | -54/+147 |
| | | | | Also regrouped and changed the buttons | ||||
* | Add Clear-button and fix behavior when deleting nodes/edges | sternenseemann | 2017-09-06 | 2 | -3/+20 |
| | |||||
* | Auto save to localStorage | sternenseemann | 2017-09-06 | 1 | -2/+19 |
| | |||||
* | Style overlays | sternenseemann | 2017-09-06 | 2 | -62/+111 |
| | |||||
* | Make the interface look kinda nice | sternenseemann | 2017-09-05 | 3 | -39/+185 |
| | |||||
* | Implement MIDI export client side, serve frontend | sternenseemann | 2017-08-31 | 2 | -31/+105 |
| | |||||
* | Make Rational representation compatible with Haskell's ratio parsing | sternenseemann | 2017-08-31 | 1 | -9/+9 |
| | |||||
* | Add possibility to import a saved score | sternenseemann | 2017-08-30 | 2 | -7/+66 |
| | |||||
* | Enable download of scores | sternenseemann | 2017-08-30 | 2 | -3/+29 |
| | |||||
* | Fixed bugs related to JSON serialization | sternenseemann | 2017-08-29 | 1 | -2/+2 |
| | | | | | | | | | 1. Fixed a bug which caused the octave attribute of Music to always be a string, thus causing parsing problems 2. Fixed a bug which caused edges to only being added to the edgeData map after the editing it, because vis.js only adds the default ID to an edge after the callback has been called. (See https://github.com/almende/vis/blob/master/lib/network/modules/ManipulationSystem.js#L1097-L1099) | ||||
* | Prepare API communication | sternenseemann | 2017-08-29 | 1 | -8/+28 |
| | |||||
* | Fix babel | sternenseemann | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Clean up dependencies | sternenseemann | 2017-08-29 | 2 | -69/+0 |
| | |||||
* | Finalize functionality of the web graph editor | sternenseemann | 2017-08-29 | 6 | -53/+778 |
| | |||||
* | Add initial version of the webinterface | sternenseemann | 2017-08-28 | 7 | -0/+2813 |