]> git.lyx.org Git - lyx.git/history - src/mathed
Allow to undo partly math autocorrect
[lyx.git] / src / mathed /
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
2019-04-18 Kornel BenkoAmend [f2029fb3/lyxgit]
2019-04-17 Enrico ForestieriAmend [f2029fb3/lyxgit]
2019-04-17 Enrico ForestieriFix bug #11552
2019-04-16 Jean-Marc LasgouttesRevert "Make math autocorrrect work with more than...
2019-04-16 Jean-Marc LasgouttesRevert "Allow to undo partly math autocorrect"
2019-04-16 Jean-Marc LasgouttesRewrite the code that sets caret height in mathed
2019-04-16 Jean-Marc LasgouttesAllow to undo partly math autocorrect
2019-04-16 IsaacMake math autocorrrect work with more than 2 chars
2019-04-15 Enrico ForestieriProperly fix #9616
2019-04-02 Jean-Marc LasgouttesFixup ad79ac40: reintroduce markers around delimiters
2019-03-28 Jean-Marc LasgouttesFix insertion of text characters in math
2019-03-22 Jean-Marc LasgouttesTreat math style a bit more like other font features
2019-01-02 Enrico ForestieriFix conversion of math braces to html
2019-01-02 Enrico ForestieriAmend [2dcb7300/lyxgit]
2018-12-18 Enrico ForestieriFix bug 11346
2018-12-13 Enrico ForestieriFix display of single-char macro names
2018-12-13 Jean-Marc LasgouttesSet buffer correctly when changing math space type.
2018-11-12 Enrico ForestieriFix cursor left/right navigation in overset, underset...
2018-11-10 Enrico ForestieriFix bug #11367
2018-11-10 Enrico ForestieriRestore correct left/right navigation in root inset
2018-11-09 Jean-Marc LasgouttesMake cell-forward/backward cycle in math
2018-11-09 Jean-Marc Lasgouttesimprove left/right navigation in root inset
2018-11-07 Jean-Marc LasgouttesFixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
2018-11-07 Jean-Marc LasgouttesFixup 097da3a9: update the math parser
2018-11-07 Jean-Marc LasgouttesWhen inserting math inset over selection, place cursor...
2018-11-07 Jean-Marc LasgouttesChange cell numbers so that 0 is the main cell
2018-10-05 Richard Kimberly... Fix part of bug #8521.
2018-10-04 Richard HeckFix bug 9798.
2018-10-04 Jean-Marc LasgouttesFix display of gather in lefteqn mode
2018-10-03 Jean-Marc LasgouttesMake sure inset buffer is correctly set in math grid
2018-09-20 Jean-Marc LasgouttesAvoid space before completion in mathed
2018-09-20 Jean-Marc LasgouttesAvoid crash with cursor down in math
2018-09-18 Jean-Marc LasgouttesRevert "Try to please windows compiler"
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
2018-09-05 Jean-Marc LasgouttesFixup 7b7ed64a: allow toggling limits of (over|under...
2018-09-03 Jean-Marc LasgouttesAllow toggling (no)limits only after mathop symbol
2018-07-29 Juergen SpitzmuellerFix problem of unwanted spaces caused by macro definitions
2018-07-28 Juergen SpitzmuellerTry to please windows compiler
2018-07-22 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-07-19 Jean-Marc LasgouttesIntroduce FontMetrics::xHeight
2018-07-05 Jean-Marc LasgouttesFixes to input method handling
2018-06-05 Jean-Marc LasgouttesUse getArg to read math-extern arguments
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-05-14 Jean-Marc LasgouttesRemoved unused private variable
2018-05-03 Richard Kimberly... Do not step equation numbers in deleted equations.
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-17 Richard HeckMove LFUN_UNICODE_INSERT to BufferView, per JMarc's...
2018-04-17 Richard HeckUse FuncRequest::getArg instead of splitting the argument
2018-04-10 Enrico ForestieriFix bug #9348
2018-04-09 Jean-Marc LasgouttesSet a minimal height for math rows
2018-04-05 Jean-Marc LasgouttesWhen inserting math inset, put cursor selection in...
2018-04-04 Jean-Marc LasgouttesMakes caret height adapt to context in mathed.
2018-03-22 Richard Kimberly... Fix bug #11084.
2018-03-12 Pavel SandaPaint \dot & \ddot more like a dot
2018-02-22 Richard HeckFix bug #10863.
2018-02-20 Jean-Marc LasgouttesKill macro mode when using LFUN_ESCAPE
2018-02-19 Jean-Marc LasgouttesImprove metrics of equations. More work remains to...
2018-02-09 Enrico ForestieriAvoid an infinite loop
2018-01-25 Jean-Marc LasgouttesNew method zoomedPixel to compute pixel amount also...
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
2018-01-04 Richard HeckFix bug #10951.
2017-12-20 Jean-Marc LasgouttesReintroduce the spacing around delimiters
2017-12-19 Jean-Marc LasgouttesDo not draw inactive math corners when they have mathbg...
2017-12-16 Richard HeckProperly fix #10863 compiler warnings.
2017-12-16 Richard HeckRevert "Fix #10863 compiler warnings."
2017-12-16 Richard HeckFix #10864 compiler warnings.
2017-12-16 Richard HeckFix #10863 compiler warnings.
2017-12-16 Richard HeckFix #10862 compiler warnings.
2017-12-16 Richard HeckFix #10859 compiler warnings.
2017-12-16 Richard HeckFix #10858 compiler warnings.
2017-12-04 Jean-Marc LasgouttesFixup 16af6e7c
2017-12-04 Jean-Marc LasgouttesImplement display of roots more faithfully
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-10-22 Guillaume MMFix math mode for InsetMathMacro on output
2017-10-22 Enrico ForestieriFix issue with change-tracked deleted display math
2017-10-11 Jean-Marc Lasgouttesfix broken comment
2017-09-24 Jean-Marc LasgouttesDo not apply mathindent to inline math insets
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-24 Jean-Marc LasgouttesMake "devel mode" configurable at run time
next