]> git.lyx.org Git - lyx.git/history - src/mathed/MathMacro.cpp
Replace boost::scoped_ptr with unique_ptr
[lyx.git] / src / mathed / MathMacro.cpp
2016-05-22 Georg BaumFxy typo in XHTML output (bug #10124)
2015-10-03 Enrico ForestieriFix #9490: SIGSEGV involving LyX macros --- A reproduci...
2015-07-06 Enrico ForestieriRemove unneeded header
2015-07-05 Enrico ForestieriAvoid calling Buffer::getMacro inside the MathMacro...
2015-06-30 Enrico ForestieriAvoid code duplication
2015-06-30 Enrico ForestieriAvoid using a dangling pointer
2015-06-24 Enrico ForestieriCheck whether the buffer pointer is valid before using it
2015-06-24 Enrico ForestieriAssure not to miss requirements on loading with instant...
2015-06-24 Enrico ForestieriFix crash when copying a macro with instant preview on
2015-05-17 Georg BaumFix indentation
2015-04-02 Georg BaumFix math macro crash (bug 9418)
2015-04-02 Georg BaumPimpl MathMacro
2015-03-30 Georg BaumInitialize definition_ correctly
2015-03-29 Georg BaumRemove InsetMathSqrt hack from MathMacro
2015-03-29 Georg BaumImprove CAS output of math macros
2015-02-16 Georg BaumFix wrong LATTEST
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-30 Georg BaumMake macro xhtml export more secure
2014-12-29 Georg BaumFix html export of \ne (second part of bug #9372)
2014-11-17 Jean-Marc LasgouttesMake sure that UpdateLocker is used correctly in the...
2014-11-14 Georg BaumFix recursive math macro crash (bug #9140)
2014-11-14 Uwe Stöhrmathed: bformat infoize messages
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix possible bug spotted by cppcheck
2014-03-28 Georg BaumFix display of predefined macros (bug #9059)
2014-03-05 Richard HeckFix bug #8999 by locking math macros while they are...
2014-02-22 Enrico ForestieriFix bug #8889 by always issuing \protect in fragile...
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-12-30 Georg BaumFix bug #8468: Wrong import of UTF8 CJK.
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2011-04-15 Vincent van RavesteijnFix bug #7444. We are only interested in whether the...
2011-04-01 Richard HeckIf we encounter a macro we don't recognize, then export...
2011-04-01 Richard HeckFix last commit.
2011-04-01 Richard HeckMore informative normalization for math macros.
2010-10-28 Enrico ForestieriFix bug #6965 (Crash editing ERT in math mode)
2010-10-27 Vincent van RavesteijnFix bug #6989: Be somewhat more secure with the homebre...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-08-12 Jean-Marc Lasgouttesremove unused headers
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-03-30 Richard HeckPure HTML output for math macros.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-11 Richard HeckWhitespace.
2010-01-11 Richard HeckMinor re-organization.
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-16 Enrico ForestieriStyle: insetCur -> inset_cursor
2009-11-15 Enrico ForestieriFix bug #6208: macro crash.
2009-11-15 Richard HeckGet math macros working for MathML.
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-09-12 Enrico ForestieriFix a crash when the modified uncompleted macro is...
2009-07-09 Enrico ForestieriBetter fix for bug #5923. Now the macro name can be...
2009-02-25 Enrico ForestieriFix bug 5541: http://bugzilla.lyx.org/show_bug.cgi...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-29 Abdelrazak YounesStyle, const access and small optimizations.
2008-10-23 Enrico ForestieriFix bug 5393
2008-10-16 Stefan Schimanski* Call metrics of the parameters with the correct font...
2008-10-07 Stefan Schimanski* Be more conservative about leaving out parenthesis...
2008-07-30 Enrico ForestieriFix bug 5041
2008-07-05 Enrico ForestieriFix bug 4992
2008-06-28 Enrico ForestieriFix color of math macros
2008-06-19 Enrico ForestieriFix bug 4687
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriFix bug 1527
2008-05-06 Jean-Marc Lasgouttesunbreak compilation (part 2)
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 Stefan Schimanski* corrected handling of validation of math macros....
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* add appetite concept to the math macro to restrict...
2008-03-03 Stefan Schimanski* Update::SinglePar should be enough for most cases...
2008-02-27 Stefan Schimanski* allow macro names with *
2008-02-26 Stefan Schimanski* Update::SinglePar is enough, Update::Force is a fulls...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* some more relicts of the unfinished favorite handling...
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* a MathMacro is like a normal InsetMathNest in folded...
2008-02-21 Stefan Schimanski* add some space between math inset and popup. This...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
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* optional old-style editing mode for macros with a...
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2008-01-14 Stefan Schimanski* fix for buggy cursor logic due to multi bufferview...
2008-01-07 Stefan Schimanski* fix broken default value logic from last cleanup...
2007-12-24 Stefan Schimanski* make sure the edit mode is the same in math macros...
2007-12-24 Stefan Schimanski* setDimCache is superfluous in mathed
2007-12-23 Stefan Schimanski* \newlyxcommand support
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* add \protect in front of macro with optional argument...
next