]> git.lyx.org Git - features.git/history - 00README_STR_METRICS_BRANCH
Move some text from the readme file to relevant source files
[features.git] / 00README_STR_METRICS_BRANCH
2014-07-08 Jean-Marc LasgouttesMove some text from the readme file to relevant source...
2014-07-08 Jean-Marc LasgouttesRemove obsolete code to handle Hebrew and Arabic characters
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesRemove support for LyXRC::force_paint_single_char
2014-07-08 Jean-Marc LasgouttesUpdate description of what has been done in the branch.
2014-07-08 Jean-Marc LasgouttesSpeed-up drawing when text is not justified.
2014-07-08 Jean-Marc LasgouttesImplement a better solution for painting of RTL text
2014-07-08 Jean-Marc LasgouttesDraw right-to-left text string-wise using Qt
2014-07-08 Jean-Marc LasgouttesFix various selection-related problems
2014-07-08 Jean-Marc LasgouttesUpdate README and do a small code cleanup
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
2014-06-25 Jean-Marc LasgouttesSome fixes related to RTL text
2014-06-25 Jean-Marc LasgouttesFix getColumnNearX for nested insets
2014-06-25 Jean-Marc LasgouttesFix line breaking algorithm
2014-06-25 Jean-Marc LasgouttesHandle boundary in getColumnNearX (and more)
2014-06-25 Jean-Marc LasgouttesRe-implement getColumNearX using row elements
2014-06-25 Jean-Marc LasgouttesConvert cursorX() and computeRowMetrics() to the new...
2014-06-25 Jean-Marc LasgouttesImplement proper handling of RtL in Rows
2014-06-25 Jean-Marc LasgouttesStore in the Row object the list of elements it contains
2014-06-25 Jean-Marc LasgouttesImplement real string width computation
2014-06-25 Jean-Marc LasgouttesAdd a readme file describing the state of the branch