]> git.lyx.org Git - lyx.git/history - src/Row.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Row.cpp
2024-03-22 Jean-Marc LasgouttesRevert "Fix display of a math hull inset in a tight...
2024-02-29 Jean-Marc LasgouttesFixup 71d9f6e9: swap two tests to avoid line breaking...
2023-12-11 Jean-Marc LasgouttesShow change bar for an end-of-paragraph change
2023-09-25 Jean-Marc LasgouttesImprove comments
2023-09-25 Jean-Marc LasgouttesAvoid row breaking at inconvenient places.
2023-09-25 Jean-Marc LasgouttesRevert "Avoid row breaking at inconvenient places."
2023-09-15 Jean-Marc LasgouttesRename shortenIfNeeded first parameter to `max_width'
2023-07-14 Jean-Marc LasgouttesFix display of a math hull inset in a tight inset
2023-05-23 Jean-Marc LasgouttesFixup 1d637b8a: do not set extra spacing for typewriter
2023-05-02 Jean-Marc LasgouttesFixup e1261817: place cursor correctly in RtL
2023-03-18 Jean-Marc LasgouttesSpaces in typewriter font never expand in justified...
2023-03-03 Jean-Marc LasgouttesAvoid row breaking at inconvenient places.
2023-02-20 Jean-Marc LasgouttesAdd commented-out code that might prove useful one day
2023-01-06 Jean-Marc LasgouttesFixup dcef1a9c: better handling of front-of-string...
2023-01-05 Jean-Marc LasgouttesAdd information to Row::operator<<
2022-11-16 Jean-Marc LasgouttesMerge branch 'breakspace'
2022-11-10 Jean-Marc LasgouttesHandle multiple spaces at row break
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-23 Jean-Marc LasgouttesFix line breaking at trailing space
2022-07-16 Jean-Marc LasgouttesRename Row::right_boundary to end_boundary
2022-06-12 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2022-06-09 Jean-Marc LasgouttesImplement CanBreakBefore row flag
2022-04-08 Jean-Marc LasgouttesFix crash with countExpanders in Qt6
2022-01-23 Jean-Marc LasgouttesFix breaking of MANUAL_LABEL paragraph when label is...
2022-01-17 Jean-Marc LasgouttesMake LABEL_MANUAL label breakable when larger than...
2022-01-17 Jean-Marc LasgouttesFix computation of LABEL_MANUAL label separation
2022-01-13 Jean-Marc LasgouttesBetter handling of trailing spaces in rows.
2021-12-15 Jean-Marc LasgouttesAvoid duplication of words on screen
2021-12-09 Jean-Marc LasgouttesFix endless loop when breaking text
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesSimplify setting of RTL in rows
2021-12-07 Jean-Marc LasgouttesBreak multi-row strings in one pass
2021-12-07 Jean-Marc LasgouttesAdd operator<< for Row::Elements
2021-12-07 Jean-Marc LasgouttesFix setting of row pos/endpos (overlapping rows)
2021-12-07 Jean-Marc LasgouttesGet rid of need_new_row boolean in breakParagraph
2021-12-07 Jean-Marc LasgouttesCentralize the code that removes trailing spaces from...
2021-12-07 Jean-Marc LasgouttesHandle the case where breakAt cuts after trailing space
2021-12-07 Jean-Marc LasgouttesLast step of transition: use sortenIfNeeded again.
2021-12-07 Jean-Marc LasgouttesChange the way the element's width is updated.
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-12-07 Jean-Marc LasgouttesSmall Row cleanups
2021-12-07 Jean-Marc LasgouttesChange FontMetrics::breakAt to return a position
2021-01-06 Jean-Marc Lasgouttesfix Row::findElement when there is a Virtual element
2021-01-06 Jean-Marc LasgouttesRemove some useless Row:: prefixes
2020-11-27 Yuriy SkalkoUse iround function, amend c0ce79452f
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-07-12 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2020-07-12 Jean-Marc LasgouttesImprove handling of top and bottom margin
2020-06-23 Jean-Marc LasgouttesAllow row-breaking after some insets
2020-06-22 Jean-Marc LasgouttesThe hard-coding of word_wrap has been fixed at bf88ad49.
2020-01-12 Jean-Marc LasgouttesFixup b321bb1a: set changebar when inset contains changes
2019-06-05 Jean-Marc LasgouttesMake Word Wrap property confiurable by language
2019-05-15 Jean-Marc LasgouttesSome Asian langagues allow to wrap text at any position
2019-05-13 Jean-Marc LasgouttesRevert "Try to compute row height like it should be...
2019-01-16 Jean-Marc LasgouttesTry to compute row height like it should be done
2018-01-15 Jean-Marc LasgouttesPartial cleanup of the row selection code
2017-12-14 Jean-Marc LasgouttesChange parameter name
2017-11-29 Jean-Marc LasgouttesMake sure that rows are repainted when they get (un...
2017-11-11 Jean-Marc LasgouttesRemove row crc computation
2017-11-11 Jean-Marc LasgouttesStore change bar information in row element
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-04-10 Jean-Marc LasgouttesTry to preserve small details from eb4a2a19
2017-04-06 Jean-Marc LasgouttesRow::Element::x2pos: go to nearest point also over...
2017-04-06 Jean-Marc LasgouttesRevert "When selecting text with the mouse, inset selec...
2017-03-05 Guillaume MunchFix warning
2017-02-18 Guillaume MunchWhen selecting text with the mouse, inset selection...
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
2016-11-21 Guillaume MunchAmend b30f8d3c
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-03-09 Jean-Marc LasgouttesReset right_boundary row property when row is shortened
2016-02-04 Jean-Marc LasgouttesAllow breaking a row element at a leading/trailing...
2016-01-19 Jean-Marc LasgouttesAllow breaking a row element at a leading space
2015-10-28 Jean-Marc LasgouttesJustify row correctly after double space
2015-10-25 Jean-Marc LasgouttesAvoid showing vertical scroll mark when not necessary
2015-09-21 Jean-Marc LasgouttesNew helper method Row::Element::isRTL()
2015-08-24 Jean-Marc LasgouttesFix some row breaking problems with large insets
2015-07-22 Jean-Marc LasgouttesAnother go at improving row shortening
2015-07-22 Jean-Marc LasgouttesDo not break row at inset boundary if possible
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesGet rid of SEPARATOR row element type
2015-07-20 Jean-MarcOnly compute string length every 30 characters
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-20 Jean-Marc LasgouttesDo not break row elements at spaces
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-03-01 Jean-Marc LasgouttesFix cursor position before a virtual element
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-22 Jean-Marc LasgouttesReduce use of double variables in Row
2014-10-27 Richard HeckFix warnings.
2014-10-16 Jean-Marc LasgouttesFix ticket #9224: text overflows through adjacent insets
2014-08-06 Enrico ForestieriDo not allow copying a separator without a following...
2014-07-28 Jean-MarcMore tweaking of boundary setting at end of row
2014-07-28 Jean-MarcFix display of cursor at end of row
2014-07-28 Jean-Marc LasgouttesFix compilation warnings on windows.
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
next