]> git.lyx.org Git - lyx.git/history - src/mathed/MathMacro.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / MathMacro.h
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2011-04-01 Richard HeckFix last commit.
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-03-30 Richard HeckPure HTML output for math macros.
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* add appetite concept to the math macro to restrict...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-25 Stefan Schimanski* comment correction
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-25 Stefan Schimanski* corrected comment
2008-01-14 Stefan Schimanski* fix for buggy cursor logic due to multi bufferview...
2007-12-24 Stefan Schimanski* make sure the edit mode is the same in math macros...
2007-12-22 Stefan Schimanski* simplify editing logic of math macros by making it...
2007-12-22 Stefan Schimanski* kerning may depend on the BufferView because the...
2007-12-21 Stefan Schimanski* first support of multiple BufferViews for macros...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-14 Stefan Schimanski * fixed bug #4357 when pasting a macro with script...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-01 Stefan Schimanski* replace int type by the correct custom type for pos...
2007-11-01 Stefan Schimanski* added non-greedy init mode for macros. If you enter...
2007-11-01 Stefan Schimanski* removed MathMacro:: from declaration.
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-06-15 Stefan Schimanski* Added the kerning method to a macro to inherit the...
2007-06-14 Stefan Schimanski* up/down jumps between macro parameters
2007-05-24 Stefan Schimanski* do not lookup the same macro all the time
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-25 Bo PengFix a few rename inconsistencies discovered by JMarc...