Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nidi3/graphviz-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nidi3/graphviz-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: shapes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 43 files changed
  • 2 contributors

Commits on Dec 2, 2019

  1. add margin graph attribute

    nidi3 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    f25fffb View commit details
    Browse the repository at this point in the history
  2. make name as Label in Graph

    add name() to LinkSource/LinkTarget
    correct Graph.nodes, add edges/rootEdges to Graph
    nidi3 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a7d5f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf7b3a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. add ProcessOptions

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    418c6ee View commit details
    Browse the repository at this point in the history
  2. code cleanup

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ecaf4a7 View commit details
    Browse the repository at this point in the history
  3. refactor shape/layout parsing

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4a20427 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    c3af474 View commit details
    Browse the repository at this point in the history
  5. update snippets plugin

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    278a2e6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into shapes

    # Conflicts:
    #	graphviz-java/example/ex5p.pdf
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    35421a8 View commit details
    Browse the repository at this point in the history
  7. rename figure->outline, cache Shapes

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7e4d767 View commit details
    Browse the repository at this point in the history
  8. add conversion between mutable and immutable graphs (fix #90)

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    671ecbe View commit details
    Browse the repository at this point in the history
  9. add LayoutLocator, code cleanups

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1644dc7 View commit details
    Browse the repository at this point in the history
  10. remove viewBox from SVG as it seems to fix rendering the margin attri…

    …bute
    
    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4ec057f View commit details
    Browse the repository at this point in the history
  11. fix case when no pad attribute is given in LayoutParser

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    a5c69ea View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. remove viewBox from SVG as it seems to fix rendering the margin attri…

    …bute
    
    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d4d4168 View commit details
    Browse the repository at this point in the history
  2. support pad/margin in LayoutParser

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8dd7ae7 View commit details
    Browse the repository at this point in the history
  3. support attributes with null value (will be ignored)

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5d20993 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. add no-j2v8 module

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    1685ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. more work on Layout stuff

    Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
    nidi3 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    8c03f93 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into shapes

    # Conflicts:
    #	graphviz-java-no-j2v8/pom.xml
    #	graphviz-java/example/ex5p.pdf
    #	graphviz-java/src/main/java/guru/nidi/graphviz/attribute/Attributes.java
    #	graphviz-java/src/main/java/guru/nidi/graphviz/engine/Graphviz.java
    #	graphviz-java/src/main/java/guru/nidi/graphviz/engine/ProcessOptions.java
    #	graphviz-java/src/main/java/guru/nidi/graphviz/model/MutableGraph.java
    #	graphviz-java/src/main/java/guru/nidi/graphviz/model/Serializer.java
    nidi3 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    b2bfd4a View commit details
    Browse the repository at this point in the history
Loading