Skip to content
Snippets Groups Projects
Select Git revision
  • 1.x
  • master default
  • ui.gobelin
  • 1.3
  • 1.2
  • 1.1.2
  • 1.1.1
  • 1.1
  • 1.0
9 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.029Jun417May137Apr2Mar13Aug1110825Jun5Mar428Feb145Dec412Sep1167Jun411Apr1028Mar30Jul29272624201924Jun23May10Apr27Mar2219Jan131224Dec1513865230Nov1514111097229Oct2826422Jul19742129Jun15620May15131221Apr1816141210918Jan15Nov29Oct18Aug32131Jul302725234May5Mar18Feb7222Jan212018151443230DecSwitch back master branch to 1.x. We will use the 2.x branch for development until an alpha release is ready.mastermasterFix POMStart moving to Scala 2.11.xUpdate pom.xmlSwitch to 2.0-SNAPSHOTCompile GraphStream using J2SE7.1.3 1.x1.3 1.xUpdate JUnit to the latest version 4.12.Update licence preambleMerge pull request #6 from trajar/mastermoved Console.out/err calls to logging apiremove system println, now using standard java loggingMerge pull request #5 from trajar/masterrefactored view to use generic interface; view panel is now base swing viewFixes #122Merge pull request #3 from pfarner/masterMinor fix to a link in the READMEFix camera px2gu ratio computation bugMerge pull request #2 from NazIrizarry/masterFix for Issue #80, "Click on nodes in the GUI is not accurate in some circumstances." Code was incorrectly adjusting for the top left corner of the DefaultView as if the coordinates were absolute. However, when the DefaultMouseManger does a lookup to see which element is at the mouse coordinate it uses the View/JPanel's relative mouse click coordinates. (With restored name spelling)Fix for Issue #80, "Click on nodes in the GUI is not accurate in some circumstances." Code was incorrectly adjusting for the top left corner of the DefaultView as if the coordinates were absolute. However, when the DefaultMouseManger does a lookup to see which element is at the mouse coordinate it uses the View/JPanel's relative mouse click coordinates.First support for labels correctly centered on cubic-curves and multi-edges.Fix pomSwitched core and algo dependencies to 1.3.Update POM: remove scala.version classifier, update version to 1.3-SNAPSHOT, remove obfuscation for org.graphstream.**Fix a bug in coordinates transform for sprite.Added changelog from 1.1 to 1.2Change POM to use Scala 2.101.21.2Merge branch 'master' of github.com:graphstream/gs-uiUpdate POMUpdated the gs-ui README.Merge branch 'master' of github.com:graphstream/gs-uiBug on skeletons.Bug on the skeletons.Update licence preambleCamera for PX and GU projections.ui.gobelinui.gobelinHobGobelin uses SOFA Matrix4.Minor changes to Camera.HobGobelin renderer uses SOFA SGL.Adapted JoglView to the new View interface and ViewBase class.Basis for an OpenGL GraphRenderer and View named HobGobelin.