]> git.lyx.org Git - lyx.git/history - src/ParagraphMetrics.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ParagraphMetrics.cpp
2023-03-03 Jean-Marc LasgouttesAt metrics time, store paragraph id too
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-01 Jean-Marc LasgouttesRemove non-const version of ParagraphMetrics::getRow
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2017-11-11 Jean-Marc LasgouttesRemove row crc computation
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-06-03 Jean-Marc LasgouttesTake inset dimension into account in row signature
2016-03-05 Jean-Marc LasgouttesBetter handling of different int sizes when computing...
2016-03-03 Jean-Marc LasgouttesRevert "Better handling of different int sizes when...
2016-02-29 Jean-Marc LasgouttesBetter handling of different int sizes when computing...
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-01-14 Jean-Marc LasgouttesSquash warnings reported by gcc 4.9
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-24 Jean-Marc LasgouttesFix bug in 81badf: char_type and double do not have...
2014-11-14 Jean-Marc LasgouttesFix overflow of inset over text (see #9224)
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesRemove obsolete code to handle Hebrew and Arabic characters
2014-06-25 Jean-Marc LasgouttesStore in the Row object the list of elements it contains
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckTypos and style.
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...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-01-07 Lars Gullik BjønnesAvoid narrowing in array initializator
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-05-06 Stephan Wittlet the compiler do the maths to compute array size
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-05-21 Uwe Stöhrremove unused includes of convert.h
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-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-09-14 Abdelrazak YounesPatch by Vincent that solves a number of problems relat...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-21 André Pönitzcosmetics
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 André Pönitzsome refactoring.
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-18 Abdelrazak Younesuse sizeof instead of hardcoded value.
2007-11-18 Abdelrazak YounesParagraphMetrics::computeRowSignature(): Fix crc comput...
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-24 Abdelrazak Younescompil fix, sorry.
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-09-29 André Pönitzcosmetics
2007-09-21 Abdelrazak Younes* Inset:
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-29 Abdelrazak YounesEnable use of Row::changed()
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesTake Track-Change into account when calculating row...
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-27 Abdelrazak YounesGather ParagraphMetrics initialization in ParagraphMetr...
2007-08-18 Abdelrazak Younes* Text:
2007-08-18 Abdelrazak Younes* Layout.h
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src/