]> git.lyx.org Git - lyx.git/history - src/mathed/MathRow.cpp
Force a Buffer * argument to math insets constructor
[lyx.git] / src / mathed / MathRow.cpp
2024-04-18 Richard Kimberly... Little bit more debug info for unset Buffer members.
2023-10-18 Jean-Marc LasgouttesFixup 65cb9fa4: avoid extra spacing when selecting...
2023-10-12 Jean-Marc LasgouttesDo not use Color_selectionmath when selection is gone
2023-10-04 Juergen SpitzmuellerIntroduce color_selectionmath
2023-10-03 Jean-Marc LasgouttesUse Color_selectiontext as needed for partial selection...
2021-10-08 Jean-Marc LasgouttesReduce the number of accesses to coord cache when drawi...
2020-12-02 Yuriy SkalkoCleanup headers
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-05 Yuriy SkalkoRefactoring
2020-08-03 Juergen SpitzmuellerUse hexnames only for x11 colors
2019-10-21 Jean-Marc LasgouttesMark insets with invalid buffer() in red in devel-mode.
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2019-04-16 Jean-Marc LasgouttesRewrite the code that sets caret height in mathed
2018-09-20 Jean-Marc LasgouttesAvoid space before completion in mathed
2018-05-24 Jean-Marc LasgouttesSet caret height correctly for cells inside math rows
2018-05-21 Jean-Marc LasgouttesReset dim width when computing MathRow metrics
2018-04-20 Jean-Marc LasgouttesBetter mechanism for setting cell cell height
2018-04-09 Jean-Marc LasgouttesSet a minimal height for math rows
2017-12-19 Jean-Marc LasgouttesDo not draw inactive math corners when they have mathbg...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-06-13 Jean-Marc LasgouttesAdd lower corners for BOX_MARKER too
2017-06-12 Jean-Marc LasgouttesImprovements to inset edit markers
2017-06-09 Jean-Marc LasgouttesGive a 2 pixels space for markers around math objects
2017-06-08 Jean-Marc LasgouttesRevert "Give a 2 pixels space for markers around math...
2017-06-08 Jean-Marc LasgouttesGive a 2 pixels space for markers around math objects
2017-03-23 Jean-Marc LasgouttesLinearize macros in box edit mode too.
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-02-07 Jean-Marc LasgouttesCompilation fix: missing header for std::max
2017-02-06 Jean-Marc LasgouttesSome clean-up to markers handling code.
2017-02-01 Jean-Marc LasgouttesMake MathRow tokens completely generic
2017-02-01 Jean-Marc LasgouttesIntroduce hooks to encapsulate macro code of MathRow
2017-02-01 Jean-Marc LasgouttesLinearize macros also when editing them
2017-01-19 Jean-Marc LasgouttesBOX tweak
2017-01-17 Jean-Marc LasgouttesRevert "BOX tweak"
2017-01-16 Jean-Marc LasgouttesBOX tweak
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Jean-Marc LasgouttesFix drawing of empty boxes
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2017-01-11 Jean-Marc LasgouttesFix issues with macro_nesting handling
2016-12-02 Jean-Marc LasgouttesImprove spacing of BOX elements
2016-12-02 Jean-Marc LasgouttesRewrite handling of macro nesting in math rows
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
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