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

Additional TOC implementations #2944

Merged
merged 21 commits into from
Mar 5, 2020
Merged

Commits on Jan 21, 2020

  1. Show Visible-Icon for all ranges in tree that contain visible canvases

    That includes ranges with visible canvases in their members / canvases / items
    as well as their parent ranges.
    lutzhelm committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3f3d5dd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 6, 2020

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

Commits on Feb 7, 2020

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

Commits on Feb 12, 2020

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

Commits on Feb 13, 2020

  1. Toggle nodes with keyboard interaction

    onClick and onKeyDown should be replaced once material-ui TreeItem has
    node selection support:
    mui/material-ui#16795
    lutzhelm committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    bdece1a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    cfdfc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4645fc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a081c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Use node ids instead of Range ids for TOC

    A range might appear more than once in the structure tree, so it's id
    is not unique to the tree.
    lutzhelm committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    2804901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec146f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

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

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    d5b41a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074668e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Fix code style

    lutzhelm committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4bffcce View commit details
    Browse the repository at this point in the history
  2. Run test with explicit WindowSideBarCanvasPanel variant

    Default variant has changed to 'tableOfContents', test for index list will
    fail with default.
    lutzhelm committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    0351f31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f4639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6071801 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

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

Commits on Mar 4, 2020

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

Commits on Mar 5, 2020

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