1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Anthony Nicholls
c1affc0a0e Unicode: Make it clearer that a lambda is being immediately invoked 2025-09-25 14:56:34 +01:00
reuk
eddedc2d13
UnicodeGenerated: Remove redundant fields 2024-09-18 19:13:09 +01:00
reuk
2bdf510f49
SheenBidi: Remove emoji script type 2024-09-18 19:13:08 +01:00
reuk
c49fe0b6be UnicodeGenerated: Improve memory usage during compilation with gcc-7 2024-09-04 14:56:29 +01:00
Oliver James
0b60559905 Unicode: Perform major refactor
This commit encapsulates the following:
* Removal of public Unicode classes.
* Move to new 'blob' generated data format.
* Fix issue where numerical characters would be assigned incorrect bidirectional levels, resulting in them rendering in the wrong order.
* Adds a unit test for the number ordering issue.
* Refactor of Bidirectional and Line breaking algorithms.
2024-05-23 12:54:13 +01:00