]> git.lyx.org Git - lyx.git/history - src/Row.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Row.h
2023-09-25 Jean-Marc LasgouttesAvoid row breaking at inconvenient places.
2023-09-15 Jean-Marc LasgouttesRename shortenIfNeeded first parameter to `max_width'
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-21 Jean-Marc Lasgouttesvocabulary
2022-07-16 Jean-Marc LasgouttesRename Row::right_boundary to end_boundary
2022-05-31 Jean-Marc LasgouttesFix documentation of Row::splitAt
2022-04-08 Jean-Marc LasgouttesFix crash with countExpanders in Qt6
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-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 LasgouttesCentralize the code that removes trailing spaces from...
2021-12-07 Jean-Marc LasgouttesLast step of transition: use sortenIfNeeded again.
2021-12-07 Jean-Marc LasgouttesIntroduce helper template to simplify breakParagraph...
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-12-07 Jean-Marc LasgouttesSmall Row cleanups
2021-02-16 Jean-Marc LasgouttesMake selections vertically tighter.
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
2019-05-23 Jean-Marc LasgouttesFixup da2696cc: do not clear useful information from row
2019-05-22 Jean-Marc LasgouttesInitialize row preperly on clear()
2019-02-18 Jean-Marc LasgouttesRename Row::dimension() to dim()
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-04-06 Jean-Marc LasgouttesRevert "When selecting text with the mouse, inset selec...
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-06 Guillaume MunchOn-screen justification: stretch in proportion with...
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 LasgouttesLet getPosNearX take horizontal scrolling into account
2016-03-09 Jean-Marc LasgouttesReset right_boundary row property when row is shortened
2015-10-25 Jean-Marc LasgouttesAvoid showing vertical scroll mark when not necessary
2015-09-27 Jean-Marc LasgouttesRewrite Cursor::getSurroundingPos without Bidi class
2015-09-21 Jean-Marc LasgouttesNew helper method Row::Element::isRTL()
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-20 Jean-Marc LasgouttesDo not break row elements at spaces
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-19 Jean-Marc LasgouttesFix bug #9288: Cannot position cursor near the end...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesMove some text from the readme file to relevant source...
2014-07-08 Jean-Marc LasgouttesFix breaking of loooong word in RTL languages
2014-07-08 Jean-Marc LasgouttesFix positionning of cursor
2014-07-08 Jean-Marc LasgouttesFix various selection-related problems
2014-06-25 Jean-Marc LasgouttesSome fixes related to RTL text
2014-06-25 Jean-Marc LasgouttesNew reverseRTL implementation
2014-06-25 Jean-Marc LasgouttesFix line breaking algorithm
2014-06-25 Jean-Marc LasgouttesHandle boundary in getColumnNearX (and more)
2014-06-25 Jean-Marc LasgouttesRe-implement getColumNearX using row elements
2014-06-25 Jean-Marc LasgouttesConvert cursorX() and computeRowMetrics() to the new...
2014-06-25 Jean-Marc LasgouttesImplement proper handling of RtL in Rows
2014-06-25 Jean-Marc LasgouttesStore in the Row object the list of elements it contains
2014-06-25 Jean-Marc LasgouttesChange TextMetrics::rowHeight to setRowHeight
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-13 Pavel SandaSelection painting in Insets (courtesy of fishing industry)
2008-09-16 Jean-Marc Lasgouttesactually this constructor is not used
2008-09-14 Pavel SandaCosmetics (Vincent)
2008-09-14 Abdelrazak YounesPatch by Vincent that solves a number of problems relat...
2008-03-03 Abdelrazak YounesFix multipar selection drawing. The problem was that...
2007-12-06 Abdelrazak YounesCode simplification. We don't need to memorize the...
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-08-29 Abdelrazak YounesBug fixes. changed_ was always true...
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesMerge the Row and RowMetrics class. Those classes were...
2007-08-28 Abdelrazak Younes* Row: Use Dimension class.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/