Skip to content
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

Tree Layout with vertical position constraints #960

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8eefe55
spaeter commit
ClaasN Aug 18, 2023
18646ba
ein zwischenstand
ClaasN Sep 15, 2023
9314139
ein paar checks
ClaasN Sep 16, 2023
b7394d8
neuere version aufs gitlab bringen
ClaasN Oct 2, 2023
1854fb9
Merge remote-tracking branch 'cln/master' into cln/tree-algo
Eddykasp Oct 11, 2023
3e4fa44
remove remaining force alg references
Eddykasp Oct 11, 2023
426e6e4
Update Copyright notices
Eddykasp Oct 12, 2023
45a4edc
Documentation and Cleanup
Eddykasp Oct 12, 2023
21ba60a
Support nodeNode spacing property
Eddykasp Oct 12, 2023
973ff09
Remove unnecessary try catch blocks
Eddykasp Oct 12, 2023
103836e
remove wrongly committed files
Eddykasp Oct 12, 2023
aa26fcc
Use enum for layout strategy
Eddykasp Oct 12, 2023
2da37e1
update build.properties
Eddykasp Oct 12, 2023
fdacded
Extract property
Eddykasp Oct 12, 2023
ec0d332
clean up
Eddykasp Oct 12, 2023
a48f53d
Rename algorithm to VertiFlex
Eddykasp Oct 13, 2023
7c851b2
rename to vertiflex in ELK feature
Eddykasp Oct 13, 2023
e1605f4
rename to vertiflex in ELK pom
Eddykasp Oct 13, 2023
1f968f4
Graph size calculation
Eddykasp Oct 19, 2023
9204ddd
Check for invalid vertical constraints
Eddykasp Oct 19, 2023
625b72c
Remove magic number offset
Eddykasp Oct 19, 2023
2e1f8e6
Refactor phase packages
Eddykasp Oct 19, 2023
96b118d
Fix graph size calculation
Eddykasp Oct 19, 2023
07fbbee
Clean up imports
Eddykasp Oct 19, 2023
d5718f2
Add bend edge router
Eddykasp Oct 19, 2023
b06244c
Fix issues
Eddykasp Oct 20, 2023
d024b5d
Update documentation
Eddykasp Oct 20, 2023
9afabc1
Refactor unclear variable names
Eddykasp Oct 23, 2023
2430094
Documentation
Eddykasp Oct 23, 2023
59c9f66
Document TODO
Eddykasp Oct 23, 2023
f60f1bc
Add consider model order option for straightline layouts
Eddykasp Oct 24, 2023
16e0564
Update build.properties
Eddykasp Nov 3, 2023
9a928ef
tidy up formatting
Eddykasp Nov 3, 2023
26f9216
Refactor variable usage and map access
Eddykasp Nov 3, 2023
7d2b3ed
Documentation
Eddykasp Nov 3, 2023
0fa7c23
Remove unused variable
Eddykasp Nov 3, 2023
288e0f8
Add comments
Eddykasp Nov 3, 2023
192a8d2
Document outline node better
Eddykasp Nov 3, 2023
8940da0
Merge NodeComparator and InverseYNodeComparator classes
Eddykasp Nov 3, 2023
8b02497
Refactor method names
Eddykasp Nov 6, 2023
d4dc7de
Improve Javadoc
Eddykasp Nov 6, 2023
567c0c7
Merge branch 'master' into cln/tree-algo
Eddykasp Aug 28, 2024
8410c2d
update test files
Eddykasp Aug 28, 2024
9e4f9ee
Update plugins/org.eclipse.elk.alg.vertiflex/META-INF/MANIFEST.MF
Eddykasp Aug 28, 2024
4de0be9
add calculation of node micro layout
Eddykasp Aug 28, 2024
019c2a8
Merge branch 'cln/tree-algo' of [email protected]:Eddykasp/elk.git into …
Eddykasp Aug 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Copyright notices
  • Loading branch information
Eddykasp committed Oct 12, 2023
commit 426e6e43257c90ee261024bd3a3123325c46c69b
2 changes: 1 addition & 1 deletion plugins/org.eclipse.elk.alg.yconstree/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 Kiel University and others.
Copyright (c) 2023 Kiel University and others.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2020 Kiel University and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2020 Kiel University and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 claas and others.
* Copyright (c) 2023 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Loading