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

Use new JSServe #2428

Merged
merged 71 commits into from
Dec 30, 2022
Merged

Use new JSServe #2428

merged 71 commits into from
Dec 30, 2022

Commits on Mar 7, 2022

  1. port to new jsserve

    SimonDanisch committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3dcb7d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. switch to new jsserve

    SimonDanisch committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fb51456 View commit details
    Browse the repository at this point in the history
  2. merge master

    SimonDanisch committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    0ae8a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. get first plot going

    SimonDanisch committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4ce2f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. be fast, be cool

    SimonDanisch committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9c5b333 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 10, 2022

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

Commits on Nov 11, 2022

  1. improve event handling

    SimonDanisch committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    da16440 View commit details
    Browse the repository at this point in the history
  2. merge master

    SimonDanisch committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    104a22f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. fixies

    SimonDanisch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5a351df View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. fix tests

    SimonDanisch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    847ec8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae04b3d View commit details
    Browse the repository at this point in the history
  3. fix benchmarks

    SimonDanisch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9a7a9ab View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. bring back precompiles

    SimonDanisch committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f2d6e73 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. update

    SimonDanisch committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    39af4a9 View commit details
    Browse the repository at this point in the history
  2. fix insert

    SimonDanisch committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    665b7e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Nov 29, 2022

  1. fix insert bugs

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    19bf797 View commit details
    Browse the repository at this point in the history
  2. merge master

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4937820 View commit details
    Browse the repository at this point in the history
  3. merge picking PR

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    920c7d1 View commit details
    Browse the repository at this point in the history
  4. fix volume

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    353f4f9 View commit details
    Browse the repository at this point in the history
  5. run linter

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a8fbc70 View commit details
    Browse the repository at this point in the history
  6. make scenes hierarchical

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b115f5b View commit details
    Browse the repository at this point in the history
  7. fix camera3d

    SimonDanisch committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    15fd674 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    204310b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f7eaf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    dd00560 View commit details
    Browse the repository at this point in the history
  2. fix merge

    SimonDanisch committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    89f1d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e17ff14 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    ef98126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a593a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cb833 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    d082867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb8f77 View commit details
    Browse the repository at this point in the history
  3. make picking work

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    66f3892 View commit details
    Browse the repository at this point in the history
  4. try to get docs to work

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6de41c6 View commit details
    Browse the repository at this point in the history
  5. page works differently

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b09fb59 View commit details
    Browse the repository at this point in the history
  6. fix more pages

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a86e532 View commit details
    Browse the repository at this point in the history
  7. fix empty showhtml

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0945f6c View commit details
    Browse the repository at this point in the history
  8. needs async api now

    SimonDanisch committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d0e8c46 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. fix & clean up picking

    SimonDanisch committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    ef0a6e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. pr got merged

    SimonDanisch committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    9e4a8e3 View commit details
    Browse the repository at this point in the history
  2. fix issue with uniforms

    SimonDanisch committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1ee0920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0941c44 View commit details
    Browse the repository at this point in the history
  4. document + fix ToolTip

    SimonDanisch committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    34ddbcd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. fix code block

    SimonDanisch committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6a6396a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix findplot

    SimonDanisch committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9424c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190a15f View commit details
    Browse the repository at this point in the history
  3. merge master

    SimonDanisch committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8240c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6dde7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. fixes

    SimonDanisch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    45d9583 View commit details
    Browse the repository at this point in the history
  2. upgrade ElectronDisplay

    SimonDanisch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5ea679a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab278c7 View commit details
    Browse the repository at this point in the history
  4. import

    SimonDanisch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5d127a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4650a22 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. fix tests

    SimonDanisch committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    54f0dc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    cee1e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96cd3a View commit details
    Browse the repository at this point in the history
  3. fix convert

    SimonDanisch committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a380de8 View commit details
    Browse the repository at this point in the history
  4. add Electron

    SimonDanisch committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    da03043 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. merge master

    SimonDanisch committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d6256f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. update docs

    SimonDanisch committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    bb75031 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. doc fixes

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2a9f145 View commit details
    Browse the repository at this point in the history
  2. fix mesh updates #2204

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    4b54f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f1a0d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    547df01 View commit details
    Browse the repository at this point in the history
  5. try to fix formatting

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    be3ffc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    564fd00 View commit details
    Browse the repository at this point in the history
  7. fix new version

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5d7fadd View commit details
    Browse the repository at this point in the history
  8. restrict to new version

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d7bbc69 View commit details
    Browse the repository at this point in the history
  9. use tagged JSServe

    SimonDanisch committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    a006881 View commit details
    Browse the repository at this point in the history