]> git.lyx.org Git - lyx.git/history - src/mathed
typos
[lyx.git] / src / mathed /
2007-02-26 Georg Baumcompile fix
2007-02-25 Michael Schmittmove plaintext() implementation to MathMacroTemplate.C;
2007-02-24 Georg Baumremove unused includes
2007-02-24 Georg Baummove plaintext output of math macros where it belongs
2007-02-24 Michael Schmitt * src/mathed/InsetMath.C: plaintext(): assert that...
2007-02-23 Abdelrazak Younes* InsetMathMBox.h:
2007-02-23 Abdelrazak Younes* InsetMathMBox: cleanup in order to avoid Buffer and...
2007-02-22 Abdelrazak Younes* mathed/CMakeLists.txt: do not exclude InsetMathMBox.C
2007-02-20 Michael Schmitt * src/mathed/InsetMathRef.*: remove plaintext()
2007-02-20 Michael Schmitt * src/mathed/InsetMath.[Ch]: implement plaintext(...
2007-02-16 Michael Schmitt * src/mathed/InsetMath.h: "implement" plaintext()...
2007-02-12 Uwe Stöhrrename label for prettyref inset to fix bug 1134
2007-02-02 Abdelrazak YounesA better fix for bug 3194 (see rev. 17027).
2007-02-02 Abdelrazak YounesFix bug 3194:
2007-02-02 Bo PengPersistent-selection (and fix bug 3162)
2007-02-01 Michael Schmitt * src/mathed/InsetMathNest.C: simplify call to innerText()
2007-02-01 Michael Schmitt * BufferView.C:
2007-01-31 Abdelrazak YounesAvoid recursive loop and let it crash "normally" (bug...
2007-01-20 Abdelrazak YounesFix cursor navigation in math.
2007-01-20 Abdelrazak YounesPrepare for independent decoration drawing.
2007-01-19 Jean-Marc Lasgouttes * insets/insetbase.h (textString): Simplify the signature
2007-01-17 Jean-Marc Lasgouttes * math_hullinset.C (numbered): clear the label when...
2007-01-16 Enrico ForestieriPass input data to a CAS program through a file instead...
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-08 Georg Bauminclude tabulars and math in the "paste recent" stack
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2007-01-07 Enrico ForestieriFix conversion of n-th roots to mathematica and octave...
2007-01-05 Georg BaumThe uncontroversal part of the selection fix: Always...
2007-01-04 Georg BaumLet LFUN_PASTE always paste the most recent clipboard...
2007-01-04 Georg Baum * src/mathed/InsetMathNest.C
2007-01-04 Georg Baumremove obsolete comment
2007-01-04 Georg Baumformatting
2006-12-30 Peter Kümmelremove some msvc warnings
2006-12-29 Jean-Marc Lasgouttes * InsetMathNest.C (handleFont): avoid crash on undo...
2006-12-27 Jürgen Spitzmüller* src/mathed/InsetMathNest.C (do_dispatch):
2006-12-19 Georg BaumFix bug 3034
2006-12-17 Georg Baumremove unused stuff
2006-12-07 Abdelrazak Younesunneeded header
2006-12-04 Abdelrazak Younes* Dimension is a simple wrapper class again.
2006-12-01 Abdelrazak YounesThis commit fixes the following bug:
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-22 Abdelrazak Younes* InsetMathNest::lfunMouseRelease(): keep the optimizat...
2006-11-21 Abdelrazak Younes* BufferView::update(): handle the special case Flag...
2006-11-20 Jean-Marc Lasgouttes * MathMacroArgument.C (MathMacroArgument): do not...
2006-11-19 Bo PengBUG 686: delete empty math box with delete/backspace key
2006-11-17 Enrico ForestieriAvoid processing empty lines when reading the symbols...
2006-11-14 Jean-Marc Lasgouttes * src/mathed/MathMacroArgument.C
2006-11-13 Georg BaumAdd support for the esint package
2006-11-11 Georg BaumRevert revision 14819 and my faulty fix for it.
2006-11-09 Jean-Marc Lasgouttes * src/mathed/InsetMathSymbol.C (metrics): remove broke...
2006-11-07 Georg Baumdocument docstring abuse for symbol font code points
2006-11-07 Georg Baum * src/mathed/InsetMathSymbol.C
2006-11-05 Abdelrazak YounesFix MSVC warning.
2006-11-05 Georg BaumFix comment according to Enricos explanation
2006-11-04 Abdelrazak YounesConvert to unicode.
2006-11-03 Georg Baum * src/mathed/MathParser.C
2006-10-31 Enrico ForestieriOutput a space if pendingSpace() is true and it is...
2006-10-31 Georg BaumSupport all xymatrix arguments
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-30 Abdelrazak YounesForgot that!
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-28 Abdelrazak Younesremove paperHeight() and paperWidth() in Painter and...
2006-10-23 André Pönitzcursor is no more damaging the background. L-shaped...
2006-10-22 André Pönitzmake macrfos readable again
2006-10-22 Michael Schmitt * mathed/InsetFormulaMacro.C:
2006-10-22 André Pönitzfix reading UTF8 encoded symbol file
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 José MatoxMore unicode fixes for docbook.
2006-10-21 Lars Gullik BjønnesFix some unicode conversion problems, more work needed.
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-20 Enrico ForestieriFix some glitches with fixed size delimiters
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg Baummake it compile again (hopefully)
2006-10-19 Georg BaumAvoid an implicit character set conversion in cur.inser...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Asger Ottar Alstrup- Fix math editing
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-16 Abdelrazak YounesAdjust the FIXME texts and Delete commented out setXY...
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-14 Abdelrazak YounesFix command-line export
2006-10-13 Abdelrazak Younesenable buffer-export without loading the GUI.
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-10-03 Georg BaumSupport lgathered and rgathered math environments
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-10-03 Georg BaumMissing bits of the std::string -> hullType change...
2006-10-02 Georg BaumParse optional arguments of aligned, gathered and alignedat
2006-09-30 Georg BaumFix bug 2789 (as discussed)
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-26 Abdelrazak Younesdelete unneeded BufferView.h declaration.
next