]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / TextMetrics.cpp
2016-06-09 Jean-Marc LasgouttesAnnotate source code to please coverity
2016-06-09 Jean-Marc LasgouttesFix right_boundary properly after a row is shortened
2016-06-03 Jean-Marc LasgouttesTake inset dimension into account in row signature
2016-05-30 Jean-Marc LasgouttesSplit TextMetrics::setRowHeight in three parts
2016-05-30 Jean-Marc LasgouttesDo not require an extra pit parameter when a row is...
2016-05-30 Jean-Marc LasgouttesSet vertical margins in redoParagraph, not setRowHeight
2016-05-30 Jean-Marc LasgouttesRewrite setRowHeight using row information
2016-05-30 Jean-Marc LasgouttesSimplify redoParagraph by merging duplicate code
2016-05-30 Jean-Marc LasgouttesMake the non-drawing cases faster in TextMetrics::drawP...
2016-05-30 Jean-Marc LasgouttesMove some horizontal scrolling code from TextMetrics...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesTextMetrics: Use shorter names for font metrics
2016-05-29 Jean-Marc LasgouttesUse isMainText() instead of doing explicit tests
2016-05-29 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-05-29 Jean-Marc LasgouttesFix horizontal scrolling in full-width collapsable...
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-03-25 Jean-Marc LasgouttesFix some display bugs related to end of paragraph markers
2016-03-12 Jean-Marc LasgouttesDo not set cursor to the right of newline with mouse
2016-03-09 Jean-Marc LasgouttesReset right_boundary row property when row is shortened
2016-03-05 Jean-Marc LasgouttesSet margins correctly for empty rows
2016-03-03 Jean-Marc LasgouttesAvoid endless loop when the window is too narrow
2016-01-29 Jean-Marc LasgouttesAvoid making tabular too large when using a caption...
2015-12-09 Jean-Marc LasgouttesWhen counting hfills, make sure that they are active
2015-12-01 Jean-Marc LasgouttesFix width of row when there are active hfills
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-11-23 Jean-Marc LasgouttesImplement on screen rendering of alignment in LR boxes.
2015-11-06 Jean-Marc LasgouttesBe careful about accounting for the right margin
2015-10-26 Jean-Marc LasgouttesFix commit 32edb659
2015-10-25 Jean-Marc LasgouttesAvoid showing vertical scroll mark when not necessary
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-10-11 Georg BaumFix cursor movement for large logos (#9628)
2015-10-09 Jean-Marc LasgouttesFix display of perenthesis in Hebrew documents
2015-09-27 Jean-Marc LasgouttesRewrite Cursor::getSurroundingPos without Bidi class
2015-09-27 Jean-Marc LasgouttesRepeat after me: into account, into account, into account
2015-09-21 Jean-Marc LasgouttesMake text insets wide as soon as they contain a display...
2015-09-21 Jean-Marc LasgouttesNew helper method Row::Element::isRTL()
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-20 Jean-Marc LasgouttesDo not break row elements at spaces
2015-07-17 Jean-Marc LasgouttesRewrite Cursor::posVisToRowExtremity without Bidi class
2015-07-17 Jean-Marc LasgouttesSome fixups to row margins
2015-07-15 Jean-Marc LasgouttesWhen adding completion to a row, add also the unique...
2015-06-13 Jean-Marc LasgouttesFix cursor setting in right-aligned text
2015-05-12 Juergen SpitzmuellerFix left margin with some nested layouts (#9538)
2015-05-06 Stephan Witt#9514 contents inside of LyX insets with spell check...
2015-04-16 Jean-MarcDo not remove separators at end of rows.
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-02-09 Jean-Marc LasgouttesDo not modify the changed() status of rows when no...
2015-02-08 Scott KostyshakRevert "Do not modify the changed() status of rows...
2015-02-08 Jean-Marc LasgouttesDo not modify the changed() status of rows when no...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Jean-Marc LasgouttesAdd marks to indicate when a row is too large
2015-01-07 Jean-Marc LasgouttesFix some display glitches
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2015-01-07 Hashini SenaratneKeyboard based horizontal scrolling for wide insets
2015-01-07 Jean-Marc LasgouttesTurn a double variable into an int.
2015-01-07 Jean-Marc LasgouttesFix some warnings
2014-12-22 Jean-Marc LasgouttesReduce use of double variables in Row
2014-10-27 Richard HeckFix warnings.
2014-10-19 Jean-Marc LasgouttesFix bug #9288: Cannot position cursor near the end...
2014-10-16 Jean-Marc LasgouttesFix ticket #9224: text overflows through adjacent insets
2014-10-09 Jean-Marc LasgouttesFix ticket #9276: Labeling cursor off by several characters
2014-07-29 Jean-Marc LasgouttesUse enum instead of int in TextMetrics::getAlign
2014-07-28 Jean-MarcMore tweaking of boundary setting at end of row
2014-07-28 Jean-Marc LasgouttesFix compilation warnings on windows.
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesRename rowpainter.* to RowPainter.*
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-20 Jean-Marc LasgouttesRevert optimization where several words are drawn at...
2014-07-09 Jean-Marc LasgouttesGet rid of rtl_support preference
2014-07-08 Jean-Marc LasgouttesReintroduce the code related to InsetEnvSeparator
2014-07-08 Jean-Marc LasgouttesFix breaking of loooong word in RTL languages
2014-07-08 Jean-Marc LasgouttesRemove debug code from TextMetrics
2014-07-08 Jean-Marc LasgouttesFix various selection-related problems
2014-07-08 Jean-Marc LasgouttesUpdate README and do a small code cleanup
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
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 LasgouttesSmall Inset isXXX methods cleanup
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
2014-06-25 Jean-Marc LasgouttesCleanup TextMetrics::rowBreakPoint.
2014-06-25 Jean-Marc LasgouttesRevert temporarily changes related to InsetSeparator
2014-05-28 Enrico ForestieriAvoid an assertion.
2014-05-28 Jean-Marc LasgouttesMake TextMetrics::editXY more robust
2014-05-27 Enrico ForestieriFix indentation of paragraphs after an environment.
2014-05-22 Enrico ForestieriFix another glitch with on-screen indentation.
2014-05-21 Enrico ForestieriFix wrong indentation on screen.
2014-05-16 Enrico ForestieriFix an on-screen representation glitch.
next