]> git.lyx.org Git - lyx.git/history - src/support/docstream.cpp
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / docstream.cpp
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