0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added filtering mechanism for nodes and edges More... over 12 years ago
introduced filtering (need to fix compound bounds update) More... over 12 years ago
- renamed ActionState class to StateManager More... over 12 years ago
- added addFilter & removeFilter utility methods (to GeneralUtils) to better manage filter arrays of DataSprite instances More... over 12 years ago
- added bringEdgeToFront method to the utility class Edges More... over 12 years ago
- added GraphManager class and moved methods related to graph topology from GraphView to GraphManager (may need to change package of this new class) More... over 12 years ago
- renamed classes NodeUIs to NodeUIManager, EdgeUIs to EdgeUIManager, CompoundUIs to CompoundUIManager, and ArrowUIs to ArrowUIManager More... over 12 years ago
- improved visual style handling mechanism, but there are still some known bugs to fix More... over 12 years ago
- added listeners for actions that may change visual styles More... over 12 years ago
- added VisualSettings and VisualStyle classes to enable custom style definition for both default and custom data groups (not completed yet) More... over 12 years ago
- fix for unrecognized/unknown UI types for node and edge renderers More... over 12 years ago
- instead of a fixed distance away from the (source or target) node, edge labels positioning is now based on the percentage distance from the node More... over 12 years ago
improved EdgeLabeler, now it is possible to place the edge label onto the center, next to source or next to target More... over 12 years ago
- added a utility class for edges More... over 12 years ago
- introduced a new interface IArrowUI to enable customization of edge arrow UIs without modifying the edge renderer. More... over 12 years ago
Added two default UI classes (rectangle and round rectangle UIs) for compound nodes. Also added a utility class CompoundUIs for compound node UI registration. More... over 12 years ago
- introduced a new interface IEdgeUI to remove edge UI drawing functions from the EdgeRenderer. This allows adding custom edge UIs without modifying the renderer. More... over 12 years ago
Introduced a new interface INodeUI to remove node UI drawing functions from the NodeRenderer and clipping point calculation functions from the EdgeRenderer. This allows adding custom node UIs without modifying the renderers. More... over 12 years ago
Core implementation of chiWeb based on Flare architecture. More... over 12 years ago
a new chiweb1x branch created. More... almost 13 years ago