Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gs-ui
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
graphstream
gs-ui
Graph
e3a4c9e540421a67e12e171131211e7084c9eff2
Select Git revision
Branches
3
1.x
master
default
ui.gobelin
Tags
6
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.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jun
4
17
May
13
7
Apr
2
Mar
13
Aug
11
10
8
25
Jun
5
Mar
4
28
Feb
14
5
Dec
4
12
Sep
11
6
7
Jun
4
11
Apr
10
28
Mar
30
Jul
29
27
26
24
20
19
2
4
Jun
23
May
10
Apr
27
Mar
22
19
Jan
13
12
24
Dec
15
13
8
6
5
2
30
Nov
15
14
11
10
9
7
2
29
Oct
28
26
4
22
Jul
19
7
4
2
1
29
Jun
15
6
20
May
15
13
12
21
Apr
18
16
14
12
10
9
18
Jan
15
Nov
29
Oct
18
Aug
3
2
1
31
Jul
30
27
25
23
4
May
5
Mar
18
Feb
7
2
22
Jan
21
20
18
15
14
4
3
2
30
Dec
Switch back master branch to 1.x. We will use the 2.x branch for development until an alpha release is ready.
master
master
Fix POM
Start moving to Scala 2.11.x
Update pom.xml
Switch to 2.0-SNAPSHOT
Compile GraphStream using J2SE7.
1.3 1.x
1.3 1.x
Update JUnit to the latest version 4.12.
Update licence preamble
Merge pull request #6 from trajar/master
moved Console.out/err calls to logging api
remove system println, now using standard java logging
Merge pull request #5 from trajar/master
refactored view to use generic interface; view panel is now base swing view
Fixes #122
Merge pull request #3 from pfarner/master
Minor fix to a link in the README
Fix camera px2gu ratio computation bug
Merge pull request #2 from NazIrizarry/master
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. (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 pom
Switched 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.2
Change POM to use Scala 2.10
1.2
1.2
Merge branch 'master' of github.com:graphstream/gs-ui
Update POM
Updated the gs-ui README.
Merge branch 'master' of github.com:graphstream/gs-ui
Bug on skeletons.
Bug on the skeletons.
Update licence preamble
Camera for PX and GU projections.
ui.gobelin
ui.gobelin
HobGobelin 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.