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

Add support for isolates in bidi context #5447

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

Commits on Jun 4, 2018

  1. added support for bdi tags using markers

    Alexis DOUALLE committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    65327cd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. changed bidi 'N' algorithm to handle isolates

    Alexis DOUALLE committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    09c2ec6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. added atomic argument to iterateBidiSections()

    Alexis DOUALLE committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    7f53d6e View commit details
    Browse the repository at this point in the history
  2. remove cached order when marking text as isolate

    Alexis DOUALLE committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    dfe6306 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. added test for bidi isolates

    Alexis DOUALLE committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    cbd37a2 View commit details
    Browse the repository at this point in the history
  2. ignore .vscode

    Alexis DOUALLE committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    6cd4dba View commit details
    Browse the repository at this point in the history
  3. really removed .vscode

    Alexis DOUALLE committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    e40484e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fed963 View commit details
    Browse the repository at this point in the history
  5. removed atomic test in bidi algorithm

    Alexis DOUALLE committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    71c13a2 View commit details
    Browse the repository at this point in the history
  6. missing space

    Alexis DOUALLE committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c314ebf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. clearing mark now resets line order

    Alexis DOUALLE committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    5723deb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Reverted bidi neutral algorithm

    Alexis DOUALLE committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a30947d View commit details
    Browse the repository at this point in the history
  2. fixed bidi neutrals algorithm

    Alexis DOUALLE committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    82e3bb4 View commit details
    Browse the repository at this point in the history
  3. removed semicolon

    Alexis DOUALLE committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a5d799e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. text and isolate position truncated when isolates overlap

    Alexis DOUALLE committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    2f61258 View commit details
    Browse the repository at this point in the history
  2. bug fix in textAndIsoaltePositions

    Alexis DOUALLE committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5eb74de View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Error thrown when inserting overlapping isolate markers

    Alexis DOUALLE committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    3b6c52c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. improved getTextAndIsolatePositions function

    Alexis DOUALLE committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    7809754 View commit details
    Browse the repository at this point in the history