]> git.lyx.org Git - lyx.git/history - src/mathed/math_nestinset.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_nestinset.C
2001-12-05 André Pönitzbrute force does not need much code...
2001-11-26 André Pönitzfine-tuning for mouse clicks on script insets;
2001-11-20 André Pönitzselection using the mouse should work now. Note: an...
2001-11-16 André Pönitzsimple search-and-replace
2001-11-16 André Pönitzintroduce test for "equality"
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-24 Angus LeemingCompilation fixes.
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitz- updated BUGS
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-10-12 André PönitzUse references instead of pointers where possible
2001-09-26 André PönitzEven more ugly changes and a new file dependency to...
2001-09-26 André Pönitzfurther code uglification to make Jean-Marc's compiler...
2001-09-14 André Pönitzuse 'size_type' at least for container-like stuff
2001-09-11 André Pönitzpartial fix for the macro problem
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-08-09 André Pönitzmove things around
2001-08-08 André Pönitznew hierarchy for frac-like things
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-08-03 André Pönitzeverything is an inset. sizeof(MathInset) == 36 on...