]> git.lyx.org Git - lyx.git/history - src/output_plaintext.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / output_plaintext.cpp
2020-11-30 Yuriy SkalkoRefactor InsetQuotes.h enums
2019-12-27 Juergen SpitzmuellerCorrectly show merged paragraphs with ct in plain text...
2018-07-15 Juergen SpitzmuellerFix bracket output in RTL languages
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-02-06 Julien RiouxGenerate the citation labels before exporting to plain...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2011-05-05 Richard HeckStart the clean up of the updateMacros() calls by movin...
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-06 Abdelrazak Younesfix crash: Copying the paragraphs invalidate the refere...
2008-04-07 André Pönitzcosmetics, maily s/NULL/0/g as hinted by Joost
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-29 Abdelrazak YounesFollowing rev 21967: final touch to odocfstream:
2007-12-29 Jürgen Spitzmüller* src/output_plaintext.cpp:
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-12-05 Abdelrazak Younes* docstream: factorize out some code and introduce...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-09-29 André Pönitzcosmetics
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src/