]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathScript.cpp
Improve metrics for \limits in display mode
[lyx.git] / src / mathed / InsetMathScript.cpp
2020-07-18 Jean-Marc LasgouttesImprove metrics for \limits in display mode
2019-01-05 Jean-Marc LasgouttesAllow toggling (no)limits only after mathop symbol
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-31 Guillaume MunchImplement rule 17
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-05 Guillaume MunchFine tune the math class of InsetMathScript after a4676712
2016-11-22 Guillaume MunchInsetMath: match the screen display with the EnsureMath...
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
2016-11-16 Jean-Marc LasgouttesIntroduce the notion of math class
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2016-06-13 Guillaume MunchRefChanger
2014-02-22 Georg BaumFix bug #8784 (mathml export for scripts)
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-17 Georg BaumFix bug #1424: Native \sideset inset
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-08-20 Enrico ForestieriFix bug #8305: ^ symbol does not render into upward...
2012-02-02 Jean-Marc Lasgouttes* InsetMathScript::doDispatch : properly record undo...
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-31 Richard HeckMake sure to call the parent's validate method.
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-30 Richard HeckSimplify.
2010-03-30 Richard HeckHTML for scripts.
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
2009-12-25 Richard HeckAdd a FIXME.
2009-12-17 Richard HeckFix up math scripts. Everything needs to go into <mrow...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-10-08 Enrico ForestieriFix bug #6264: Broken undo of removed script in mathed...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriUse a helper method in order to avoid code repetition.
2008-06-16 Enrico ForestieriFix bug 1527
2008-05-06 Jean-Marc Lasgouttesunbreak compilation (part 2)
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-09 Stefan Schimanski* change the BufferView cursor to avoid later "successf...
2008-02-09 Stefan Schimanski* fix segfaults/asserts when clicking outside of any...
2008-02-09 Stefan Schimanski* Finally fix the empty-script removal, i.e. remove...
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-22 Stefan Schimanski* kerning may depend on the BufferView because the...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-15 André Pönitzreduce line noise
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-29 Stefan Schimanski* Moving up from lower index shouldn't depend on exista...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...