]> git.lyx.org Git - lyx.git/history - src/support/unicode.cpp
Update shortcuts in fr.po
[lyx.git] / src / support / unicode.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2016-06-26 Guillaume MunchUse move when passed by value
2016-06-14 Guillaume MunchFix compilation with gcc 4.6
2016-06-09 Guillaume MunchExercise: simplify the definition of IconvProcessor
2016-06-09 Guillaume MunchRemove non-copyable idioms
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-01 Georg BaumMake IconvProcessor::Impl noncopyable
2014-07-01 Georg BaumFix memory leak and assignment operator signature
2013-10-10 Georg BaumMake encoding conversions thread safe
2013-02-18 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-02-18 Julien RiouxUse the LyX name of encodings instead of the LaTeX...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-18 Pavel SandaComment some headers before I ditch them again.
2012-11-12 Uwe Stöhrunicode.cpp: make it compile again
2012-11-12 Pavel SandaLess headers in unicode.
2011-01-15 Peter Kümmelupdate other build systems, use lyx::Mutex
2011-01-15 Pavel Sandaadd comment
2011-01-15 Peter Kümmelfix #7240 Random crashes: iconv() is not thread save
2009-05-19 Enrico ForestieriAnother compile fix for msvc.
2009-05-19 Jürgen Spitzmüller* potential compile fix for msvc.
2009-05-19 Jürgen Spitzmüller* calculate the size of the iconv output buffer (bug...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-06 José Matoxendl is defined in ostream, iomanip is not enough ...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2007-12-27 Jürgen Spitzmüller* src/support/unicode.cpp (convert):
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 Abdelrazak Younes- Get rid of unneeded time_type typedef.
2007-11-29 André Pönitzcosmetics
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzuse LYXERR macro to avoid unneeded argument evaluations...
2007-11-03 André Pönitzcosmetics
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-05-14 Abdelrazak YounesAdd two optimized versions of the ucs4 to local encoding.
2007-05-08 Abdelrazak Younesdeclare 'std::foo' and remove 'lyx::'
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two