]> git.lyx.org Git - lyx.git/history - src/mathed/math_nestinset.C
using previews might be a good alternative to hard coding such diagrams...
[lyx.git] / src / mathed / math_nestinset.C
2002-07-10 André Pönitzusing previews might be a good alternative to hard...
2002-07-09 André PönitzNew support for \begin{...}...\end{...} style environments
2002-07-08 André Pönitzmake a some members private
2002-07-05 Angus LeemingPreview code
2002-06-27 André Pönitzspeed up preview a bit...
2002-06-24 André Pönitzmost of the so far unapplied stuff from porto including...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-14 José Matoxplaying around with visual feedback for the new mathed...
2002-06-14 José Matoxfix the fix
2002-05-30 André Pönitzfonts as insets
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-11 André Pönitzshow the 'empty base dot' less frequently
2002-02-11 André Pönitzfix parser bug;
2002-02-01 André Pönitzpartial fix for #141
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...