Azin Azadi

Results 10 issues of Azin Azadi

the basic algorithms like dfs and bfs are very old cold. we need to rewrite them with the modern styles presented on : https://github.com/graphtheorysoftware/GraphTea/blob/master/src/graphtea/extensions/algorithms/SampleAlgorithm.java

enhancement

get rid of xml representation and introduce json to be able to save/load and cut/copy/paste and connect to other programing languages using redis.

enhancement

we had a action based undo / redo, which was very problematic. for every action we had to define undo and redo methods. then we switched to a time based...

when a lot of reports are open, some parts are un-scrollable

bug
important

it is like this: ![Screenshot_08 04 13_11_43](https://f.cloud.github.com/assets/770005/350892/0f42463a-a031-11e2-8b2a-5c1ef9677817.png) it should be like this: ![Screenshot_08 04 13_11_44-5](https://f.cloud.github.com/assets/770005/350896/3ada8cda-a031-11e2-8765-406d5c480c91.png) this is very important issue, because banana tree is the most used generator in graphtea....

make some fun with facebook, - to show the network of somebody's friends - what more?

http://azingoft.blogspot.de/2008/11/blog-post_10.html with this code: Init.java: public class Init implements PluginInterface { HashSet addedGRs = new HashSet(); static final String CURVE_WIDTH = "Curve Width"; public void init(final BlackBoard blackboard) { blackboard.addListener(new...

enhancement

make a java web start for it

### Double-Check - [X] Read the entire [Kitbook docs](https://kitbook.vercel.app). - [X] Check that there isn't [already an issue](https://github.com/jacob-8/kitbook/issues) that reports the same bug to avoid creating a duplicate. ### Kitbook...