]> git.lyx.org Git - features.git/history - src/frontends/qt/GuiFontMetrics.cpp
Handle multiple spaces at row break
[features.git] / src / frontends / qt / GuiFontMetrics.cpp
2022-11-10 Jean-Marc LasgouttesHandle multiple spaces at row break
2022-11-10 Jean-Marc LasgouttesIntroduce a struct to handle docstring <-> QString...
2022-11-07 Jean-Marc LasgouttesRevert "Fixup 572b06d6: reduce cache size for breakString"
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-21 Jean-Marc LasgouttesFixup 572b06d6: reduce cache size for breakString
2022-06-27 Jean-Marc LasgouttesFix line breaking thinko with Qt4
2022-05-19 Jean-Marc LasgouttesFixup d723b903: Fix slow display of large paragraphs
2022-04-08 Jean-Marc LasgouttesFix crash with countExpanders in Qt6
2022-01-23 Jean-Marc Lasgouttesbrkstr2str_pos: avoid case where length is negative
2022-01-13 Jean-Marc LasgouttesCompilation fix for Qt4
2022-01-13 Jean-Marc LasgouttesBetter handling of trailing spaces in rows.
2021-12-27 Jean-Marc LasgouttesTypo
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesIncrease metrics cache maximal size
2021-12-07 Jean-Marc LasgouttesBreak multi-row strings in one pass
2021-12-07 Jean-Marc LasgouttesHandle the case where breakAt cuts after trailing space
2021-12-07 Jean-Marc LasgouttesWorkaround for Qt 4
2021-12-07 Jean-Marc LasgouttesChange FontMetrics::breakAt to return a position
2021-09-27 Jean-Marc LasgouttesFixup 6bbd88ac: compilation fix for Qt4
2021-09-24 Jean-Marc LasgouttesImprove (modestly) the performance of font metrics...
2021-06-09 Jean-Marc LasgouttesCleanup: fix comments, move declarations around
2020-10-24 Jean-Marc LasgouttesReplace QFontMetrics::width() by horizontalAdvance...
2020-09-28 Pavel Sandaamend 6d6fc761be
2020-09-28 Pavel SandaQt4 compilable again
2020-09-28 Yuriy SkalkoUse real italic slope for slanted caret
2020-09-14 Jean-Marc LasgouttesAdd method FontMetrics::italic()
2020-09-08 Enrico ForestieriTry to use the right width for math symbols
2020-08-29 Enrico ForestieriUse correct width for \fint
2020-08-06 Enrico ForestieriCorrectly compute metrics for single-char non-math...
2020-07-24 Enrico ForestieriFix placement of limits with integral signs
2020-01-27 Jean-Marc LasgouttesAdopt a 'belt and braces' approach to bidi forcing
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt