0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fixed a bug in GraphML parser related to empty edge ids More... about 12 years ago
- removed some of the commented out default style properties within GraphStyleManager More... about 12 years ago
minor correction for SelectControl More... about 12 years ago
- changed some of the default style values for nodes and edges More... about 12 years ago
- both import and export methods of GraphMLPorter are now functional More... about 12 years ago
- added an interface (IGraphPorter) for graph export/import operations More... about 12 years ago
- minor bugfix for global configuration handling More... about 12 years ago
- added support for resetting and reloading the graph data programmatically (which will be useful when importing graphs from GraphML) More... about 12 years ago
- minor improvement for SimpleArrowUI regarding variable names More... about 12 years ago
- slightly modified addEdgeFor method of GraphManager More... about 12 years ago
- changed the signature of intersection method for INodeUI interface; now it takes an edge as a parameter instead of central points of source and target nodes. this change is performed considering a possible curved edge implementation in the future; with the previous intersection method, it was not easy to pass an edge's curvature information. More... about 12 years ago
- added functions to GraphManager and Node classes to enable empty compound node creation More... over 12 years ago
- added mergeProps method to Style to enable multiple style property update with one function call More... over 12 years ago
- added a new function (getPropNames) for the Style class More... over 12 years ago
- added unregisterUI method to UI managers More... over 12 years ago
- added methods to center the graph view, to zoom to actual size, and to fit to screen More... over 12 years ago
- added AUTO_COMPOUND state to StateManager to decide whether clicking on a node (while adding a new node) will add a new node as a child or not. More... over 12 years ago
minor comment corrections More... over 12 years ago
changed default label text mode from TextSprite.BITMAP to TextSprite.DEVICE, this fixed resolution bug for labels when zooming More... over 12 years ago
- updated default bend point style More... over 12 years ago
- added a default state (ADDING_EDGE) to the state manager, indicating the state between two clicks while adding an edge More... over 12 years ago
added a utility class for image operations More... over 12 years ago
- bug fix for unknown UIs in edge, node and compound node renderers More... over 12 years ago
bug fix for EdgeLabeler related to empty labels More... over 12 years ago
- chiweb1x branch is converted to a flex library and chiweb1x.mxml application file is removed from the branch More... over 12 years ago
- bug fix for PanControl to prevent panning while dragging a node More... over 12 years ago
- enabled customization of pan and zoom controls More... over 12 years ago
- improved pan and zoom controls (still need work for customization) More... over 12 years ago
- introduced pan and zoom controls triggered by mouse events (still there are some known bugs) More... over 12 years ago
- added methods into the GraphManager to allow filtering and removing multiple elements specified within an array. More... over 12 years ago