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_editor: Avoid rendering text outside the border #2536

Merged
merged 5 commits into from
Aug 12, 2024

Commits on Aug 3, 2024

  1. text_editor: Avoid rendering text outside the border

    If the height could fit slightly less than an extra line, said line
    would protrude beyond the border of the text editor.
    meithecatte committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4d849aa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    03472df View commit details
    Browse the repository at this point in the history
  2. Remove cursor snapping hack in text_editor

    The `quad` shader now properly takes care of
    snapping lines to the pixel grid.
    hecrj committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be7d175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    373e887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e59d82 View commit details
    Browse the repository at this point in the history