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

Fixes #3771. TextView doesn't consider no-printable rune in draw and cursor position. #3772

Open
wants to merge 18 commits into
base: v2_develop
Choose a base branch
from

Commits on Oct 1, 2024

  1. Fixes gui-cs#3771. TextView doesn't consider no-printable rune in dra…

    …w and cursor position.
    BDisp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6a6c210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf6aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4d30a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Fixes gui-cs#3774. TextModel.ToRuneCellList is internal and is better…

    … move it to the public RuneCell class.
    BDisp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    026a20e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2292a86 View commit details
    Browse the repository at this point in the history
  3. Trying fix unit test error.

    BDisp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    153a9f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    29799f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1a0ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5af01 View commit details
    Browse the repository at this point in the history
  4. Add borders to the 16 colors.

    BDisp committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd42a48 View commit details
    Browse the repository at this point in the history
  5. Only consider SelectionStartRow and SelectionStartColumn when Selecte…

    …dLength is grater than 0.
    BDisp committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d3be2ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    a4f2352 View commit details
    Browse the repository at this point in the history
  2. Fix width for 16 colors.

    BDisp committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    439bddf View commit details
    Browse the repository at this point in the history
  3. Fix start/end row and cols.

    BDisp committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    903827a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    ccf2daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93b475 View commit details
    Browse the repository at this point in the history
  3. Fix unit test.

    BDisp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c54041e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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