Releases: dmfrodrigues/GraphViewerCpp
Releases · dmfrodrigues/GraphViewerCpp
v1.4.0
v1.3.0
v1.2.0
v1.1.0
File GraphViewerCpp.zip
already includes SFML.
ChangeLog (relative to v1.0.0):
- Edges and nodes can now be individually disabled/enabled
- Window scale and center now can be obtained using corresponding getters
- Fixed minor issue with examples (were not centered around the drawn area)
- Can now set/get node label color
- Can now set/get edge label color
- Can now set/get background color
- Fixed issue with
setCenter
crashing the window - Can now set/get label character sizes of nodes and edges
v1.0.3
ChangeLog
- Fixed issue with
setCenter
crashing the window - Can now set/get label character sizes of nodes and edges
v1.0.2
ChangeLog
- Can now set/get node label color
- Can now set/get edge label color
- Can now set/get background color
v1.0.1
ChangeLog
- Edges and nodes can now be individually disabled/enabled
- Window scale and center now can be obtained using corresponding getters
- Fixed minor issue with examples (were not centered around the drawn area)
v1.0.0
First release