]> git.lyx.org Git - lyx.git/history - src/mathed
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed /
2020-08-02 Enrico ForestieriAssure correct spacing of colored items in mathed
2020-08-01 Thibaut CuvelierDocBook: improve new lines around maths.
2020-07-31 Juergen SpitzmuellerRevert "Fix #11827"
2020-07-30 Daniel RamoellerFix #11827
2020-07-28 Thibaut CuvelierRevert "Support the mathbbm font."
2020-07-27 Thibaut CuvelierSupport the mathbbm font.
2020-07-26 Thibaut CuvelierDocBook: solve issue with formulae within font tags.
2020-07-24 Enrico ForestieriFix placement of limits with integral signs
2020-07-20 Jean-Marc LasgouttesImplement properly \limits and \nolimits
2020-07-17 Jean-Marc LasgouttesImplement variable size bigops
2020-07-17 Jean-Marc LasgouttesImprove metrics for \limits in display mode
2020-07-14 Juergen SpitzmuellerConsider single-cell insets when pasting multiple cells...
2020-07-13 Juergen SpitzmuellerDo not blindly disable inset-modify in MathNest
2020-07-12 Jean-Marc LasgouttesImprove drawing of macro template frame
2020-07-11 Jean-Marc LasgouttesFix and simplify computation of painter monochrome...
2020-07-08 Richard Kimberly... Whitespace
2020-07-08 Thibaut CuvelierNew DocBook support
2020-07-07 Pavel SandaAdd required elements in the layouts to support DocBook.
2020-06-30 Juergen SpitzmuellerFix yet another thinko in the math grid paste code
2020-06-30 Juergen SpitzmuellerFix cursor positioning with specific matrix pastings
2020-06-29 Juergen SpitzmuellerFix math matrix column insertion on paste
2020-06-29 Juergen SpitzmuellerUpdate cursor idx after grid paste if columns are appended
2020-06-29 Juergen SpitzmuellerFix math grid paste when needing more cells
2020-06-29 Juergen SpitzmuellerFix pasting of math grid with more rows in source than...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-06-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-06-19 Thibaut CuvelierFix in symbols handling: parse the XML entity with...
2020-06-18 Thibaut CuvelierMathML: Convert HTML entities to XML entities.
2020-06-18 Thibaut CuvelierMathML stream allows for name spaces.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-06-11 Thibaut CuvelierMathML: generate only a mathvariant for double-struck...
2020-06-11 Enrico ForestieriAdd support for the doublestroke package
2020-06-11 Thibaut CuvelierOutput double-struck fonts as such in MathML, not in...
2020-06-06 Jean-Marc LasgouttesGet rid of Qt resources
2020-06-01 Richard Kimberly... Forgot this part.
2020-06-01 Kornel BenkoAmend 44816adce63: Be careful before using buffer param...
2020-05-28 Jean-Marc LasgouttesRevert part of 56e012be: hardcode again "too small...
2020-05-04 Richard Kimberly... Missing include according to VC19
2020-05-04 Richard Kimberly... s/requires_/required_/ for code consistency
2020-05-04 Richard Kimberly... Fix remaining (I think) requires keyword issues.
2020-04-26 Richard Kimberly... Fix declaration
2020-04-04 Juergen SpitzmuellerDisable append-column with gathered
2020-03-29 Richard Kimberly... Remove code disabled since 2005.
2020-03-08 Stephan Witt#11747 follow-up of change d94b708a0fec6ade04fc9d09bd86...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2020-02-28 Richard Kimberly... More requires --> required, for C++2a.
2020-02-12 Stephan WittRemove another unnecessary assignment
2020-02-10 Enrico ForestieriRemove unnecessary assignments
2020-02-10 Enrico ForestieriMake sure to not dereference a null pointer.
2020-02-07 Stephan WittFix a crash with uninitialized buffer member of MathData
2020-01-14 Jean-Marc LasgouttesRename PainterMetrics::change_ to change
2020-01-13 Juergen SpitzmuellerRest in peace, dvipost!
2020-01-11 Jean-Marc LasgouttesAvoid blinking change tracking cur for math inset.
2019-12-31 Juergen SpitzmuellerHonor change tracking when automatically renaming refs...
2019-12-28 Juergen SpitzmuellerCentralize code to markup deleted complex objects ...
2019-12-26 Juergen SpitzmuellerMark deleted graphics in output
2019-11-15 Jean-Marc LasgouttesAdd a setBuffer method to InsetArgumentProxy
2019-10-21 Jean-Marc LasgouttesMark insets with invalid buffer() in red in devel-mode.
2019-10-21 Jean-Marc LasgouttesBe careful before using buffer parameters in colAlign
2019-10-20 Jean-Marc LasgouttesSet buffer when expanding macro
2019-09-28 Enrico ForestieriFix bug 11667
2019-09-15 Jean-Marc LasgouttesClarify calculation precedence for '&' and '?'
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-09-15 Jean-Marc LasgouttesMake code more obvious
2019-09-15 Jean-Marc LasgouttesAvoid useless test
2019-09-15 Jean-Marc LasgouttesPass variable by reference
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2019-08-28 Jean-Marc LasgouttesSet buffer correctly when deleting column in math grid
2019-08-05 Juergen SpitzmuellerFix text direction of references with XeTeX/bidi
2019-07-15 Jean-Marc LasgouttesAdd support for amsmath's smallmatrix
2019-07-15 Jean-Marc LasgouttesFixup ee0bd36a86: only clear margins when needed
2019-07-14 Jean-Marc LasgouttesWhen pasting several cells in mathed, take cursor posit...
2019-07-14 Jean-Marc LasgouttesAdd empty rows to grid insets when numbers are too...
2019-07-14 Jean-Marc LasgouttesDraw display math numbering outside of inset
2019-07-14 Jean-Marc LasgouttesMake some InsetMathGrid members private
2019-07-14 Jean-Marc LasgouttesReplace MathData::kerning_ member by a function
2019-07-01 Jean-Marc LasgouttesFixup 17571104: really avoid empty numbers in toc
2019-06-25 Isaac Oscar GarianoMake autocorrect have priority.
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_*
2019-06-09 Enrico ForestieriFix bug #11595
2019-06-03 Jean-Marc LasgouttesMake caret visible inside math macros arguments
2019-06-03 IsaacRemoved shortcuts to toggle autocorrect.
2019-06-02 Jean-Marc LasgouttesAllow to undo partly math autocorrect
2019-06-02 IsaacMake math autocorrrect work with more than 2 chars
2019-05-26 Enrico ForestieriPrefer mathmode commands over textmode ones
2019-05-26 Enrico ForestieriUse ranges
2019-05-26 Enrico ForestieriSupplement the fix for bug #11586
2019-05-26 Enrico ForestieriPartial fix for bug #11586
2019-05-25 Jean-Marc LasgouttesCell in delimiter inset should not be tight
2019-05-18 Enrico ForestieriFix bug #10499
2019-05-11 Jean-Marc LasgouttesNewly created inline math is not numbered
2019-04-26 Enrico ForestieriCorrectly protect macros with optionals inserted in...
2019-04-26 Enrico ForestieriRevert [60ac25a4/lyxgit], [30f16463/lyxgit], and part...
2019-04-25 Enrico ForestieriWrite braces around macros only when actually needed
2019-04-24 Enrico ForestieriYet another attempt at properly fixing #11552
2019-04-23 Enrico ForestieriAmend [54147a71/lyxgit]
2019-04-21 Juergen SpitzmuellerSome more 0 > nullptr substitutions
2019-04-19 Enrico ForestieriFix #11552 in a different way
next