]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Introduce new helpers ParagraphMetrics::top/bottom
[lyx.git] / src / TextMetrics.cpp
2024-04-05 Jean-Marc LasgouttesIntroduce new helpers ParagraphMetrics::top/bottom
2024-04-05 Jean-Marc LasgouttesIn the no-draw phase, do not cache the positions of...
2024-03-22 Jean-Marc LasgouttesFix display of a math hull inset in a tight inset
2024-03-22 Jean-Marc LasgouttesRevert "Fix display of a math hull inset in a tight...
2023-12-11 Jean-Marc LasgouttesShow change bar for an end-of-paragraph change
2023-11-02 Enrico ForestieriInherit outer font in text-in-math environments
2023-09-25 Jean-Marc LasgouttesAvoid row breaking at inconvenient places.
2023-07-27 Daniel RamoellerMore consistent line spacing/leading
2023-07-18 Pavel SandaGroup most verbose dbg output into more intuitive categ...
2023-07-14 Jean-Marc LasgouttesFix display of a math hull inset in a tight inset
2023-06-21 Jean-Marc LasgouttesImprove label font computation in insets
2023-04-11 Jean-Marc LasgouttesRevert "Automatically adjust tab stop width"
2023-04-11 Daniel RamoellerAutomatically adjust tab stop width
2023-03-18 Jean-Marc LasgouttesRemove indentation on screen after a plain separator...
2023-03-05 Jean-Marc LasgouttesWhen a displayed inset is aligned left, align it left
2023-03-03 Jean-Marc LasgouttesAt metrics time, store paragraph id too
2023-01-06 Jean-Marc LasgouttesRow breaking: keep unused tail for later (instead of...
2022-11-07 Jean-Marc LasgouttesFix expensive thinko: operator++ returns a reference...
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-16 Jean-Marc LasgouttesRename Row::right_boundary to end_boundary
2022-02-20 Daniel RamoellerCombine the separation between different layouts (with...
2022-01-17 Jean-Marc LasgouttesMake LABEL_MANUAL label breakable when larger than...
2022-01-17 Jean-Marc LasgouttesWhen clearing a row, always clear the whole text area...
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-28 Jean-Marc LasgouttesWhen row if empty, set endpos correctly.
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImprove row flushing
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 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 LasgouttesImplement handling of row_flags for row breaking
2021-12-07 Jean-Marc LasgouttesChange the way the element's width is updated.
2021-12-07 Jean-Marc LasgouttesIntroduce helper template to simplify breakParagraph...
2021-12-07 Jean-Marc LasgouttesA set of easy fixes and missing features
2021-12-07 Jean-Marc LasgouttesUse the new tokenizing and breaking code instead of...
2021-12-07 Jean-Marc LasgouttesBreak the paragraph's big row according to margins
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-12-07 Jean-Marc LasgouttesCreate new method TM::tokenizeParagraph
2021-10-05 Yuriy SkalkoAmend d3c335a5d5
2021-07-21 Jean-Marc LasgouttesCount the width of pilcrows indicating changed end...
2021-05-31 Jean-Marc LasgouttesPrevent insets in table cells from expanding artificial...
2021-04-07 Jean-Marc LasgouttesMake bookmarks display configurable
2021-04-05 Jean-Marc LasgouttesFix drawing of indicators for tracked changes and horiz...
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2021-02-26 Jean-Marc LasgouttesRevert "Display bookmarks in the workarea."
2021-02-16 Jean-Marc LasgouttesFixup 824d1c99: do not change the semantics of leftMarg...
2021-02-16 Jean-Marc LasgouttesMake selections vertically tighter.
2021-02-16 Jean-Marc LasgouttesKeep the useful parts of reverted commits
2021-02-16 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2021-02-16 Jean-Marc LasgouttesRevert "Fix correction of row in getPitAndRowNearY"
2021-02-12 Jean-Marc LasgouttesFix correction of row in getPitAndRowNearY
2021-01-06 Jean-Marc LasgouttesDisplay bookmarks in the workarea.
2021-01-05 Jean-Marc LasgouttesRe-implement display of MARGIN_RIGHT_ADDRESS_BOX
2021-01-05 Jean-Marc LasgouttesFixup 294e4884: center correctly Abstract label when...
2021-01-05 Jean-Marc LasgouttesRevert "Center correctly centered top labels (e.g....
2021-01-05 Jean-Marc LasgouttesCenter correctly centered top labels (e.g. abstract)
2020-11-21 Jean-Marc Lasgouttes(almost) Proper fix for caret droppings
2020-11-17 Jean-Marc LasgouttesTake right margin into account for text inset width
2020-11-12 Yuriy SkalkoSimplify Changers
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-16 Yuriy SkalkoClean includes in TextMetrics.cpp
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-10-01 Jean-Marc LasgouttesRemove non-const version of ParagraphMetrics::getRow
2020-09-22 Jean-Marc LasgouttesDo not use a fake row to compute completion dimension
2020-08-25 Jean-Marc LasgouttesAdd space before display math that starts a paragraph
2020-08-24 Jean-Marc LasgouttesFixup 907f0207: another place where pm.ascent() is...
2020-07-14 Jean-Marc LasgouttesTake the height of label into account when painting...
2020-07-13 Jean-Marc LasgouttesCleanup: BufferView should not need to be friend of...
2020-07-13 Jean-Marc LasgouttesImprove handling of top and bottom margin
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-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-05-12 Jean-Marc LasgouttesAvoid a warning
2020-03-24 Jean-Marc LasgouttesAvoid bleeding of inset background outside of inset
2020-01-15 Jean-Marc LasgouttesReplace the hardcoded TEXT_TO_INSET_OFFSET by tunable...
2019-07-14 Jean-Marc LasgouttesDraw display math numbering outside of inset
2019-07-10 Juergen SpitzmuellerFix right and left layout alignment (in workarea) with RTL
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2019-05-23 Jean-Marc LasgouttesFixup da2696cc: do not clear useful information from row
2019-05-13 Jean-Marc LasgouttesRevert "Try to compute row height like it should be...
2019-04-21 Juergen SpitzmuellerHandle orphaned bibitems
2019-04-03 Jean-Marc LasgouttesFixup 283ac91a: Forgotten test for null pointer
2019-04-03 Jean-Marc LasgouttesPut end label on own row after display inset
2019-04-02 Jean-Marc LasgouttesPass a pit to Text::isRTL(), not a paragraph
2019-03-21 Jean-Marc LasgouttesMark inserted/deleted end of paragraph using pilcrow
2019-02-25 Jean-Marc LasgouttesChange the way scrolled rows are tracked
2019-02-25 Jean-Marc LasgouttesMove some TextMetrics code around.
2019-02-18 Jean-Marc LasgouttesRename Row::dimension() to dim()
2019-02-04 Jean-Marc LasgouttesDo not rely on x_ when painting label
2019-01-16 Jean-Marc LasgouttesTry to compute row height like it should be done
2019-01-11 Jean-Marc LasgouttesFix alignment of rows when text width is variable
2018-10-30 Juergen SpitzmuellerFix parentheses with Hebrew
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
next