]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathNest.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathNest.cpp
2016-06-13 Guillaume MunchSimplify the TexRow information for mathed output
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesAvoid incorrect "Autocorrect Off" message
2016-03-16 Jean-Marc LasgouttesIn mathed, only select current cell on double-click
2015-10-23 Uwe StöhrInsetMathNest.cpp: add \sideset to the autocomplete...
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-MarcFix unreachable code
2015-08-23 Guillaume MunchFix bug #6466
2015-08-23 Guillaume MunchImprove math-mode lfun for switching to text
2015-08-23 Guillaume MunchAdd \ensuremath to the list of math completions
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-03-10 Georg BaumRemove unsupported macros from autocompletion
2015-02-14 Georg BaumFix missing symbols in math completer
2015-02-08 Juergen SpitzmuellerAdd pref option to disable middle-mouse-button paste
2015-01-19 Georg BaumFix pasting insets into math (bug #9302)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-29 Georg BaumFix html export of \ne (second part of bug #9372)
2014-11-01 Jean-Marc LasgouttesReimplement inset-select-all in a generic way
2014-08-24 Uwe Stöhrsupport for the LaTeX commands \x***arrow
2014-05-20 Enrico ForestieriGeneralize control on double blank lines.
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Juergen SpitzmuellerStabilize mouse selection in mathed
2014-04-21 Juergen SpitzmuellerFix selection drawing after mouse-double/triple in...
2014-04-04 Juergen SpitzmuellerSet cursor pos after cursor idx to avoid invalid cursor.
2014-02-21 Georg BaumFix remaining part of bug #8967
2014-02-10 Juergen SpitzmuellerFix LFUN_MATH_AMS_MATRIX: it was possible to generate...
2013-06-03 Pavel SandaRemove years forgotten files.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-03-22 Jean-Marc LasgouttesImplement inset-select-all in mathed
2013-02-10 Pavel SandaFix #7865 - Math autocorrection is broken
2013-01-05 Kornel BenkoMerge branch 'master' of git.lyx.org:lyx
2013-01-05 Juergen SpitzmuellerDisable caption-insert in mathed
2012-12-28 Georg BaumFix bug #8464: stackrel with subscript.
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-17 Jean-Marc LasgouttesSimpler fix for undo support when entering \hline in...
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumFix bug #6936.
2012-02-02 Jean-Marc Lasgouttes* InsetMathScript::doDispatch : properly record undo...
2012-01-23 Uwe Stöhradd support for the package cancel in math (fixes ...
2012-01-08 Georg BaumFix bug #5029: Support \smash, \mathclap, \mathllap...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-08-27 Jürgen SpitzmüllerDisable space tyes that are not supported in mathed...
2011-08-27 Jürgen SpitzmüllerIssue the math space dialog (not the text one) when...
2011-06-19 Tommaso CucinottaNow Adv. F&R correctly interprets escape sequences...
2011-06-12 Tommaso CucinottaDisabled possibility to type macros in regexp-mode...
2011-05-04 Enrico ForestieriSome math font changing commands only work in math...
2011-03-19 Vincent van RavesteijnFix bug #7345: Crash when right clicking on displayed...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-02-13 Vincent van RavesteijnConstify InsetMathNest::setMouseHover and remove the...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-12-04 Georg Baumfix remaining bits of bug #6709
2010-11-28 Georg BaumFix bug #7088
2010-11-23 Georg BaumFix inserting subscript/superscript with nonempty selec...
2010-10-29 Vincent van RavesteijnRemove the now unused parameter of createDialogStr();
2010-10-27 Vincent van RavesteijnFix bug #6989: Be somewhat more secure with the homebre...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-30 Enrico ForestieriImplement LFUN_UNICODE_INSERT in mathed.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
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-10 Vincent van RavesteijnWhitespace.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-28 Vincent van RavesteijnCorrect the mess introduced in r33250.
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2009-12-11 Enrico ForestieriFix bug #6382: Wrong cursor placement when inserting...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-08-12 Pavel SandaFix bug #2045.
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-03 Jean-Marc LasgouttesTry to implement properly recursive setBuffer. Normally...
2009-07-12 Uwe Stöhrsupport for matrix decoration in the MathMatrix dialog;
2009-07-09 Enrico ForestieriAllow undoing changes to the name of macros that are...
2009-07-08 Enrico ForestieriRevert r30398, r30396, r30395, r30393, r30392, and...
2009-07-07 Vincent van RavesteijnFix previous commit for macros with arguments, again.
2009-07-07 Vincent van RavesteijnOnly allow the cursor to be in lastpos for macros as...
2009-07-07 Vincent van RavesteijnFix crash when selecting part of a macro and trying...
2009-07-07 Vincent van RavesteijnRemove unneeded check for cur.pos() > 0.
2009-07-07 Vincent van RavesteijnFix bug #6015: Macro with arguments is not finished...
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-06-23 Enrico ForestieriFix bug #6033: Initial character sometimes eaten by...
2009-05-21 Vincent van RavesteijnSet flag for LFUN_MATH_MUTATE. Also, remove some 'ghost...
2009-05-20 Enrico ForestieriFix bug #1435. Now Ctrl-m enters math mode when in...
next