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

Version 1.2.0 release candidate #25

Merged
merged 81 commits into from
Dec 13, 2023
Merged

Version 1.2.0 release candidate #25

merged 81 commits into from
Dec 13, 2023

Commits on Nov 12, 2023

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

Commits on Nov 13, 2023

  1. feat: added lint layer

    sillydan1 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d89a384 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 15, 2023

  1. feat: add lint sidepanel

    sillydan1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bbeb080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2850c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    46e88da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b86fb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 21, 2023

  1. docs: update progress.md

    sillydan1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8b171bb View commit details
    Browse the repository at this point in the history
  2. feat!: add .equals on syntactic elements

    This will be used for calculating the diffs
    I also had to do some breaking changes in the syntax factory interfaces, since viewmodel elements now need to know their uuid as well
    sillydan1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6d0730e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    056befd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    425b962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd1eb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    6aae4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ed49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4dc15f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100379d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. fix: empty edgecase

    sillydan1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    51b18a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f2595 View commit details
    Browse the repository at this point in the history
  3. chore: spacing cleanup

    sillydan1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1e634d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge pull request #22 from sillydan1/feature/lints

    Feature/lints
    sillydan1 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2a5547c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010fd1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25083bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e484187 View commit details
    Browse the repository at this point in the history
  5. feat: add tarjan implementation

    This is only for the LTS for now, but we should consider creating a yalibs library for it
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0e2e3a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c1fcd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91702db View commit details
    Browse the repository at this point in the history
  8. refactor: rename LintPaneController to LintLayerController

    It makes it a bit easier to decern what the purpose of it is and distiguish from LintPanelController
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6ef22f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b857e52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cea76e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cd4364 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c2538a View commit details
    Browse the repository at this point in the history
  13. fix: convex hull polygons are now reactive, responsive and styled pro…

    …perly
    
    It could be slightly more perfomant, but this is fine for now
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cf77941 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f62a43 View commit details
    Browse the repository at this point in the history
  15. feat: add clipboard tool

    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9afb806 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25b018f View commit details
    Browse the repository at this point in the history
  17. fix: integrate clipboard tool into unified modelling tool

    also use the associated syntax factory
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    62aa87e View commit details
    Browse the repository at this point in the history
  18. feat: add mass delete tool and cut support to clipboard tool

    massdelete tool has better undo-ergonomics, so it has replaced the previous deletion logic in unified modelling tool
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6c1ea0b View commit details
    Browse the repository at this point in the history
  19. docs: update progress

    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e5b354b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    141e80b View commit details
    Browse the repository at this point in the history
  21. docs: update progress.md

    Also rescope 1.2.0 again again
    sillydan1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ea167ec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    517a88f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. feat: add clispinner lsp progress indicator

    This replaces the project name footer thingy
    sillydan1 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a86a941 View commit details
    Browse the repository at this point in the history
  2. nitpick: extract function

    sillydan1 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e583583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e9d270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca9d452 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from sillydan1/feature/lsp

    Feature/lsp
    sillydan1 authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    95e63a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    1e1cca6 View commit details
    Browse the repository at this point in the history
  2. feat: add plugin management side-panel

    This doesnt download or anything. But you can disable installed plugins.
    sillydan1 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1a9ceea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e62afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f10190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef4a7ab View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    a3a0450 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from sillydan1/feature/plugin-manager

    Feature/plugin manager
    sillydan1 authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    71004d9 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove todos in viewmodeldiff

    dont worry, I added an issue #26
    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    2409fca View commit details
    Browse the repository at this point in the history
  4. cleanup: remove consider todo

    it has been considered. The status quo is good enough for now
    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    12899ff View commit details
    Browse the repository at this point in the history
  5. docs: update progress.md

    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    07036fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f35eaf View commit details
    Browse the repository at this point in the history
  7. cleanup: remove solved todo

    ModelDiff has solved this issue
    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f1ca426 View commit details
    Browse the repository at this point in the history
  8. cleanup: remove redundant todo

    None of the listener stuff works very well... It should be fixed, but it's not really an issue at the moment
    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c31d787 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46d8105 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7fc5215 View commit details
    Browse the repository at this point in the history
  11. cleanup: remove todos about duplicate code

    The code is ever so slightly different (x vs y)
    sillydan1 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d2a5763 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    145ae5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa944fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b49be2d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    760b771 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97686e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5bb7da1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd1ed9c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c051f74 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a45ae2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0cc9c1f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    921d447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a6439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e91b09 View commit details
    Browse the repository at this point in the history
  4. docs: add javadocs to graphedit.tool package

    also slight refactor
    sillydan1 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f5a905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e476747 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d82ed45 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. docs: update progress

    sillydan1 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ebe52b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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