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

image support #2503

Closed
wants to merge 162 commits into from
Closed

image support #2503

wants to merge 162 commits into from

Commits on Oct 24, 2019

  1. working sixel draft

    jerch committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b2352ea View commit details
    Browse the repository at this point in the history
  2. fix linter and @types/node dep

    jerch committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    11b1458 View commit details
    Browse the repository at this point in the history
  3. install addon deps in CI

    jerch committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4f31ba9 View commit details
    Browse the repository at this point in the history
  4. fix linter error from addon dep

    jerch committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    435e2c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa11cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    81946b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502562e View commit details
    Browse the repository at this point in the history
  3. revert CI pipeline changes

    jerch committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    02c55d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912ccb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9540037 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

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

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    3c5c8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e147673 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    e128e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17dc31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1193aa View commit details
    Browse the repository at this point in the history
  4. make linter happy

    jerch committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    091c421 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    715143c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab63ddd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    750a077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc1ddc View commit details
    Browse the repository at this point in the history
  3. remove marker overload

    jerch committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    988c384 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

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

Commits on Nov 1, 2020

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

Commits on Nov 8, 2020

  1. - sixel handler init with params

    - lower drawImage pressure by drawing neighboring tiles at once
    jerch committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f981f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f90781 View commit details
    Browse the repository at this point in the history
  3. fix tsconfig issues

    jerch committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a67b81b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb52952 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. multiple changes:

    - DECSET/DECRST handlers
    - calc size limit on incoming bytes
    - stub type ICoreTerminal
    - hook for fontSize changes
    - round cell size to full pixels to avoid nasty offsets
    - recreate bitmap also for original
    - store image info in extended attrs
    - create image on cell border aligned canvas
    - extract BG colors from terminal for P2
    - several internal types
    jerch committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9e3f284 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. changes:

    - move csi handler to addon
    - simplify disposing
    - implement reset handlers
    - implement cursor modes: scrolling off | right | below
    - fix missing LE conversion of default BG
    jerch committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8954f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa29fc9 View commit details
    Browse the repository at this point in the history
  3. changes:

    - update sixel package
    - fix bug in image eviction
    - API tests for cursor positioning and eviction
    - fix eslint OOM
    jerch committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d7a4991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf8e62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80e77ef View commit details
    Browse the repository at this point in the history
  6. skip failing test for now

    jerch committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ba2d27c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    9a67407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32a2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a2066e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

Commits on Nov 14, 2020

  1. couple of eviction rules:

    - wipe images on alternate buffer on switch
    - better memory accounting
    - tile count with inline eviction
    - manual tile count tracking on alternate
    - eviction tests
    jerch committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    df48f27 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    896dfd1 View commit details
    Browse the repository at this point in the history
  2. add sixel example file

    jerch committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    2399310 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. multiple WIP changes:

    - early iTerm2 version
      - basic support implemented (no size parameter respected yet)
      - needs several changes to underlying datastructures:
        - canvas not suitable as storage format, needs Bitmap for
          easy and speedy async construction --> rework ImageStorage
        - proper separation of sync vs. async:
          getting image dimsensions must be sync to parser handler,
          everything else can be offloaded (image decoding)
          --> make base64 decoder streamline to return widht/height early
          --> investigate same for SIXEL handler
    - early stub of enhanced image protocol in ImageHandler.ts
      based on discussion in terminal-wg
    jerch committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    07a2d24 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    18855d1 View commit details
    Browse the repository at this point in the history
  2. fix changed handler hook

    jerch committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    43f84c1 View commit details
    Browse the repository at this point in the history
  3. fix linter

    jerch committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8a8fcbd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

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

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    dbba13b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8bd8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff4799 View commit details
    Browse the repository at this point in the history
  4. make linter happy

    jerch committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    daf3a58 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. worker based sixel decoding

    jerch committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    82cbbd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeeb8f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411078c View commit details
    Browse the repository at this point in the history
  4. better worker integration:

    - handle worker loading error gracfully
      - turn sixel actions to NOOPs
      - change feature reporting to not supported
    - worker manager tests
    jerch committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    4180f6e View commit details
    Browse the repository at this point in the history
  5. basic private accessor test

    jerch committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    9514225 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced99a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    346e232 View commit details
    Browse the repository at this point in the history
  8. fix type exports and README

    jerch committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    8522b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. layout few more next steps

    jerch committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    db9bfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46473ff View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    c09128a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9337f8 View commit details
    Browse the repository at this point in the history
  3. expose cell metrics internally

    jerch committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0fd64ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e0e54c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    6993f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b14446 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    143f113 View commit details
    Browse the repository at this point in the history
  2. make linter happy

    jerch committed May 10, 2021
    Configuration menu
    Copy the full SHA
    5a6f3a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e054ec7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    0b3aa46 View commit details
    Browse the repository at this point in the history
  2. fix Promise<void>

    jerch committed May 16, 2021
    Configuration menu
    Copy the full SHA
    7166bf6 View commit details
    Browse the repository at this point in the history
  3. fix mocha timeout error

    jerch committed May 16, 2021
    Configuration menu
    Copy the full SHA
    736fc31 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

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

Commits on May 24, 2021

  1. fix safari render bug

    jerch committed May 24, 2021
    Configuration menu
    Copy the full SHA
    58e3c6e View commit details
    Browse the repository at this point in the history
  2. add banding test

    jerch committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c2c753e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

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

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    005648c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98eb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98c126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c5615 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0d7b3e View commit details
    Browse the repository at this point in the history
  6. make linter happy

    jerch committed May 29, 2021
    Configuration menu
    Copy the full SHA
    c145c63 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

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

Commits on Jun 4, 2021

  1. fix marker memory leak

    jerch committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    0d9a543 View commit details
    Browse the repository at this point in the history
  2. remove <TypeX>yz casts

    jerch committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    dfa8b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69e9779 View commit details
    Browse the repository at this point in the history
  4. use transferable pixel buffer

    jerch committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4c0a5d4 View commit details
    Browse the repository at this point in the history
  5. fix type casts

    jerch committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    124c603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    019986e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

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

Commits on Jun 12, 2021

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

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    f755ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9fe4f1 View commit details
    Browse the repository at this point in the history
  3. basic image data retrieval API

    jerch committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    ebc7145 View commit details
    Browse the repository at this point in the history
  4. limit pixels for single image

    jerch committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    18c898b View commit details
    Browse the repository at this point in the history
  5. cleanup FIXMEs

    jerch committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    84071e3 View commit details
    Browse the repository at this point in the history
  6. fix integration tests

    jerch committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    90864c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. multiple mostly cleanup changes:

    - section about memory usage in README
    - always clear pixel buffer in worker before usage
    - cleanup ImageAddon / apply pixelLimit to graphics attribute sequence
    - cleanup ImageRenderer / less cryptic names
    - cleanup ImageStorage + cellSize fallback
    - add getImageAtBufferCell and extractTileAtBufferCell to public API
    - clickhandler for image retrieval in demo (client.ts)
    jerch committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    28e14b6 View commit details
    Browse the repository at this point in the history
  2. revert false simplification

    jerch committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    708517e View commit details
    Browse the repository at this point in the history
  3. minor fixes

    jerch committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b8f6c26 View commit details
    Browse the repository at this point in the history
  4. change eslint project settings

    jerch committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    10ba35f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Aug 18, 2021

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

Commits on Aug 19, 2021

  1. fix private coreService access

    jerch committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    dfc7e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c09894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32adff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

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

Commits on Aug 28, 2021

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

Commits on Aug 31, 2021

  1. update to new sixel decoder

    jerch committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    db8eb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73459d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27218f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    16eb95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0939d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

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

Commits on Sep 8, 2021

  1. cleanup fixtures

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    6676dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce499d1 View commit details
    Browse the repository at this point in the history
  3. add demo buttons

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    85d8d73 View commit details
    Browse the repository at this point in the history
  4. fix xterm dep version

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    7ed3c48 View commit details
    Browse the repository at this point in the history
  5. simplify worker message types

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3ae28d2 View commit details
    Browse the repository at this point in the history
  6. add example image to readme

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    cd1448b View commit details
    Browse the repository at this point in the history
  7. use star comments in typings

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    0277697 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07bc129 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b720fe View commit details
    Browse the repository at this point in the history
  10. make linter happy

    jerch committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c9f27a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    f128c04 View commit details
    Browse the repository at this point in the history
  2. flip DECSET 80 & 7730 settings

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    87365f1 View commit details
    Browse the repository at this point in the history
  3. fix cursor positioning tests

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    14b4d4c View commit details
    Browse the repository at this point in the history
  4. fix cursor positioning tests

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    09ffed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    276d291 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99e4072 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f003fe View commit details
    Browse the repository at this point in the history
  8. widen type to HTMLElement

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    aaef0fd View commit details
    Browse the repository at this point in the history
  9. update xterm peer dep version

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    bfa0de7 View commit details
    Browse the repository at this point in the history
  10. make workerPath mandatory

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e073d8b View commit details
    Browse the repository at this point in the history
  11. fix page eval in api test

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    918113f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c64048 View commit details
    Browse the repository at this point in the history
  13. change pixelLimit description

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    488cddc View commit details
    Browse the repository at this point in the history
  14. simplify partial addon options

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b9969e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f712933 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba07f6f View commit details
    Browse the repository at this point in the history
  17. use helper for test startup

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    9199b53 View commit details
    Browse the repository at this point in the history
  18. shorten private accessor tests

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ad914a8 View commit details
    Browse the repository at this point in the history
  19. rename Dim to Dimensions

    jerch committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    85c0df0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8eaeb1e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9c2caf0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c1cb794 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd8050a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    336ef5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d882cef View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 22, 2021

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

Commits on Oct 25, 2021

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

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    7b1fcad View commit details
    Browse the repository at this point in the history
  2. fix unknown type in catch

    jerch committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    bc1f1d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

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

Commits on Nov 7, 2021

  1. fix shared palette handling

    jerch committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9468d0d View commit details
    Browse the repository at this point in the history
  2. use enum for ack payload

    jerch committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    55db19c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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