]> git.lyx.org Git - lyx.git/history - src/mathed/math_mathmlstream.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_mathmlstream.C
2002-03-25 André Pönitz- revive 1.1.6 eqnarray behaviour when pressing <Del...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-14 Angus LeemingCreate a new support function lyx::count to use in...
2002-01-11 Angus LeemingFixes for a broken std::count.
2002-01-11 André PönitzAngus: 'WriteStream::addlines' is now the only way...
2002-01-11 André PönitzAdd missing initialization (I dont think that was the...
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-12-03 André Pönitzdo as Lars says
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-12-02 Lars Gullik Bjønnestest add a string operator and comment out a couple...
2001-11-20 André Pönitzfix writing of integers... duh...
2001-11-19 Dekel TsurFix retrun value of InsetFormula::latex
2001-11-09 André Pönitzsimple MathML output for integrals
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-08 André Pönitzadd missing #include (wonder why it compiled here...)
2001-11-07 André Pönitzchange output to uses streams instead of strings