]> git.lyx.org Git - lyx.git/history - src
Update RELEASE-NOTES for DocBook
[lyx.git] / src /
2020-07-09 Eugene ChornyiWorkaround Qtbug where QAbstractScrollArea::mouseMoveEv...
2020-07-09 Richard Kimberly... Change in ::docbook args
2020-07-09 Thibaut CuvelierFix Coverity false positive for null-pointer dereference
2020-07-09 Richard Kimberly... Simplify code a bit. Should be equivalent, unless backs...
2020-07-09 Richard Kimberly... Best to use braces when there are comments.
2020-07-08 Kornel BenkoAmend 3883b85f: Typo in "New DocBook support"
2020-07-08 Richard Kimberly... Whitespace
2020-07-08 Pavel SandaFix another constructor order of parameters
2020-07-08 Pavel Sandacomment only
2020-07-08 Pavel SandaWrong order in constructor
2020-07-08 Thibaut CuvelierRemove DOCBOOK enum values, no more used.
2020-07-08 Thibaut CuvelierRemove GuiRef::nameAllowed, as the DocBook support...
2020-07-08 Thibaut CuvelierRemove GuiRef::typeAllowed, as it is now always allowed.
2020-07-08 Thibaut CuvelierThe new DocBook output has no prerequisite on the docum...
2020-07-08 Thibaut CuvelierNew DocBook support
2020-07-07 Pavel SandaAdd required elements in the layouts to support DocBook.
2020-07-04 Juergen SpitzmuellerPrevent outputting \maketitle within an inset embedded...
2020-07-03 Juergen SpitzmuellerProperly fix handling of title layouts within insets...
2020-07-02 Juergen Spitzmuellerconstification
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 c&p of tabular data between different LyX instances...
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 SpitzmuellerResize table if needed on multi-cell paste
2020-06-29 Juergen SpitzmuellerFix math grid paste when needing more cells
2020-06-29 Juergen SpitzmuellerImplement proper pasting from multiple table cells...
2020-06-29 Juergen SpitzmuellerCorrectly initialize font (language) for multiple-cell...
2020-06-29 Juergen SpitzmuellerDo not paste \t when pasting multiple table columns...
2020-06-29 Juergen SpitzmuellerFix pasting of math grid with more rows in source than...
2020-06-29 Juergen SpitzmuellerHonor "provides parskip 1"
2020-06-28 Juergen SpitzmuellerSupport halfline and fullline also in vspace.
2020-06-28 Juergen Spitzmuellerupdate tex2lyx tests
2020-06-28 Juergen Spitzmuelleruse package parskip to separate paragraphs with vertica...
2020-06-27 Juergen SpitzmuellerForce local switch for info insets that change language
2020-06-26 Juergen SpitzmuellerUpdate tex2lyx tests after file format change
2020-06-26 Juergen SpitzmuellerAdd support for medspace and thickspace (in text) ...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/frontends
2020-06-25 Pavel Sandatypo left by codespell
2020-06-25 Jean-Marc LasgouttesRun codespell on tex2lyx/, client/, convert/ and graphics/
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-06-25 Jean-Marc LasgouttesRun codespell on src/support
2020-06-25 Juergen SpitzmuellerConsider nesting level when autonesting
2020-06-23 Jean-Marc LasgouttesAllow row-breaking after some insets
2020-06-23 Jean-Marc LasgouttesMake all unbreakable spaces of the same Color_latex...
2020-06-23 Jean-Marc LasgouttesFix comment
2020-06-22 Jean-Marc LasgouttesThe hard-coding of word_wrap has been fixed at bf88ad49.
2020-06-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-06-21 Eugene ChornyiAmend e501f2c4
2020-06-19 Juergen SpitzmuellerFix swapped logic (#11889)
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-18 Richard Kimberly... Focus keyword filed in Thesaurus dialog
2020-06-18 Pavel SandaRename-XHTMLStream-to-XMLStream #3.
2020-06-18 Eugene ChornyiAssure that LyX and tex2lyx use src/lyxwinres.rc
2020-06-18 Jean-Marc LasgouttesDo not dereference getFormat() if it is null
2020-06-18 Jean-Marc LasgouttesInitialize properly Counter::saved_value_ member
2020-06-18 Jean-Marc LasgouttesPass BufferParams by address
2020-06-17 Enrico ForestieriUse the same icon as in the cmake build
2020-06-16 Enrico ForestieriUpdate copyright notice
2020-06-15 Pavel SandaRename-XHTMLStream-to-XMLStream #2.
2020-06-15 Pavel SandaAmend a6b07608d8e9de24, took older patch.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-06-12 Enrico ForestieriAmend 5a80f7bb
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 Juergen SpitzmuellerUI improvement to math matrix dialog, suggested by...
2020-06-11 Thibaut CuvelierOutput double-struck fonts as such in MathML, not in...
2020-06-11 Juergen SpitzmuellerConsider parbreakIsNewline in plaintext output
2020-06-08 Juergen SpitzmuellerFix some typos in comments, by Thibaut Cuvelier
2020-06-07 Juergen SpitzmuellerDo not track row/column deletion in paste_tabular
2020-06-07 Kornel BenkoAmend 2d48072e: Get rid of Qt resources
2020-06-06 Jean-Marc LasgouttesGet rid of Qt resources
2020-06-06 Jean-Marc LasgouttesMove BulletsModule to frontend namespace
2020-06-06 Richard Kimberly... Need this for std::endl now, according to Eugene
2020-06-05 Jean-Marc LasgouttesAllow to provide explicit icons for things like command...
2020-06-05 Jean-Marc LasgouttesFixup 74540c98: handle selection for label background
2020-06-01 Richard Kimberly... Forgot this part.
2020-06-01 Richard Kimberly... Internal buffers are valid
2020-06-01 Kornel BenkoAmend 44816adce63: Be careful before using buffer param...
2020-05-30 Juergen SpitzmuellerAdd support for the xindex index processor
2020-05-30 Juergen Spitzmuellerupdate tex2lyx tests after 5b2479176b0bb8
2020-05-29 Kornel BenkoFindAdv: Correct next test (keytest/findadv-16)
2020-05-29 Kornel BenkoFindAdv: Correct some testcases
2020-05-29 Kornel BenkoFindadv: Convert some messages from LYXERR0(...) to...
2020-05-28 Jean-Marc LasgouttesRevert part of 56e012be: hardcode again "too small...
2020-05-26 Kornel BenkoFindadv: 2 more possible out of range access cases...
2020-05-26 Kornel BenkoFindadv: Do not use out of range index into a string
2020-05-26 Juergen Spitzmuellertex2lyx: reset language after polyglossia lang environm...
2020-05-23 Jean-Marc LasgouttesSimplify code by using initializer lists for vectors.
2020-05-23 Jean-Marc LasgouttesFix first draw of auto-open inset
2020-05-23 Richard Kimberly... Revert part of 47973dc2b, which was causing bug #11873.
2020-05-19 Richard Kimberly... Fix more warnings and simplify a tiny bit.
2020-05-19 Richard Kimberly... Fix warnings
2020-05-18 Richard Kimberly... Fix warnings
2020-05-18 Richard Kimberly... Fix warnings.
2020-05-18 Richard Kimberly... Fix bug #11456.
2020-05-18 Richard Kimberly... Fix bug #11405.
next