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

WIP: Import selection and editing code from Masonry #88

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add deps for editor code

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f5fe4ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e591bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21973c View commit details
    Browse the repository at this point in the history
  4. Enable editor module

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    86a8c76 View commit details
    Browse the repository at this point in the history
  5. Fix parley imports

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0496b6f View commit details
    Browse the repository at this point in the history
  6. Fix peniko imports

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cdf1a1e View commit details
    Browse the repository at this point in the history
  7. Remove vello dependency

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    216adb2 View commit details
    Browse the repository at this point in the history
  8. Format imports

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    04e9f02 View commit details
    Browse the repository at this point in the history
  9. Import masonry types

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    565b226 View commit details
    Browse the repository at this point in the history
  10. Fix RangedBuilder generics

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2257694 View commit details
    Browse the repository at this point in the history
  11. Fix parley API usage

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3dea1c1 View commit details
    Browse the repository at this point in the history
  12. Remove crate::theme usage

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ad72358 View commit details
    Browse the repository at this point in the history
  13. tracing dep

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    31e430a View commit details
    Browse the repository at this point in the history
  14. parley fixup

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7146f0e View commit details
    Browse the repository at this point in the history
  15. TextChange fixup

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6702626 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fcb84e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dbf4a3d View commit details
    Browse the repository at this point in the history
  18. Remove unused imports

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    829c368 View commit details
    Browse the repository at this point in the history
  19. Add getter for cursor_line

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e12a34b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d28515c View commit details
    Browse the repository at this point in the history
  21. Add Clone derives

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    84d5aec View commit details
    Browse the repository at this point in the history
  22. Add text_brush method

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    de0f45c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f86b561 View commit details
    Browse the repository at this point in the history
  24. Fix cursor line

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ded16f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    af043b8 View commit details
    Browse the repository at this point in the history
  26. Remove dpi dependency

    nicoburns committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    04b9a9c View commit details
    Browse the repository at this point in the history