-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide JSON coordinate options #1071
base: master
Are you sure you want to change the base?
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 915fa24 - Browse repository at this point
Copy the full SHA 915fa24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07e112 - Browse repository at this point
Copy the full SHA d07e112View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d34db90 - Browse repository at this point
Copy the full SHA d34db90View commit details -
Add maps to support coordinate adjustments
* Record the original parent of each edge, before the call to `updateContainment()`. * Split the layout transfer into two passes: Pass 1 does everything except edges; Pass 2 does edges. This allows us to compute the global coords of each node, before working on the edges. * In this commit, we add some diagnostic output to the final JSON, which is probably not ultimately wanted. (Global coords, and original parents.)
Configuration menu - View commit details
-
Copy full SHA for 9976add - Browse repository at this point
Copy the full SHA 9976addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e63089 - Browse repository at this point
Copy the full SHA 3e63089View commit details -
Add
org.eclipse.elk.json.edgeCoords
propertyFor now, we don't do anything with it except note the enum ordinal in the JSON for each edge.
Configuration menu - View commit details
-
Copy full SHA for 7208ee3 - Browse repository at this point
Copy the full SHA 7208ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d49d8b - Browse repository at this point
Copy the full SHA 4d49d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f76fa0 - Browse repository at this point
Copy the full SHA 4f76fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3683032 - Browse repository at this point
Copy the full SHA 3683032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0300a97 - Browse repository at this point
Copy the full SHA 0300a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f72a435 - Browse repository at this point
Copy the full SHA f72a435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d152c9 - Browse repository at this point
Copy the full SHA 6d152c9View commit details
Commits on Aug 26, 2024
-
Use static method instead of deprecated json parser constructor
(Applying suggestions from code review) Co-authored-by: Sören Domrös <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cdd859 - Browse repository at this point
Copy the full SHA 1cdd859View commit details -
(applying suggestion from code review) Co-authored-by: Sören Domrös <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1a02bc - Browse repository at this point
Copy the full SHA b1a02bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331b06a - Browse repository at this point
Copy the full SHA 331b06aView commit details
Commits on Aug 27, 2024
-
Use
PlainJavaInitialization
in testCo-authored-by: Sören Domrös <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c03b80 - Browse repository at this point
Copy the full SHA 8c03b80View commit details
Commits on Aug 28, 2024
-
Determine edge coord modes more efficiently
Now determined for each node only once, on the first traversal.
Configuration menu - View commit details
-
Copy full SHA for 9a4d24f - Browse repository at this point
Copy the full SHA 9a4d24fView commit details -
Simplify adjustment method signature
Also move definitions down in file.
Configuration menu - View commit details
-
Copy full SHA for 5e581f5 - Browse repository at this point
Copy the full SHA 5e581f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8a544 - Browse repository at this point
Copy the full SHA 0f8a544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e082b - Browse repository at this point
Copy the full SHA 81e082bView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52fed6d - Browse repository at this point
Copy the full SHA 52fed6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7cf1a - Browse repository at this point
Copy the full SHA 5d7cf1aView commit details -
Write
container
property into edges only in CONTAINER modeAlso, mention this in the docs.
Configuration menu - View commit details
-
Copy full SHA for 2312415 - Browse repository at this point
Copy the full SHA 2312415View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82ea83d - Browse repository at this point
Copy the full SHA 82ea83dView commit details