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

text: Introduce layout coordinate space and transforms #18448

Merged
merged 5 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. text: Push mask before transform during render

    This makes it possible to collapse two transforms into one.
    kjarosh committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b5ad880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b84860 View commit details
    Browse the repository at this point in the history
  3. text: Introduce layout coordinate space and transforms

    Layout coordinates define where the whole text layout is rendered,
    irrespective of TextField's bounds, gutter, and scrolls.
    
    This patch introduces the idea of layout space and implements matrices
    used for translating local space to layout space and vice-versa.
    kjarosh committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    201edac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c038a49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b911b View commit details
    Browse the repository at this point in the history