]> git.lyx.org Git - lyx.git/history - src/support/unicode.cpp
Transfer tempName() implementation to FileName.
[lyx.git] / src / support / unicode.cpp
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