]> git.lyx.org Git - lyx.git/history - src/mathed/math_stringinset.C
Ensure all #warning statements are wrapped by #ifdef WITH_WARNINGS.
[lyx.git] / src / mathed / math_stringinset.C
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-05 Angus LeemingStrip out redundant #includes
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-25 André Pönitzseveral smallish changes/bugfixes/left overs from Porto
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-05-23 John LevonOK I'll try guii1 again ...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-01-18 André PönitzMartin's validate() patch (\pm\varepsilon\smile)
2002-01-17 André Pönitzinfrastructure for requiring "amssymb".
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-15 André Pönitz*** empty log message ***
2001-11-15 André Pönitzmath-extern: some support for things like d/dx
2001-11-09 André Pönitzsimple MathML output for integrals
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
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