]> git.lyx.org Git - lyx.git/history - src/Row.cpp
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / Row.cpp
2017-05-23 Jean-Marc LasgouttesRow::Element::x2pos: go to nearest point also over...
2017-02-06 Jean-Marc LasgouttesFix flushing of row that was cut after an hyphen
2017-02-06 Jean-Marc LasgouttesFix wrong splitting of text row
2016-06-15 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-06-15 Richard HeckUpdates to splitting of consecutive environments.
2016-05-03 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-04-21 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'
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-07-08 Jean-Marc LasgouttesFix bug #9040: In RtL documents end-of-paragraph marker...
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
2014-06-25 Jean-Marc LasgouttesSmall fixes to cursor positioning.
2014-06-25 Jean-Marc LasgouttesMore fixes to cursorX
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 getColumnNearX for nested insets
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-16 Jean-Marc Lasgouttesfix compiler warning introduced in r26399; note that...
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...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-06 Abdelrazak YounesCode simplification. We don't need to memorize the...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
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 YounesSecond Brown paper bag!
2007-08-28 Abdelrazak YounesBrown paper bag!
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/