]> git.lyx.org Git - lyx.git/history - src/mathed/math_nestinset.h
Get raising/lowering into super/subscripts of selection working (1.3
[lyx.git] / src / mathed / math_nestinset.h
2006-03-20 Martin Vermeer Get raising/lowering into super/subscripts of selectio...
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-04-13 André Pönitzfix the cursor-y problem in math
2004-04-13 André Pönitzmacro rework
2004-04-07 André Pönitzsoem more IU for \mbox
2004-04-05 André Pönitzsmall stuff
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-27 André PönitzWednesday's 'de-mathed-ification' + Row::fill removal
2004-02-25 André Pönitzsome de-mathed-ification
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzmore IU as advertised
2004-02-06 André Pönitzfix mathed crash
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzand some mathed de-uglyfication
2004-01-15 André Pönitzthe monster patch
2004-01-15 André Pönitzsome renaming + safety stuff
2004-01-07 André Pönitzsimplified search in mathed
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-23 André Pönitzdispatch -> priv_dispatch where necessary
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
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-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-10-29 André Pönitz"Better" font handling. I've not found a cause for...
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-01 André Pönitzsave inset lock state in the .lyx file
2002-07-26 André Pönitzmove things around
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-09 André PönitzNew support for \begin{...}...\end{...} style environments
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é 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-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-16 André Pönitzsimple search-and-replace
2001-11-16 André Pönitzintroduce test for "equality"
2001-10-24 André Pönitzremove position cache from insets - these were the...
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-11 André Pönitzpartial fix for the macro problem
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...