]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Take right margin into account for text inset width
[lyx.git] / src / TextMetrics.cpp
2020-12-17 Jean-Marc LasgouttesTake right margin into account for text inset width
2020-04-03 Jean-Marc LasgouttesAvoid bleeding of inset background outside of inset
2019-07-11 Juergen SpitzmuellerFix right and left layout alignment (in workarea) with RTL
2019-06-19 Juergen SpitzmuellerHandle orphaned bibitems
2019-05-24 Jean-Marc LasgouttesReset change bar information when breaking row
2018-10-04 Richard Kimberly... Fix bug #10177.
2018-09-18 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-04-27 Jean-Marc LasgouttesRework caret display code
2018-04-15 Richard HeckMerge branch '2.3.2-staging' into 2.3.x
2018-02-20 Jean-Marc LasgouttesUse parMetrics to access the par_metrics_ map
2018-02-15 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint...
2018-02-15 Jean-Marc LasgouttesMake sure that rows are repainted when they get (un...
2018-02-15 Jean-Marc LasgouttesAvoid some caret ghosts
2018-02-15 Jean-Marc LasgouttesRemove row crc computation
2018-02-15 Jean-Marc LasgouttesStore change bar information in row element
2018-02-15 Jean-Marc LasgouttesAllow multiple calls to processUpdateFlags before redraw
2018-02-15 Jean-Marc LasgouttesUpdate insets position in cache in more cases
2018-02-15 Jean-Marc LasgouttesFix caret painting
2018-02-15 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2018-01-30 Jean-Marc LasgouttesMake sure to add at least one element in row if possible
2018-01-30 Jean-Marc LasgouttesRemove 'premature optimization' that proved buggy
2018-01-27 Jean-Marc LasgouttesRevert "Remove 'premature optimization' that proved...
2018-01-15 Jean-Marc LasgouttesRemove 'premature optimization' that proved buggy
2017-09-11 Jean-Marc LasgouttesUpdate row width when inset is indented
2017-08-31 Jean-Marc LasgouttesWhen a row is shortened, reset its flushed() attribute.
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-12 Jean-Marc LasgouttesTextMetrics::leftMargin does not need a max_width parameter
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-06-12 Jean-Marc LasgouttesFix bad cursor positioning when entering an inset
2017-06-08 Jean-Marc LasgouttesRevert "Fix bad cursor positioning when entering an...
2017-06-08 Jean-Marc LasgouttesFix bad cursor positioning when entering an inset
2017-05-24 Jean-Marc LasgouttesTake in account end of paragraph marker for inset width
2017-05-03 Jean-Marc LasgouttesShow properly on screen "indented" maths.
2017-04-20 Jean-Marc LasgouttesMake top/bottom margin value DPI-dependent
2017-04-19 Jean-Marc LasgouttesRewrite mathindent without HSpace class
2017-04-17 Jean-Marc LasgouttesCleanup parindent support
2017-04-06 Jean-Marc LasgouttesRevert "When selecting text with the mouse, inset selec...
2017-04-06 Jean-Marc LasgoutteseditXY: make cursor positionning correct over non edita...
2017-04-06 Jean-Marc LasgouttesSet boundary correctly in getPosNearX
2017-03-10 Guillaume MunchPreventive fix inspired from ~
2017-03-01 Jean-Marc LasgouttesTry another way to signal a false positive to coverity
2017-02-18 Guillaume MunchWhen selecting text with the mouse, inset selection...
2017-02-02 Jean-Marc LasgouttesSimplify TextMetrics::checkInsetHit
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
2017-01-24 Jean-Marc LasgouttesUse Paragraph::getAlign in TextMetrics
2016-11-10 Jean-Marc LasgouttesHandle properly unicode paragraph/line break
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2016-07-21 Jean-Marc LasgouttesRecompute Paragraph::beginOfBody() earlier
2016-07-04 Stephan WittAdd missing include for abs(int)
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
next