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

RTL Language Support #2107

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

Commits on Mar 7, 2020

  1. dompdf#712 Added support for languages read from right to left

    - Text aligned right when direction is set to rtl
    - Text of RTL languages is reordered while LTR languages should be untouched
    simonberger committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    1f8f057 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    2dc98a1 View commit details
    Browse the repository at this point in the history
  2. fixed last commit

    simonberger committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    30abbdb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

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

Commits on May 2, 2020

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

Commits on May 8, 2020

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

Commits on May 17, 2020

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

Commits on May 19, 2020

  1. Fixed bidi transform removing whitespace in WS separated inline elements

    The bidi transform may reverse whitespace from start to end or vice versa.
    This is restoring the initial whitespace mainly working around a bug in the bidi transform reversing the WS even on latin text and numbers.
    simonberger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    7cbb6e2 View commit details
    Browse the repository at this point in the history