]> git.lyx.org Git - lyx.git/history - src/RowPainter.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / RowPainter.h
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-01-14 Jean-Marc LasgouttesStreamline RowPainter a bit
2018-09-20 Jean-Marc LasgouttesPaint underline for insets too.
2018-05-06 Juergen SpitzmuellerAdd \nospellcheck font property
2018-01-16 Jean-Marc LasgouttesSet endlabel color correctly when there is a selection
2017-02-02 Jean-Marc LasgouttesAdd RtL information to Row
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-05-30 Jean-Marc LasgouttesDo not require an extra pit parameter when a row is...
2016-05-30 Jean-Marc LasgouttesRowPainter const cleanup
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesDirectly pass a Row::Element to RowPainter::paintInset
2015-12-02 Jean-Marc LasgouttesMake spellchecker dotted underlines thicker.
2015-10-12 Jean-Marc LasgouttesRemove variable y_top that was computed but not used.
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-16 Jean-Marc LasgouttesRemove old cruft
2015-07-16 Jean-Marc LasgouttesRely on Row elements to draw rows.
2015-07-16 Jean-Marc LasgouttesCode cleanup in RowPainter
2015-07-15 Jean-Marc LasgouttesRename paintTextAndSel to paintStringAndSel
2015-07-15 Jean-Marc LasgouttesAvoid breaking kerning with continuous spell checking
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-06-29 Jean-Marc LasgouttesConstify RowPainter (no intended change)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Jean-Marc LasgouttesAdd marks to indicate when a row is too large
2014-07-25 Jean-Marc LasgouttesRename rowpainter.* to RowPainter.*