]> git.lyx.org Git - lyx.git/history - src/mathed/math_stringinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_stringinset.h
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-01-17 André Pönitzinfrastructure for requiring "amssymb".
2001-11-15 André Pönitzmath-extern: some support for things like d/dx
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzrecognize a few "well known functions"
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-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-11-05 André Pönitzwrite \mathrm{x}\mathrm{y} as \mathrm{xy} again