]> git.lyx.org Git - lyx.git/history - src/support/docstream.cpp
Add acmart template
[lyx.git] / src / support / docstream.cpp
2016-01-31 Georg BaumOpen tex2lyx input files with correct encoding
2016-01-31 Georg BaumAvoid encoding changes of open streams if possible
2015-10-20 Vincent van Ravesteijnmsvc: Move implementation of numpunct<> functions to...
2015-05-10 Georg BaumRemove gcc 3 traces
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-09 Georg BaumMove otexstream out of support
2014-05-18 Enrico ForestieriExtend the otexstream class to also report about paragr...
2011-10-23 Enrico ForestieriThinking about it, it is better to always convert to...
2011-10-23 Enrico ForestieriAs stated in r39928, conversion on the fly only works...
2011-10-23 Enrico ForestieriRestore r39921, as a simple solution exists.
2011-10-23 Enrico ForestieriRevert r39921. This would not work because proper facet...
2011-10-22 Enrico ForestieriFix typo.
2011-10-22 Enrico ForestieriAlso account for possible encoding changes embedded...
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
2011-10-08 Enrico ForestieriNo need for the more expensive to_utf8() here.
2011-10-08 Enrico ForestieriFix bug #7800 (Lyx cannot create dvi with Russian)
2011-08-05 Enrico ForestieriFix bug #253 (Incorrect protection of closing quotation...
2011-02-14 Enrico ForestieriAlso catch the endl manipulator for automatic line...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIn order to avoid code replication, use a template...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-04-22 Peter Kümmelbuild with msvc10. Seems there is a bug in their STL...
2009-05-19 Jürgen Spitzmüller* calculate the size of the iconv output buffer (bug...
2009-04-24 Jean-Marc LasgouttesSometimes, iconv on windows returns -1, but sets errno...
2009-04-20 Jean-Marc LasgouttesRemove bogus ifdocstream constructor argument, which...
2009-03-09 Enrico ForestieriFix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi...
2008-11-20 Enrico ForestieriAccording to http://en.wikipedia.org/wiki/ISO-2022...
2008-11-20 Enrico ForestieriHrmpf.
2008-11-20 Enrico ForestieriWas forgetting this.
2008-11-20 Enrico ForestieriAfter a better understanding of the problem, restrict...
2008-11-18 Enrico ForestieriFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489...
2008-11-16 Jean-Marc Lasgouttesadd support for changing encoding on idocstream
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-07-09 Jürgen SpitzmüllerBack to CJK sanity I: Fix bug 4698 and 4696.
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-29 Abdelrazak YounesFollowing rev 21967: final touch to odocfstream:
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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-10 André Pönitzcosmetics
2007-11-08 Enrico ForestieriFix problems with odocstream on "exotic" systems caused...
2007-07-14 Jürgen Spitzmüller* src/support/docstream.cpp (iconv_codecvt_facet::do_ma...
2007-06-27 José MatoxFreeBSD libc uses UCS4, but libstdc++ has no proper...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two