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

feat: add referenceCursors tool #275

Merged
merged 30 commits into from
Nov 23, 2022
Merged

feat: add referenceCursors tool #275

merged 30 commits into from
Nov 23, 2022

Commits on Oct 30, 2022

  1. added basic cursorCrosshairSync tool with example, TODO: for now curs…

    …orSync is displayed regardless of distance, create configurable distance and also sync the position of all viewports over which the mouse is not to scroll to a slice that is close to the currentMousePosition in 3d space
    doepnern committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    bf792f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. addde stack syncing for StackViewport and syncing for volumeViewport …

    …on imageChange events, added configuration for max display distance
    doepnern committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7601108 View commit details
    Browse the repository at this point in the history
  2. refactored tool functions

    doepnern committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    dc79b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be83f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ceb61d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    74ca98f View commit details
    Browse the repository at this point in the history
  2. undid local tsconfig change

    doepnern committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ae5d20b View commit details
    Browse the repository at this point in the history
  3. undid yarn.lock changes

    doepnern committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e26318c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62a37a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b83d294 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b66b9da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a7e1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    caa8bce View commit details
    Browse the repository at this point in the history
  2. added cleanup when tool gets disabled, this does not get called when …

    …toolGroup gets destroyed, might cause remaining listeners
    doepnern committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    49ddfed View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    7e958e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f7bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    800b39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b450b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365ccff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a5ce2 View commit details
    Browse the repository at this point in the history
  5. updated example-info

    doepnern committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cc0f340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    453d157 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    fea2787 View commit details
    Browse the repository at this point in the history
  2. modified toolGroup so that setting a tool active only changes the cur…

    …sor to default if there is no primary mouse cursor
    doepnern committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7f58d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2875c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5e888f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb7d405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b65080 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    b0b5c8c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fixed typos

    doepnern committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5b2da38 View commit details
    Browse the repository at this point in the history