]> git.lyx.org Git - lyx.git/history - src/mathed/MathData.cpp
Fix a crash with uninitialized buffer member of MathData
[lyx.git] / src / mathed / MathData.cpp
2019-07-14 Jean-Marc LasgouttesReplace MathData::kerning_ member by a function
2019-06-03 Jean-Marc LasgouttesMake caret visible inside math macros arguments
2019-04-16 Jean-Marc LasgouttesRewrite the code that sets caret height in mathed
2018-10-03 Jean-Marc LasgouttesMake sure inset buffer is correctly set in math grid
2018-07-19 Jean-Marc LasgouttesIntroduce FontMetrics::xHeight
2018-05-24 Jean-Marc LasgouttesSet caret height correctly for cells inside math rows
2018-04-26 Jean-Marc LasgouttesAdapt caret height to context in mathed.
2018-04-20 Jean-Marc LasgouttesBetter mechanism for setting cell cell height
2018-04-20 Jean-Marc LasgouttesRevert "Makes caret height adapt to context in mathed."
2018-04-04 Jean-Marc LasgouttesMakes caret height adapt to context in mathed.
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-03-23 Jean-Marc LasgouttesLinearize macros in box edit mode too.
2017-03-13 Jean-Marc LasgouttesRemove optimization that avoids drawing some math inset...
2017-03-08 Jean-Marc LasgouttesMake a false positive explicit
2017-03-07 Jean-Marc LasgouttesFix test to make coverity happy
2017-03-07 Jean-Marc LasgouttesFix test to make coverity happy
2017-02-22 Jean-Marc LasgouttesRewrite selection code in mathed
2017-02-21 Jean-Marc LasgouttesRevert "Linearize macros in box edit mode too."
2017-02-14 Jean-Marc LasgouttesLinearize macros in box edit mode too.
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchDefine mathClass of MathMacro
2016-12-02 Jean-Marc LasgouttesRewrite handling of macro nesting in math rows
2016-12-01 Enrico ForestieriFix display and output of math macros with optional...
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-16 Jean-Marc LasgouttesOnly display a blue rectangle for editable empty insets
2016-11-16 Jean-Marc LasgouttesSet correctly the spacing between atoms in MathData
2016-08-30 Jean-Marc LasgouttesRemove unused 'glue' parameter
2016-06-13 Guillaume MunchRemove a conversion to_utf8() inside FontSetChanger
2015-11-08 Jean-Marc LasgouttesImprove fix to 57615915.
2015-11-05 Jean-Marc LasgouttesAvoid using pointer after it has been invalidated
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-09-28 Guillaume MunchFix bugs #6078 and #9364
2015-09-12 Jean-Marc LasgouttesInitialize MathData members
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-04-02 Georg BaumPimpl MathMacro
2015-03-22 Georg BaumUse standard comparison against end
2015-03-18 Georg Baumwhitespace
2015-03-15 Georg BaumAdd missing check
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Jean-Marc LasgouttesAnother assertion that got transformed in 1b1f8dd2
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
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()
2012-05-03 Vincent van RavesteijnFix bug #5167: Correctly paint special characters in...
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2010-05-31 Enrico ForestieriFix bug #6739: Loading in a 1.6.5 file causes 1.6.6...
2010-05-31 Enrico ForestieriStill white space.
2010-05-31 Enrico ForestieriOnly white space.
2010-05-04 Enrico ForestieriFix bug #6678: Crash when undoing backspace inside...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-31 Vincent van RavesteijnPlease Abdel.
2010-01-31 Vincent van RavesteijnFix bug #6489: Assertion triggered when deleting conten...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-03 Abdelrazak YounesFix bug #6388
2009-11-16 Enrico ForestieriClarify comment.
2009-11-15 Enrico ForestieriFix bug #6208: macro crash.
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-07-09 Enrico ForestieriBetter fix for bug #5923. Now the macro name can be...
2009-07-08 Enrico ForestieriProper fix for bug #5923 that doesn't introduce bug...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-22 Enrico ForestieriFix the new incarnation of bug 4687
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-04 Stefan Schimanski* remove parameter here as well
2008-03-04 Stefan Schimanski* add appetite concept to the math macro to restrict...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-01-22 Stefan Schimanski* Support a script also around the ] of an optional...
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-22 Stefan Schimanski* kerning may depend on the BufferView because the...
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-14 Stefan Schimanski * fixed bug #4357 when pasting a macro with script...
2007-11-13 Stefan Schimanskicosmetic
2007-11-12 Stefan Schimanski* fix crash due to a missing test whether thisSlice...
2007-11-05 André Pönitz#include cosmetics
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-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-11 Abdelrazak YounesMetrics fix. Empty math inset doesn't have zero dimension.
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-03 Abdelrazak YounesFix empty blue box painting in mathed.
2007-10-02 André Pönitzthe delegate patch
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename MathArray into MathData
next