]> git.lyx.org Git - lyx.git/history - src/RowPainter.cpp
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / RowPainter.cpp
2018-07-23 Jean-Marc LasgouttesAesthetics: off-by-one in line drawing
2018-07-20 Jean-Marc LasgouttesFix disappearing blue language underline.
2018-05-07 Juergen SpitzmuellerPaint nospell mark lower than foeign mark, since these...
2018-05-06 Juergen SpitzmuellerAdd \nospellcheck font property
2018-02-08 Juergen SpitzmuellerRevert "Mark follow-up paragraphs in a paragraph group...
2018-01-16 Jean-Marc LasgouttesSet endlabel color correctly when there is a selection
2018-01-03 Juergen SpitzmuellerAmend 761a542551bc9 once more.
2018-01-02 Juergen SpitzmuellerLimit 761a542551bc9 to the case where we have a label.
2017-12-31 Juergen SpitzmuellerMark follow-up paragraphs in a paragraph group as nested.
2017-12-14 Jean-Marc LasgouttesRemove duplicate variable
2017-11-11 Jean-Marc LasgouttesStore change bar information in row element
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-08-29 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-12 Jean-Marc LasgouttesAvoid rounding issue when painting selection
2017-02-02 Jean-Marc LasgouttesAdd RtL information to Row
2016-11-04 Jean-Marc LasgouttesRound values properly when drawing right margin selection
2016-10-26 Jean-Marc LasgouttesSome tweaks to selection painting
2016-10-26 Jean-Marc LasgouttesFix compiler warnings spotted by Uwe
2016-10-25 Jean-Marc LasgouttesFixup a700d657 : holes in right margin selection
2016-10-25 Jean-Marc LasgouttesReimplement RowPainter::paintSelection() using row...
2016-08-23 Jean-Marc LasgouttesMove correctly the end of proof marker when row is...
2016-07-20 Jean-Marc LasgouttesWhen painting only insets, paint also change and langua...
2016-07-19 Jean-Marc LasgouttesTry to fix #4889 in the right way
2016-07-04 Stephan WittAdd missing include for abs(int)
2016-07-02 Richard HeckSquash some warnings.
2016-06-29 Richard HeckUse const &.
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-30 Jean-Marc LasgouttesCleanup Painter text() API
2016-05-30 Jean-Marc LasgouttesOnly add inset postion to cache in paintInset
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-09 Jean-Marc LasgouttesRemember the last used QTextLayout object
2015-12-02 Jean-Marc LasgouttesMake spellchecker dotted underlines thicker.
2015-10-28 Jean-Marc LasgouttesFix painting of selection with change tracking
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-10-12 Jean-Marc LasgouttesRemove variable y_top that was computed but not used.
2015-09-21 Jean-Marc LasgouttesNew helper method Row::Element::isRTL()
2015-08-26 Jean-Marc LasgouttesFix continuous spell checking
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesGet rid of SEPARATOR row element type
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-18 Jean-Marc LasgouttesRewrite RowPainter::paintOnlyInsets to use row elements
2015-07-17 Jean-Marc LasgouttesSome fixups to row margins
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 crash when inserting space in the middle of missp...
2015-07-15 Jean-Marc LasgouttesAvoid breaking kerning with continuous spell checking
2015-07-15 Jean-Marc LasgouttesConvert a few more variables to int
2015-07-14 Jean-Marc LasgouttesFix comment.
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-06-29 Jean-Marc LasgouttesConstify RowPainter (no intended change)
2015-05-08 Enrico ForestieriFix compilation after e93444e7
2015-05-08 Stephan Witt#9514 improved document iterator for correct check...
2015-05-06 Stephan Witt#9514 contents inside of LyX insets with spell check...
2015-01-11 Jean-Marc LasgouttesFix two warnings about conversion from double to int.
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-12-22 Jean-Marc LasgouttesReduce use of double variables in Row
2014-07-28 Jean-MarcRename FontSpan::inside(pos) to contains(pos)
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesRename rowpainter.* to RowPainter.*