]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
avoid float-conversion warning and simplify size computation
[lyx.git] / src / TextMetrics.cpp
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.
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-03-14 Jean-Marc LasgouttesWhitespace only.
2014-01-28 Jean-Marc LasgouttesDo not skip space at start of row (fixes #8947, #8838)
2013-12-20 Jean-Marc LasgouttesRemove obsolete comment
2013-04-28 Vincent van RavesteijnFix FontIterator to not access pos >= par.size()
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-11 Richard HeckConst.
2013-02-09 Richard HeckEliminate the hard-coded special handing of chapters...
2013-02-09 Richard HeckChange LabelType Top_Environment to LabelType Above...
2012-07-18 Jean-Marc LasgouttesMake sure that undo is recorded when magic tricks are...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-20 Lars Gullik BjønnesTextMetrics.cpp: comment out addressBreakPoint function
2012-05-10 Vincent van RavesteijnTextMetrics::leftMargin(): Explain why the disabled...
2012-05-10 Vincent van RavesteijnFix bug #8152: Uneditable long rows for 'Right addresses'
2012-04-29 Vincent van RavesteijnIndicate that this rtl variable is only valid on the...
2012-04-29 Vincent van RavesteijnFix bug #7518: Assert when selecting in RTL text
2011-12-07 Richard HeckFix bug #5805 and similar requests. Adds a document...
2011-05-11 Richard HeckFix bugs #7110 and #7160 by reverting r36521.
2011-04-25 Richard HeckJust whitespace and a comment.
2011-03-13 Abdelrazak YounesTextMetrics::editXY(): don't continue executing code...
2011-03-13 Abdelrazak YounesTrying to fix #7321: add some assertions.
2011-03-08 Jean-Marc LasgouttesIn the case of non-null paragraph separation, replace...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-14 Richard HeckFix bug #6302: Allow setting of on-screen paragraph...
2011-02-13 Vincent van RavesteijnAdd comment.
2010-11-26 Richard HeckFix bug #2743.
2010-11-25 Vincent van RavesteijnMove TextMetrics::drawRowSelection to RowPainter::paint...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-13 Jean-Marc LasgouttesRevert r35339 for now following Enrico criticisms....
2010-09-10 Jean-Marc LasgouttesMake lines more compact (less interline spacing).
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-06-25 Jürgen Spitzmüller* TextMetrics.cpp: fix metrics calculation with preceed...
2010-05-05 Vincent van Ravesteijn* TextMetrics.cpp: Line length.
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2010-03-26 Richard HeckStyle, I guess.
2010-03-19 Richard HeckDefer calculations we may not have to do.
2010-03-19 Richard HeckSimplify a bit, after last commit.
2010-03-19 Richard HeckFix at least the most immediate manifestation of bug...
2010-03-11 Vincent van RavesteijnNo camelBump style for local variables.
2010-03-11 Vincent van RavesteijnRemove unused function.
next