]> git.lyx.org Git - lyx.git/history - src/mathed/math_symbolinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_symbolinset.h
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-07 André PönitzSeparate 'cursor inside' and 'cursor behind' cases...
2002-10-28 Dekel TsurMaxima
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-08-09 André Pönitzmore cosmetics
2002-08-08 André Pönitza bit more const correctness
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-28 André Pönitz remove "remove seemingly unneeded {} hack"
2002-05-30 André Pönitzfonts as insets
2002-02-01 André PönitzFix fuer #209
2002-01-17 André Pönitzinfrastructure for requiring "amssymb".
2002-01-16 André Pönitzprepare writing info messages to the minibuffer
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-27 André Pönitzfix drawing glitch with \int (limits are on the side...
2001-11-16 André Pönitzsearch & replace for symbols & function
2001-11-09 André Pönitzsome work on math-extern
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-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 Dekel TsurMore fonts in mathed.
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove things around
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 André Pönitzmove width_/ascent_/descent_ cache into seperate ABC.
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...