]> git.lyx.org Git - lyx.git/history - src/Row.cpp
InsetInfo: enable inset dissolve
[lyx.git] / src / Row.cpp
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'
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/