summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-11switch sourcepoint and targetpointSuchita Lad
2024-11-11remove unused variablesSunil Shetye
2024-11-11replace k-explicitlink, k-commandlink, k-implicitlink with k-linkSunil Shetye
2024-11-11use simpler keys for finding secondary links with desired source or targetSunil Shetye
use keys for finding if link is directly or indirectly connected to a split block reorder code
2024-11-08Merge pull request #260 from suchitalad/xcosblocksSunil Shetye
added blockpoint code
2024-11-08added blockpoint codeSuchita Lad
2024-11-08continue if the id attribute does not existSunil Shetye
This will ignore the current line
2024-11-08define key for blockSunil Shetye
2024-11-08convert to a node-setSunil Shetye
2024-11-07reformat with folding markersSunil Shetye
2024-11-07Merge pull request #259 from suchitalad/xcosblocksSunil Shetye
Updated splitblock.xsl file
2024-11-07updated splitblock.xsl fileSuchita Lad
2024-11-07Added commentsSuchita Lad
2024-11-06cleanupSunil Shetye
2024-11-06use ext:node-set to get the node set from the result tree fragmentSunil Shetye
2024-11-06Merge pull request #258 from suchitalad/xcosblocksSunil Shetye
Code of mxpoint
2024-11-06Code of mxPointSuchita Lad
2024-10-30Updated files for split_pointSuchita Lad
2024-10-30Merge pull request #257 from suchitalad/xcosblocksSunil Shetye
Added port rotation column in newportblock
2024-10-30Added port rotation column in newportblockSuchita Lad
2024-10-30add functions to reduce repetition of codeSunil Shetye
2024-10-29Merge pull request #256 from suchitalad/xcosblocksSunil Shetye
Updated database
2024-10-29Added one port_rotation column in newblockportSuchita Lad
2024-10-29Updated databaseSuchita Lad
2024-10-29name change for consistencySunil Shetye
2024-10-29Merge pull request #255 from suchitalad/xcosblocksSunil Shetye
Added ordering attribute
2024-10-29Added ordering attributeSuchita Lad
2024-10-28fix display name for ports and linksSunil Shetye
2024-10-28Merge pull request #254 from suchitalad/xcosblocksSunil Shetye
Updated port rotation code of blocks
2024-10-28[CodeFactor] Apply fixescodefactor-io
2024-10-28Updated port rotation code of blocksSuchita Lad
2024-10-26check for null edge in addEdgeSunil Shetye
2024-10-25allow rotation of Components onlySunil Shetye
2024-10-25do not set connected ports to be connected againSunil Shetye
2024-10-25use same ordering for Implicit and Explicit PortsSunil Shetye
2024-10-25code cleanupSunil Shetye
2024-10-25Merge pull request #253 from suchitalad/xcosblocksSunil Shetye
Updated the style attributes of blocks and ports
2024-10-25[CodeFactor] Apply fixescodefactor-io
2024-10-24Updated the style attributes of blocks and portsSuchita Lad
2024-10-24add style to all blocks and portsSunil Shetye
2024-10-24move the port code to functionsSunil Shetye
2024-10-24save root attribid alsoSunil Shetye
reduce flake8 errors
2024-10-23npm audit fixSunil Shetye
2024-10-23Merge pull request #252 from suchitalad/xcosblocksSunil Shetye
Updated position of attribute in Port files
2024-10-23Updated position of attribute in Port filesSuchita Lad
2024-10-23Merge pull request #251 from suchitalad/xcosblocksSunil Shetye
Updated MxGraphParser file
2024-10-22Updated MxGraphParser fileSuchita Lad
2024-10-22add parent to blocks and linksSunil Shetye
also add normal imports along with the star import
2024-10-22copy mxGeometry in Ports alsoSunil Shetye
2024-10-22Merge pull request #250 from suchitalad/xcosblocksSunil Shetye
Added ImplicitInputOutputPort, CommandPort, ControlPort function for …