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

#427 API for getting the last y position and more #666

Merged
merged 4 commits into from
Mar 19, 2021

Commits on Mar 9, 2021

  1. #427 API for getting the last y position and more

    Including the page positions of all layers. By popular demand!
    danfickle committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    214a21a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. #427 Let PagePosition directly reference a Layer.

    As kindly suggested by @stechio.
    Also:
    + Make PagePosition immutable.
    + Rename getPagePositions to getAllLayerPagePositions in case we later want to add methods for boxes, etc.
    danfickle committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    50a2e83 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. #427 Make PagePosition generic and rename API methods

    Implementing excellent suggestions made by @stechio in #666.
    
    Note: I did not rename findPagePositionsByID as others may be using.
    danfickle committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f809e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d588f1c View commit details
    Browse the repository at this point in the history