]> git.lyx.org Git - lyx.git/history - src/mathed/math_mathmlstream.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_mathmlstream.C
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip out redundant #includes
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws changes
2002-10-28 Dekel TsurMaxima
2002-10-16 André Pönitzfix writing of some spaces.
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-08-30 André Pönitzsmall stuff
2002-08-22 André Pönitzmove some stuff from BufferView_pimpl.C to text3.C...
2002-08-22 André Pönitztemporary reversal of the 'don't write spaces' stuff...
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-09 Angus LeemingCompilation fix.
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-07-31 André Pönitza step towards world domination^H^H^H
2002-07-11 André Pönitzremove hard-wired association LaTeX macro <-> mathed...
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-05-28 André Pönitzadd missing using's
2002-04-24 André Pönitzfix crash due to wrong export of AMS's pmatrix etc...
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