]> git.lyx.org Git - lyx.git/history - src/mathed/MathData.cpp
Set buffer when creating a MathData from parts of another one
[lyx.git] / src / mathed / MathData.cpp
2024-04-25 Jean-Marc LasgouttesSet buffer when creating a MathData from parts of anoth...
2024-04-24 Jean-Marc LasgouttesForce a Buffer * argument to math insets constructor
2024-04-24 Jean-Marc LasgouttesForce a Buffer * argument to MathData constructor
2024-04-22 Jean-Marc LasgouttesTry to make sure that math insets have a properly set...
2023-10-12 Jean-Marc LasgouttesUse Color_selectionmath as needed for multi-cell select...
2023-10-03 Jean-Marc LasgouttesUse Color_selectiontext as needed for partial selection...
2023-09-24 Jean-Marc LasgouttesMake sure that caret width is not null in mathed
2021-02-08 Jean-Marc LasgouttesFix math class code in InsetMathColor
2020-12-09 Jean-Marc LasgouttesOverhaul (no)limits support
2020-12-02 Yuriy SkalkoCleanup headers
2020-11-25 Yuriy SkalkoCleanup headers
2020-11-21 Yuriy SkalkoUse range-based loops
2020-11-20 Yuriy SkalkoSimplify constructors
2020-11-11 Richard Kimberly... Revert "Improve structure of updateMacros"
2020-11-06 Yuriy SkalkoImprove structure of updateMacros
2020-10-13 Jean-Marc LasgouttesMake cursor width depend on current font
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-02 Jean-Marc LasgouttesFixup f96b99dc: thinko
2020-07-20 Jean-Marc LasgouttesImplement properly \limits and \nolimits
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
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...
next