]> git.lyx.org Git - lyx.git/history - src/mathed/math_nestinset.C
fix #1073
[lyx.git] / src / mathed / math_nestinset.C
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-02-18 André Pönitziu2: move localDispatch() to InsetBase
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-06 André Pönitzwhitespace, unused code, unused convenience function...
2002-10-29 André Pönitz"Better" font handling. I've not found a cause for...
2002-10-15 André Pönitz*** empty log message ***
2002-08-22 André Pönitzmove some stuff from BufferView_pimpl.C to text3.C...
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-22 André Pönitzcorrect typo
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-15 André Pönitzsmall bugfix for pasting into non-gridded inset (I...
2002-08-09 André Pönitzmore cosmetics
2002-08-08 André Pönitza bit more const correctness
2002-08-02 André Pönitzmerge MathArray and MathXArray classes.
2002-08-02 André Pönitzuses references instead of returning vectors
2002-08-02 Angus Leeming* Mathed now caches the BufferView as a weak_ptr.
2002-08-01 Angus LeemingPreviews for \input insets.
2002-08-01 André Pönitzsave inset lock state in the .lyx file
2002-07-30 André Pönitzthe up/down stuff reworked
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-26 André Pönitzmove things around
2002-07-26 André Pönitzsome \parbox improvements
2002-07-23 Angus LeemingRegenerate a preview only when leaving a math inset...
2002-07-16 André Pönitzmore work on \parbox support
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-11 André Pönitzremove unneeded member
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...