]> git.lyx.org Git - lyx.git/history - src/mathed
Update it.po
[lyx.git] / src / mathed /
2009-11-15 Enrico ForestieriFix bug #6208: macro crash.
2009-11-15 Abdelrazak YounesFix MathML export for < and > special characters.
2009-11-15 Richard HeckGet math macros working for MathML.
2009-11-14 Richard HeckTypo.
2009-11-14 Richard HeckMathML for InsetMathSpace.
2009-11-14 Richard HeckInitial work on InsetMathBox. This doesn't really work...
2009-11-14 Richard HeckFix whitespace, comment.
2009-11-14 Richard HeckFix single character output for MathML. Kind of.
2009-11-14 Richard HeckFix parsing of functions and arguments for MathML.
2009-11-14 Richard HeckFix delimiters.
2009-11-14 Richard HeckWhoops. Forgot to fix this.
2009-11-14 Richard HeckFix external function output for MathML.
2009-11-14 Richard HeckFIXME
2009-11-14 Richard HeckLittle bit of fixup for math symbols.
2009-11-14 Richard HeckFix silly bit.
2009-11-14 Richard HeckGet MathML output for XHTML working a bit.
2009-11-11 Uwe Stöhr- introduce option to suppress the LaTeX package mhchem...
2009-11-08 Enrico ForestieriDon't use updateMacros() in the math parser, in order...
2009-11-08 Enrico ForestieriIn order to avoid confusion, always use buf in Parser...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-07 Pavel SandaUnneeded headers.
2009-11-07 Pavel SandaHeader sort order
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-11-05 Vincent van RavesteijnFix bug #5968: Assertion while reading a document with...
2009-11-01 Vincent van RavesteijnFix bug #6297: Use of Fraktur font in boxed equation...
2009-10-24 Enrico ForestieriFix another problem related to bug #6284.
2009-10-23 Enrico ForestieriFix the rest of bug #6284.
2009-10-20 Enrico ForestieriBetter fix for bug #6284. There's no need to check...
2009-10-19 Enrico ForestieriFix bug #6284: missing space between # and text in...
2009-10-12 Jean-Marc Lasgouttesdisable the del-suppresses-equation-label-at-end featur...
2009-10-09 Enrico ForestieriFix bug #6250: LyX 1.6.4 crashes when copying Japanese...
2009-10-08 Enrico ForestieriFix bug #6264: Broken undo of removed script in mathed...
2009-10-06 Pavel SandaAlready done
2009-09-27 Enrico ForestieriFix bug #6246: InsetMathKern is broken
2009-09-12 Enrico ForestieriFix a crash when the modified uncompleted macro is...
2009-08-15 Pavel SandaFix searching bug #6139.
2009-08-12 Pavel SandaFix bug #2045.
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-06 Enrico ForestieriMacroData has a buffer_ member, so use this instead...
2009-08-06 Enrico ForestieriFix bug #6014: Assertion when pasting "\def" into 2...
2009-08-04 Vincent van RavesteijnFix the math output mess I caused in r30822.
2009-08-03 Jean-Marc LasgouttesTry to implement properly recursive setBuffer. Normally...
2009-08-01 Vincent van RavesteijnImprove LaTeX output of arrays in math. Always output...
2009-08-01 Vincent van RavesteijnAdd const versions of Inset::asInsetMath.
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-21 Uwe Stöhrallow to use glue lengths in the HSpace dialog; file...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-16 Richard HeckFix another assertion.
2009-07-15 Richard HeckFix crash related to empty buffer_ argument.
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-14 Pavel SandaHopefully fixes #6082
2009-07-13 Pavel SandaFix leftover from r27378. Patch and report from John...
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-09 Enrico ForestieriBetter fix for bug #5923. Now the macro name can be...
2009-07-08 Enrico ForestieriProper fix for bug #5923 that doesn't introduce bug...
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-06 Enrico ForestieriBetter fix for #6049 and similar cases with other math...
2009-07-05 Enrico ForestieriFix bug #6049: Mathed: spacebar misbehavior while typin...
2009-07-05 Enrico ForestieriRefinements to fix for bug #6041.
2009-07-05 Enrico ForestieriFix bug #6041: "tabular-feature align-" in a math-matrix.
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-06-23 Enrico ForestieriFix bug #6033: Initial character sometimes eaten by...
2009-06-18 Georg Baum- fix requirements of \dddot
2009-06-16 Enrico ForestieriReintroduce workaround due to nested math hulls as...
2009-05-25 Uwe StöhrInsetMathFrac.cpp: fix the regression now completely
2009-05-25 Uwe StöhrInsetMathFrac.cpp: fix regression reported here: http...
2009-05-21 Vincent van RavesteijnSet flag for LFUN_MATH_MUTATE. Also, remove some 'ghost...
2009-05-21 Vincent van RavesteijnHide "Number this line" for single line equations.
2009-05-20 Vincent van RavesteijnFix the copy label as ref for equations from the contex...
2009-05-20 Enrico ForestieriFix bug #1435. Now Ctrl-m enters math mode when in...
2009-05-15 Vincent van RavesteijnFix bug #5923: Resume macromode.
2009-05-15 Vincent van RavesteijnFix bug #2034: Inconsistent behavior of cursor inside...
2009-05-15 Vincent van RavesteijnFix bug #5540: Crash in MathAtom on Undo.
2009-05-15 Vincent van RavesteijnRestore Object.Event order for:
2009-05-15 Vincent van Ravesteijn* InsetMathHull.cpp : constify.
2009-05-15 Vincent van RavesteijnFix bug #5948: Copy as reference for equation labels.
2009-05-12 André Pönitzcosmestics (test...)
2009-05-09 Enrico ForestieriRemove workaround due to nested math hulls. See:
2009-05-09 Enrico ForestieriDon't create nested math hulls (fixes bug #5392).
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-16 Jean-Marc Lasgouttesfix compiler warnings in new mathfrac/binom code
2009-04-08 Uwe StöhrInsetMathFrac.cpp: add some comments and remove an...
2009-04-07 Uwe StöhrInsetMathFrac.cpp: some code optimization
2009-04-07 Uwe StöhrInsetMathNest.cpp: forgot this in last commit
2009-04-06 Uwe StöhrInsetMathFrac: reimplement \cfrac with its optional...
2009-04-06 Enrico ForestieriIntroduce a helper function and use it.
2009-04-06 Enrico ForestieriDon't wrap characters marked as mathalpha in the unicod...
2009-04-05 Enrico ForestieriDon't create nested text-in-math environments.
2009-04-05 Uwe Stöhrmajor code cleanup for fractions:
2009-04-05 Enrico ForestieriThe \text macro does not require the full AMS package...
next