]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathMacroTemplate.cpp
Force a Buffer * argument to MathData constructor
[lyx.git] / src / mathed / InsetMathMacroTemplate.cpp
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...
2024-04-18 Richard Kimberly... Set Buffer for MathData when creating macro view
2024-01-12 Jean-Marc LasgouttesPass strings as reference
2023-06-11 Enrico ForestieriDo not output LaTeX for a macro if the LaTeX part is...
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2020-12-02 Yuriy SkalkoCleanup headers
2020-11-27 Yuriy SkalkoReplace ;;
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-07-12 Jean-Marc LasgouttesImprove drawing of macro template frame
2020-07-11 Jean-Marc LasgouttesFix and simplify computation of painter monochrome...
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2019-06-14 Jean-Marc LasgouttesRevert "Rename LM_TC_* to FONT_STYLE_*"
2019-06-14 Jean-Marc LasgouttesRename LM_TC_* to FONT_STYLE_*
2018-12-13 Enrico ForestieriFix display of single-char macro names
2018-07-29 Juergen SpitzmuellerFix problem of unwanted spaces caused by macro definitions
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-08-29 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets