]> git.lyx.org Git - lyx.git/history - src/mathed/MathMacro.cpp
mathed: bformat infoize messages
[lyx.git] / src / mathed / MathMacro.cpp
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...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-14 Stefan Schimanski * fixed bug #4357 when pasting a macro with script...
2007-11-08 Stefan Schimanski* added comment to describe why we are in monochrome...
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* dynamic macros as described in http://1stein.org...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
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-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-24 Stefan Schimanski* do not lookup the same macro all the time
2007-05-04 Edwin Leuven* do not ignore "requires" field in MathMacro
2007-04-30 Abdelrazak YounesNow that setPosCache() is in Inset, InsetMathDim is...
next