]> git.lyx.org Git - lyx.git/history - src/mathed/math_charinset.h
Ensure all #warning statements are wrapped by #ifdef WITH_WARNINGS.
[lyx.git] / src / mathed / math_charinset.h
2004-02-03 André Pönitzfix a few of the recent width cache related problems
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-01-07 André Pönitzsimplified search in mathed
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-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-08-08 André Pönitza bit more const correctness
2002-06-28 André Pönitz remove "remove seemingly unneeded {} hack"
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-15 André PönitzwhichFont down to 9%...
2002-02-01 André PönitzFix fuer #209
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-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önitzdon't #include too much stuff in .h
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-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-17 André Pönitzwrite sequences of chars with same code as unit
2001-08-17 André Pönitznew parser
2001-08-14 André Pönitzremove the imacro_ hack from MathCursor
2001-08-10 André Pönitzsmall stuff
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-06 André PönitzOooooops