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

SMILES extension and depiction of multipart reactions #986

Merged
merged 18 commits into from
Aug 1, 2023
Merged

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    37d79ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cb569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae35c3 View commit details
    Browse the repository at this point in the history
  4. Simplify the layout of reactions with a common method for both vector…

    … graphics and raster images.
    johnmay committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3510977 View commit details
    Browse the repository at this point in the history
  5. Allow the ReactionBounds to determine the final arrow size. Padding i…

    …s also now scaled like bond length.
    johnmay committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2fa2335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7383a82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a94e00 View commit details
    Browse the repository at this point in the history
  8. Detect a sequence of reactions and lay them out without replicating t…

    …he intermediate compounds.
    johnmay committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5b7acb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0570b16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89cd4bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    daab4f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    483cf70 View commit details
    Browse the repository at this point in the history
  13. AtomNumber in reactions has been wrong for a while, track the number …

    …with a counter class and ensure in sequence reactions they are numbered correctly (i.e. no gaps).
    
    The highlighting should also be cleared after all the bounds are generated
    johnmay committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    df1812b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4d73834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f2be11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c004fc View commit details
    Browse the repository at this point in the history
  4. Cleanup some code smells.

    johnmay committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    aad7deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a726600 View commit details
    Browse the repository at this point in the history