mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
61e1643821
* src/lfuns.h: * src/Text3.cpp: * src/insets/InsetMathNest.cpp: * src/insets/insetCollapsable: - new LFUN_SPECIALCHAR_INSERT - nuke LFUN_HYPHENATION_POINT_INSERT, LFUN_LIGATURE_BREAK_INSERT, LFUN_DOTS_INSERT, LFUN_END_OF_SENTENCE_PERIOD_INSERT, LFUN_MENU_SEPARATOR_INSERT (functions now handled as arguments of the above) * src/insets/InsetSpecialChar.{cpp,h}: - implement \slash and \nobreakdash- * src/Buffer.cpp: - increment format to 307. * lib/lyx2lyx/LyX.py: * lib/lyx2lyx/lyx_1_6.py: - reversion methods for SpecialChar \slash{} and SpecialChar \nobreakdash- * development/FORMAT: - document file format change * lib/ui/stdmenus.inc: * lib/ui/classic.ui: - add new SpecialChars to the menus, adapt lfuns to new scheme * lib/bind/aqua.bind: * lib/bind/cua.bind: * lib/bind/emacs.bind: * lib/bind/fi/menus.bind: * lib/bind/mac.bind: * lib/bind/menus.bind: * lib/bind/sciword.bind: * lib/bind/xemacs.bind: - add shortcuts for new SpecialChars, adapt lfuns to new scheme git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21989 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
BUGS | ||
CommandInset.cpp | ||
CommandInset.h | ||
InsetFormulaMacro.cpp | ||
InsetFormulaMacro.h | ||
InsetMath.cpp | ||
InsetMath.h | ||
InsetMathAMSArray.cpp | ||
InsetMathAMSArray.h | ||
InsetMathArray.cpp | ||
InsetMathArray.h | ||
InsetMathBig.cpp | ||
InsetMathBig.h | ||
InsetMathBoldSymbol.cpp | ||
InsetMathBoldSymbol.h | ||
InsetMathBox.cpp | ||
InsetMathBox.h | ||
InsetMathBrace.cpp | ||
InsetMathBrace.h | ||
InsetMathCases.cpp | ||
InsetMathCases.h | ||
InsetMathChar.cpp | ||
InsetMathChar.h | ||
InsetMathColor.cpp | ||
InsetMathColor.h | ||
InsetMathComment.cpp | ||
InsetMathComment.h | ||
InsetMathDecoration.cpp | ||
InsetMathDecoration.h | ||
InsetMathDelim.cpp | ||
InsetMathDelim.h | ||
InsetMathDiff.cpp | ||
InsetMathDiff.h | ||
InsetMathDots.cpp | ||
InsetMathDots.h | ||
InsetMathEnv.cpp | ||
InsetMathEnv.h | ||
InsetMathExFunc.cpp | ||
InsetMathExFunc.h | ||
InsetMathExInt.cpp | ||
InsetMathExInt.h | ||
InsetMathFont.cpp | ||
InsetMathFont.h | ||
InsetMathFontOld.cpp | ||
InsetMathFontOld.h | ||
InsetMathFrac.cpp | ||
InsetMathFrac.h | ||
InsetMathGrid.cpp | ||
InsetMathGrid.h | ||
InsetMathHull.cpp | ||
InsetMathHull.h | ||
InsetMathKern.cpp | ||
InsetMathKern.h | ||
InsetMathLefteqn.cpp | ||
InsetMathLefteqn.h | ||
InsetMathLim.cpp | ||
InsetMathLim.h | ||
InsetMathMatrix.cpp | ||
InsetMathMatrix.h | ||
InsetMathMBox.cpp | ||
InsetMathMBox.h | ||
InsetMathNest.cpp | ||
InsetMathNest.h | ||
InsetMathNumber.cpp | ||
InsetMathNumber.h | ||
InsetMathOverset.cpp | ||
InsetMathOverset.h | ||
InsetMathPar.cpp | ||
InsetMathPar.h | ||
InsetMathPhantom.cpp | ||
InsetMathPhantom.h | ||
InsetMathRef.cpp | ||
InsetMathRef.h | ||
InsetMathRoot.cpp | ||
InsetMathRoot.h | ||
InsetMathScript.cpp | ||
InsetMathScript.h | ||
InsetMathSize.cpp | ||
InsetMathSize.h | ||
InsetMathSpace.cpp | ||
InsetMathSpace.h | ||
InsetMathSplit.cpp | ||
InsetMathSplit.h | ||
InsetMathSqrt.cpp | ||
InsetMathSqrt.h | ||
InsetMathStackrel.cpp | ||
InsetMathStackrel.h | ||
InsetMathString.cpp | ||
InsetMathString.h | ||
InsetMathSubstack.cpp | ||
InsetMathSubstack.h | ||
InsetMathSymbol.cpp | ||
InsetMathSymbol.h | ||
InsetMathTabular.cpp | ||
InsetMathTabular.h | ||
InsetMathUnderset.cpp | ||
InsetMathUnderset.h | ||
InsetMathUnknown.cpp | ||
InsetMathUnknown.h | ||
InsetMathXArrow.cpp | ||
InsetMathXArrow.h | ||
InsetMathXYArrow.cpp | ||
InsetMathXYArrow.h | ||
InsetMathXYMatrix.cpp | ||
InsetMathXYMatrix.h | ||
MacroTable.cpp | ||
MacroTable.h | ||
MathAtom.cpp | ||
MathAtom.h | ||
MathAutoCorrect.cpp | ||
MathAutoCorrect.h | ||
MathData.cpp | ||
MathData.h | ||
MathExtern.cpp | ||
MathExtern.h | ||
MathFactory.cpp | ||
MathFactory.h | ||
MathGridInfo.h | ||
MathMacro.cpp | ||
MathMacro.h | ||
MathMacroArgument.cpp | ||
MathMacroArgument.h | ||
MathMacroTemplate.cpp | ||
MathMacroTemplate.h | ||
MathParser.cpp | ||
MathParser.h | ||
MathStream.cpp | ||
MathStream.h | ||
MathSupport.cpp | ||
MathSupport.h | ||
README | ||
ReplaceData.h | ||
texify | ||
TextPainter.cpp | ||
TextPainter.h |
Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]' Inset hierarchy: MathInset (abstract base) / | \ Dim Char Symbol, Space, ... (thing that need (for things formerly the width_/ascent_ known as characters) /descent_ cache) / \ Nest Dots, Func, ... (for thing with nested content) | \ Grid Decoration Delim Frac Macro Root Script Sqrt / \ Array Hull (base for eqnarray/align/...)