Jean-Marc Lasgouttes
b2eba66083
Implement proper handling of RtL in Rows
...
Now the row elements are sorted according to RtL/LtR.
Some additional cleanup.
2014-06-25 17:54:26 +02:00
Jean-Marc Lasgouttes
452fb60359
Store in the Row object the list of elements it contains
...
* Row now contains a vector of Elements
* replace Row::dump by a proper << operator
* the width is updated as elements are added
* breakRow is reimplmented to use this infrastructure
2014-06-25 17:54:26 +02:00
Jean-Marc Lasgouttes
8539f756ed
Implement real string width computation
...
Important features:
* widths are cached in a map
* old behavior is still used when lyxrc.force_paint_single_char is true.
2014-06-25 17:54:15 +02:00
Jean-Marc Lasgouttes
b044696d59
Add a readme file describing the state of the branch
2014-06-25 17:53:35 +02:00