]> git.lyx.org Git - lyx.git/history - src/mathed/MathMacroTemplate.h
Convert remaining C++ files to UTF-8
[lyx.git] / src / mathed / MathMacroTemplate.h
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-13 Guillaume MunchMath commands used in text mode now always use the...
2013-10-12 Vincent van RavesteijnMake the export of macros thread-safer
2013-05-26 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-05-25 Pavel SandaHeader cleanup cont.
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-03-18 Richard HeckSuppress XHTML output for math macros. (We used to...
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
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-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-03-10 Stefan Schimanski* math macro definition context menu
2008-03-04 Stefan Schimanski* the look does not depent on "editing" anymore as...
2008-02-29 Stefan Schimanski* the automatic arity changing proposed by Uwe: you...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-23 Stefan Schimanski* tabs are evil
2007-12-23 Stefan Schimanski* cellDim_ is not needed anymore
2007-12-23 Stefan Schimanski* proper labels under the holes in macro templates...
2007-12-23 Stefan Schimanski* first tries to make the math macro template more...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-01 Stefan Schimanski* replace int type by the correct custom type for pos...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-02-25 Michael Schmittmove plaintext() implementation to MathMacroTemplate.C;
2007-02-24 Georg Baummove plaintext output of math macros where it belongs
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-10-22 André Pönitzmake macrfos readable again
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX