Project

General

Profile

« Previous | Next » 

Revision 716dc1eb

Added by Lutz Suhrbier over 12 years ago

View differences:

.gitattributes
3169 3169
org.eclipse.zest.layouts/META-INF/CVS/Root -text
3170 3170
org.eclipse.zest.layouts/META-INF/MANIFEST.MF -text
3171 3171
org.eclipse.zest.layouts/about.html -text
3172
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/Filter.class -text
3173
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/InvalidLayoutConfiguration.class -text
3174
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutAlgorithm.class -text
3175
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutBendPoint.class -text
3176
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutEntity.class -text
3177
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutGraph.class -text
3178
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutItem.class -text
3179
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutIterationEvent.class -text
3180
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutRelationship.class -text
3181
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/LayoutStyles.class -text
3182
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/NestedLayoutEntity.class -text
3183
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/Stoppable.class -text
3184
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm$1.class -text
3185
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm$InternalComparator.class -text
3186
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.class -text
3187
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/CompositeLayoutAlgorithm.class -text
3188
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/ContinuousLayoutAlgorithm.class -text
3189
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/DirectedGraphLayoutAlgorithm$ExtendedDirectedGraphLayout.class -text
3190
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/DirectedGraphLayoutAlgorithm.class -text
3191
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.class -text
3192
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/HorizontalLayoutAlgorithm.class -text
3193
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/HorizontalShift$1.class -text
3194
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/HorizontalShift$2.class -text
3195
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/HorizontalShift.class -text
3196
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/HorizontalTreeLayoutAlgorithm.class -text
3197
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/RadialLayoutAlgorithm.class -text
3198
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.class -text
3199
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm$1.class -text
3200
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.class -text
3201
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/VerticalLayoutAlgorithm.class -text
3202
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/internal/CycleChecker.class -text
3203
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/internal/DynamicScreen$XComparator.class -text
3204
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/internal/DynamicScreen$YComparator.class -text
3205
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/algorithms/internal/DynamicScreen.class -text
3206
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/constraints/BasicEdgeConstraints.class -text
3207
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/constraints/BasicEntityConstraint.class -text
3208
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/constraints/EntityPriorityConstraint.class -text
3209
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/constraints/LabelLayoutConstraint.class -text
3210
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/constraints/LayoutConstraint.class -text
3211
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/BendPoint.class -text
3212
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/DisplayIndependentDimension.class -text
3213
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/DisplayIndependentPoint.class -text
3214
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.class -text
3215
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/InternalNode.class -text
3216
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/dataStructures/InternalRelationship.class -text
3217
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleStructures/SimpleFilter.class -text
3218
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.class -text
3219
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleStructures/SimpleNode$UniqueCompare.class -text
3220
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleStructures/SimpleNode.class -text
3221
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.class -text
3222
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$1.class -text
3223
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$2.class -text
3224
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$3.class -text
3225
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$4.class -text
3226
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$5$1.class -text
3227
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$5$2.class -text
3228
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$5.class -text
3229
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$6.class -text
3230
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$7.class -text
3231
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$8.class -text
3232
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$9.class -text
3233
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample$MainPanel.class -text
3234
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.class -text
3235
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/progress/ProgressEvent.class -text
3236
org.eclipse.zest.layouts/bin/org/eclipse/zest/layouts/progress/ProgressListener.class -text
3237 3172
org.eclipse.zest.layouts/build.properties -text
3238 3173
org.eclipse.zest.layouts/license.txt -text
3239 3174
org.eclipse.zest.layouts/plugin.properties -text

Also available in: Unified diff