]> git.lyx.org Git - lyx.git/history - src/mathed/math_charinset.C
preview as preview can...
[lyx.git] / src / mathed / math_charinset.C
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-05 André Pönitzsmall font stuff
2002-05-30 André Pönitzfonts as insets
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John LevonOK I'll try guii1 again ...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-20 Angus LeemingCompile fix.
2002-03-20 André Pönitzfix compilation problem
2002-03-20 André Pönitzusing std::endl; and forbidden small stuff
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-15 André PönitzwhichFont down to 5.3%
2002-02-15 André PönitzwhichFont down to 9%...
2002-02-15 André Pönitzdon't ignore ',' after '\rho'
2002-01-18 André PönitzMartin's validate() patch (\pm\varepsilon\smile)
2002-01-03 André Pönitznext try to fix the 'C-m 11' problem
2001-12-18 Lars Gullik Bjønnessmall stuff, perhaps you should have a look at the...
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-16 André Pönitzsimple search-and-replace
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-05 André Pönitzwrite \mathrm{x}\mathrm{y} as \mathrm{xy} again
2001-10-24 André Pönitzadd missing writeNormal() methods to some insets
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 Dekel TsurMore fonts in mathed.
2001-08-30 André Pönitz*** empty log message ***
2001-08-30 André Pönitzprepare hanling of chars the nee a backslash when writt...
2001-08-28 André Pönitzfix cursor font bug
2001-08-17 André Pönitzfix display "'" vs "\ni"
2001-08-17 André Pönitzwrite sequences of chars with same code as unit
2001-08-17 André Pönitznew parser
2001-08-10 André Pönitzmake {} a proper inset; simplifications to the parser;
2001-08-10 André Pönitzsmall stuff
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzcursor up/down; fix missing brace in write()
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-06 André PönitzOooooops