]> git.lyx.org Git - lyx.git/history - src/RowPainter.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / RowPainter.cpp
2019-05-24 Jean-Marc LasgouttesAlways paint text decoration when painting inset.
2019-03-21 Jean-Marc LasgouttesPlace the depth bar correctly in full screen mode
2019-02-11 Jean-Marc LasgouttesFix Visual C++ warning
2019-01-05 Jean-Marc LasgouttesFix drawing of labels in insets
2018-09-20 Jean-Marc LasgouttesPaint underline for insets too.
2018-09-10 Jean-Marc LasgouttesFix disappearing blue language underline.
2018-04-15 Richard HeckMerge branch '2.3.2-staging' into 2.3.x
2018-02-15 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint...
2018-02-15 Jean-Marc LasgouttesStore change bar information in row element
2018-02-15 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2018-02-08 Juergen SpitzmuellerRevert "Mark follow-up paragraphs in a paragraph group...
2018-01-16 Jean-Marc LasgouttesFix repaint of unselected branch
2018-01-07 Juergen SpitzmuellerMark follow-up paragraphs in a paragraph group as nested.
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.*