about summary refs log tree commit diff
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Use pretty Unicode chars to represent graph nodessternenseemann2017-09-074-54/+147
| | | | Also regrouped and changed the buttons
* Add Clear-button and fix behavior when deleting nodes/edgessternenseemann2017-09-062-3/+20
|
* Auto save to localStoragesternenseemann2017-09-061-2/+19
|
* Style overlayssternenseemann2017-09-062-62/+111
|
* Make the interface look kinda nicesternenseemann2017-09-053-39/+185
|
* Implement MIDI export client side, serve frontendsternenseemann2017-08-312-31/+105
|
* Make Rational representation compatible with Haskell's ratio parsingsternenseemann2017-08-311-9/+9
|
* Add possibility to import a saved scoresternenseemann2017-08-302-7/+66
|
* Enable download of scoressternenseemann2017-08-302-3/+29
|
* Fixed bugs related to JSON serializationsternenseemann2017-08-291-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 communicationsternenseemann2017-08-291-8/+28
|
* Fix babelsternenseemann2017-08-291-1/+1
|
* Clean up dependenciessternenseemann2017-08-292-69/+0
|
* Finalize functionality of the web graph editorsternenseemann2017-08-296-53/+778
|
* Add initial version of the webinterfacesternenseemann2017-08-287-0/+2813