]> git.lyx.org Git - lyx.git/history - src
LyXHTML: avoid using v/align HTML attributes in tables, they are deprecated (like...
[lyx.git] / src /
2023-01-09 Thibaut CuvelierLyXHTML: avoid using v/align HTML attributes in tables...
2023-01-09 Thibaut CuvelierLyXHTML: avoid using v/align HTML attributes in tables...
2023-01-09 Thibaut CuvelierInsetMathBox: remove debugging code.
2023-01-08 Thibaut CuvelierAmend 2d56c01dcfaf04744ab6d854af3965919cc07b82
2023-01-08 Thibaut CuvelierInsetIndex: make a condition more bullet-proof, a nullp...
2023-01-08 Thibaut CuvelierInsetIndex: remove unused code that created Coverity...
2023-01-08 Thibaut CuvelierInsetIndex: add a missing destructor for IndexNode...
2023-01-08 Thibaut CuvelierInsetMathBox: split the boxed text into <mtext> and...
2023-01-07 Thibaut CuvelierInsetMathBox: fix strange indentation (mix of spaces...
2023-01-07 Thibaut CuvelierMathML: convert InsetMathBox as <m:mtext>.
2023-01-07 Thibaut CuvelierLyXHTML: use a lower-case meta for generator, this...
2023-01-07 Thibaut CuvelierLyXHTML: add a missing space in the content-type annota...
2023-01-07 Thibaut CuvelierLyXHTML: don't explicitly mention that the style is...
2023-01-07 Thibaut CuvelierLyXHTML: remove the double specification of charset.
2023-01-07 Thibaut CuvelierLyXHTML: fix the content-type attribute, it must be...
2023-01-07 Thibaut CuvelierLyXHTML and DocBook: encode language codes as BCP47.
2023-01-07 Thibaut CuvelierMake formatting of DocBook changes more similar to...
2023-01-06 Jean-Marc LasgouttesRow breaking: keep unused tail for later (instead of...
2023-01-06 Jean-Marc LasgouttesFixup dcef1a9c: better handling of front-of-string...
2023-01-06 Scott KostyshakTypo in a comment
2023-01-05 Stephan Witt#12523 check for existence of usable Python interpreter
2023-01-05 Jean-Marc LasgouttesAdd information to Row::operator<<
2023-01-05 Richard Kimberly... Fix minor bug mentioned in #10827
2023-01-05 Richard Kimberly... Fix compilation problem
2022-12-29 Scott KostyshakFix compiler warning -Wstring-plus-int
2022-12-29 Juergen SpitzmuellerFix output of tex2lyx messages in runtests.py
2022-12-29 Juergen Spitzmuellertex2lyx: Also factor out error and debug messages
2022-12-29 Scott KostyshakFix compiler warning -Wstring-plus-int
2022-12-28 Juergen SpitzmuellerFactor out tex2lyx warnings and add -q option (#11328)
2022-12-28 Juergen Spitzmuellertex2lyx: exit earlier if input file could not be found
2022-12-28 Juergen SpitzmuellerSupport suffix-less tex file input in tex2lyx (#12340)
2022-12-28 Thibaut CuvelierAmend febd1855eb: fix compilability
2022-12-28 Juergen SpitzmuellerUpdate tex2lyx tests again
2022-12-28 Juergen SpitzmuellerUpdate tex2lyx tests after 7868929aacde
2022-12-28 Juergen Spitzmuellertex2lyx: consider utf8 default encoding in newer LaTeX
2022-12-28 Juergen SpitzmuellerFix indentation
2022-12-28 Juergen Spitzmuellertex2lyx: put adjacent comment lines in one ERT inset...
2022-12-28 Thibaut CuvelierAmend febd1855eb: fix compilability of tex2lyx
2022-12-28 Thibaut CuvelierFix a typo in a comment
2022-12-27 Thibaut CuvelierXML: overhaul the tag-comparison operators.
2022-12-27 Thibaut CuvelierDocBook: add support for DocBookGenerateTitle.
2022-12-27 Juergen SpitzmuellerMaster/Child: do not clean includeonly list while editi...
2022-12-27 Juergen SpitzmuellerMasterChild.ui: Group radio buttons (part of #12470)
2022-12-27 Thibaut CuvelierDocBook: for computing font changes, simplify code...
2022-12-26 Thibaut CuvelierDocBook: add some TODOs for the future.
2022-12-26 Thibaut CuvelierAdd comments about variable usage.
2022-12-26 Thibaut CuvelierFix a typo in a comment.
2022-12-26 Thibaut CuvelierInsetIPAMacro: implement the XHTML conversion, refactor...
2022-12-26 Thibaut CuvelierInsetMathExFunc: use XML entities instead of HTML in...
2022-12-26 Thibaut CuvelierInsetMathSpace: use XML entities instead of HTML in...
2022-12-26 Thibaut CuvelierInsetIPAMacro: refactor code between DocBook and XHTML.
2022-12-26 Thibaut CuvelierDocBook/HTML: use XML entities for spaces.
2022-12-26 Juergen SpitzmuellerAssociate "run:" link types with "Other"
2022-12-26 Juergen SpitzmuellerDisambiguate string
2022-12-26 Juergen SpitzmuellerTry to be more precise in the hyperlink type tooltips
2022-12-26 Juergen Spitzmuellertex2lyx: support "Other" type
2022-12-26 Juergen SpitzmuellerGuiHyperlink: some minor fixes
2022-12-25 Thibaut CuvelierAmend bc73a85778ffb1432bdc510d9a710e7394f42163
2022-12-25 Thibaut CuvelierDocBook: add a comment about the need for DocBook 5.2.
2022-12-25 Thibaut CuvelierCleanup following the removal of HTML entities
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2022-12-25 Thibaut CuvelierLyXHTML: give the language in the root tag.
2022-12-25 Richard Kimberly... typo
2022-12-25 Richard Kimberly... Update tex2lyx tests.
2022-12-25 Richard Kimberly... Allow an 'other' type for hyperlinks. Format change.
2022-12-24 Juergen SpitzmuellerDo not wrap forceTLR in \L with babel and unicode engines
2022-12-24 Juergen SpitzmuellerUsed pressed() signal in status bar widgets (fixes...
2022-12-23 Juergen SpitzmuellerFix signals
2022-12-23 Juergen Spitzmueller\R and \L are not defined in babel with Xe/LuaTeX
2022-12-23 Juergen SpitzmuellerFix UI of document color selection
2022-12-23 Juergen SpitzmuellerMark "edit externally" button of preamble and local...
2022-12-22 Juergen SpitzmuellerInform user if panel or tab has invalid content (#10827)
2022-12-22 Thibaut CuvelierXML: improve formatting of error message for unrecognis...
2022-12-22 Thibaut CuvelierDocBook: fix a typo in comments and improve docs.
2022-12-21 Jean-Marc LasgouttesRemove boolean arguments of scrollToCursor wih an enum
2022-12-21 Jean-Marc LasgouttesSimplify and hopely fix scrollToCursor
2022-12-21 Pavel Sanda* lfun doc
2022-12-20 Juergen SpitzmuellerAdd test
2022-12-20 Juergen SpitzmuellerSimplify test
2022-12-19 Juergen SpitzmuellerAdapt inset info to new version check
2022-12-19 Juergen SpitzmuellerExtend flexible version check to packages
2022-12-19 Juergen SpitzmuellerImprove LaTeX version checking
2022-12-19 Juergen SpitzmuellerSimplify output code
2022-12-19 Juergen SpitzmuellerRemove unnecessary conversion
2022-12-19 Juergen SpitzmuellerAmend 9716e79624a4d
2022-12-18 Juergen SpitzmuellerAdd toolbar option to reset font + language settings...
2022-12-18 Juergen Spitzmuellerlanguage reset should reset to the buffer language
2022-12-18 Juergen SpitzmuellerDisable non-functional insets in math (#4039)
2022-12-18 Juergen SpitzmuellerCorrect date
2022-12-18 Juergen SpitzmuellerCorrect counting
2022-12-18 Juergen SpitzmuellerImprove functions for bibliography managers (#8193)
2022-12-17 Juergen Spitzmuellerinputenc only expects one option
2022-12-15 Juergen SpitzmuellerRemove preceding spaces
2022-12-12 Richard Kimberly... Fix shortcut
2022-12-12 Richard Kimberly... Fix bug #12609
2022-12-12 Richard Kimberly... Pronoun
2022-12-11 Jean-Marc LasgouttesRevert "Remove left/right spacing around top/left buttons"
2022-12-11 Enrico ForestieriFurther amend fb7b7e52
2022-12-11 Juergen SpitzmuellerAllow defaultfamily change with non_TeX fonts (#12608)
2022-12-11 Enrico ForestieriAmend fb7b7e52
next