]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Disable CheckTeX while buffer is processed
[lyx.git] / src / TextMetrics.cpp
2018-01-30 Jean-Marc LasgouttesMake sure to add at least one element in row if possible
2018-01-30 Jean-Marc LasgouttesRemove 'premature optimization' that proved buggy
2018-01-27 Jean-Marc LasgouttesRevert "Remove 'premature optimization' that proved...
2018-01-15 Jean-Marc LasgouttesRemove 'premature optimization' that proved buggy
2017-09-11 Jean-Marc LasgouttesUpdate row width when inset is indented
2017-08-31 Jean-Marc LasgouttesWhen a row is shortened, reset its flushed() attribute.
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-12 Jean-Marc LasgouttesTextMetrics::leftMargin does not need a max_width parameter
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-06-12 Jean-Marc LasgouttesFix bad cursor positioning when entering an inset
2017-06-08 Jean-Marc LasgouttesRevert "Fix bad cursor positioning when entering an...
2017-06-08 Jean-Marc LasgouttesFix bad cursor positioning when entering an inset
2017-05-24 Jean-Marc LasgouttesTake in account end of paragraph marker for inset width
2017-05-03 Jean-Marc LasgouttesShow properly on screen "indented" maths.
2017-04-20 Jean-Marc LasgouttesMake top/bottom margin value DPI-dependent
2017-04-19 Jean-Marc LasgouttesRewrite mathindent without HSpace class
2017-04-17 Jean-Marc LasgouttesCleanup parindent support
2017-04-06 Jean-Marc LasgouttesRevert "When selecting text with the mouse, inset selec...
2017-04-06 Jean-Marc LasgoutteseditXY: make cursor positionning correct over non edita...
2017-04-06 Jean-Marc LasgouttesSet boundary correctly in getPosNearX
2017-03-10 Guillaume MunchPreventive fix inspired from ~
2017-03-01 Jean-Marc LasgouttesTry another way to signal a false positive to coverity
2017-02-18 Guillaume MunchWhen selecting text with the mouse, inset selection...
2017-02-02 Jean-Marc LasgouttesSimplify TextMetrics::checkInsetHit
2017-02-02 Jean-Marc LasgouttesMove TextMetrics::findRowElement to Row class
2017-02-02 Jean-Marc LasgouttesAdd RtL information to Row
2017-01-27 Jean-Marc LasgouttesFix flushing of row that was cut after an hyphen
2017-01-26 Jean-Marc LasgouttesFix wrong splitting of text row
2017-01-24 Jean-Marc LasgouttesUse Paragraph::getAlign in TextMetrics
2016-11-10 Jean-Marc LasgouttesHandle properly unicode paragraph/line break
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2016-07-21 Jean-Marc LasgouttesRecompute Paragraph::beginOfBody() earlier
2016-07-04 Stephan WittAdd missing include for abs(int)
2016-06-09 Jean-Marc LasgouttesAnnotate source code to please coverity
2016-06-09 Jean-Marc LasgouttesFix right_boundary properly after a row is shortened
2016-06-03 Jean-Marc LasgouttesTake inset dimension into account in row signature
2016-05-30 Jean-Marc LasgouttesSplit TextMetrics::setRowHeight in three parts
2016-05-30 Jean-Marc LasgouttesDo not require an extra pit parameter when a row is...
2016-05-30 Jean-Marc LasgouttesSet vertical margins in redoParagraph, not setRowHeight
2016-05-30 Jean-Marc LasgouttesRewrite setRowHeight using row information
2016-05-30 Jean-Marc LasgouttesSimplify redoParagraph by merging duplicate code
2016-05-30 Jean-Marc LasgouttesMake the non-drawing cases faster in TextMetrics::drawP...
2016-05-30 Jean-Marc LasgouttesMove some horizontal scrolling code from TextMetrics...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesTextMetrics: Use shorter names for font metrics
2016-05-29 Jean-Marc LasgouttesUse isMainText() instead of doing explicit tests
2016-05-29 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-05-29 Jean-Marc LasgouttesFix horizontal scrolling in full-width collapsable...
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-03-25 Jean-Marc LasgouttesFix some display bugs related to end of paragraph markers
2016-03-12 Jean-Marc LasgouttesDo not set cursor to the right of newline with mouse
2016-03-09 Jean-Marc LasgouttesReset right_boundary row property when row is shortened
2016-03-05 Jean-Marc LasgouttesSet margins correctly for empty rows
2016-03-03 Jean-Marc LasgouttesAvoid endless loop when the window is too narrow
2016-01-29 Jean-Marc LasgouttesAvoid making tabular too large when using a caption...
2015-12-09 Jean-Marc LasgouttesWhen counting hfills, make sure that they are active
2015-12-01 Jean-Marc LasgouttesFix width of row when there are active hfills
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-11-23 Jean-Marc LasgouttesImplement on screen rendering of alignment in LR boxes.
2015-11-06 Jean-Marc LasgouttesBe careful about accounting for the right margin
2015-10-26 Jean-Marc LasgouttesFix commit 32edb659
2015-10-25 Jean-Marc LasgouttesAvoid showing vertical scroll mark when not necessary
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-10-11 Georg BaumFix cursor movement for large logos (#9628)
2015-10-09 Jean-Marc LasgouttesFix display of perenthesis in Hebrew documents
2015-09-27 Jean-Marc LasgouttesRewrite Cursor::getSurroundingPos without Bidi class
2015-09-27 Jean-Marc LasgouttesRepeat after me: into account, into account, into account
2015-09-21 Jean-Marc LasgouttesMake text insets wide as soon as they contain a display...
2015-09-21 Jean-Marc LasgouttesNew helper method Row::Element::isRTL()
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-20 Jean-Marc LasgouttesDo not break row elements at spaces
2015-07-17 Jean-Marc LasgouttesRewrite Cursor::posVisToRowExtremity without Bidi class
2015-07-17 Jean-Marc LasgouttesSome fixups to row margins
2015-07-15 Jean-Marc LasgouttesWhen adding completion to a row, add also the unique...
2015-06-13 Jean-Marc LasgouttesFix cursor setting in right-aligned text
2015-05-12 Juergen SpitzmuellerFix left margin with some nested layouts (#9538)
2015-05-06 Stephan Witt#9514 contents inside of LyX insets with spell check...
2015-04-16 Jean-MarcDo not remove separators at end of rows.
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-02-09 Jean-Marc LasgouttesDo not modify the changed() status of rows when no...
2015-02-08 Scott KostyshakRevert "Do not modify the changed() status of rows...
2015-02-08 Jean-Marc LasgouttesDo not modify the changed() status of rows when no...
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
2015-01-07 Jean-Marc LasgouttesFix some display glitches
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2015-01-07 Hashini SenaratneKeyboard based horizontal scrolling for wide insets
2015-01-07 Jean-Marc LasgouttesTurn a double variable into an int.
2015-01-07 Jean-Marc LasgouttesFix some warnings
2014-12-22 Jean-Marc LasgouttesReduce use of double variables in Row
2014-10-27 Richard HeckFix warnings.
2014-10-19 Jean-Marc LasgouttesFix bug #9288: Cannot position cursor near the end...
2014-10-16 Jean-Marc LasgouttesFix ticket #9224: text overflows through adjacent insets
2014-10-09 Jean-Marc LasgouttesFix ticket #9276: Labeling cursor off by several characters
2014-07-29 Jean-Marc LasgouttesUse enum instead of int in TextMetrics::getAlign
2014-07-28 Jean-MarcMore tweaking of boundary setting at end of row
next