]> git.lyx.org Git - lyx.git/history - src
Update sk.po
[lyx.git] / src /
2023-01-31 Jean-Marc LasgouttesRevert "Extended comment and indentation for source...
2023-01-31 Jean-Marc LasgouttesFixup 0fed10e4: make sure redraw happens as needed
2023-01-31 Daniel RamoellerExtended comment and indentation for source code
2023-01-30 Juergen SpitzmuellerFix font combos with Qt6 (#12630)
2023-01-30 Juergen SpitzmuellerAllow to hide categories in CategorizedCombo
2023-01-29 Enrico ForestieriAmend 891ba726
2023-01-27 Enrico ForestieriAmend 16e67d4e
2023-01-27 Enrico ForestieriFix bug #12633
2023-01-25 Scott KostyshakFix -Winconsistent-missing-override
2023-01-23 Daniel RamöllerFix bug #12061.
2023-01-22 Thibaut CuvelierInsetMathHull: add a missing const (plus strange indent...
2023-01-22 Thibaut CuvelierMathML: make InsetMathHull::mathmlize easier to read...
2023-01-22 Thibaut CuvelierInsetMathHull: replace 0 by nullptr.
2023-01-20 Thibaut CuvelierMathML: use standard {M/E}Tag{,Inline} instead of bespo...
2023-01-20 Thibaut CuvelierMathML in HTML: in case of conversion failure, add...
2023-01-20 Thibaut CuvelierMathML: improve formatting of formula in XHTML hull
2023-01-20 Thibaut CuvelierMathML: remove extraneous <mrow> in fractions
2023-01-20 Thibaut CuvelierMathML: replace HTML entities with XML ones in more...
2023-01-20 Thibaut CuvelierMathML: remove useless code
2023-01-14 Juergen SpitzmuellerIntroduce pkglist format
2023-01-11 Thibaut CuvelierLyXHTML: remove meta content-type, it is only for HTML5...
2023-01-10 Thibaut CuvelierInsetTabular LyXHTML: fix wrong escape.
2023-01-10 Jean-Marc LasgouttesCorrect the description of Lexer::getLongString 2.4-beta2
2023-01-09 Jean-Marc LasgouttesFix warning
2023-01-09 Daniel RamoellerAllow multiple selections in the file open dialog
2023-01-09 Juergen SpitzmuellerFix grammar in, and try to clarify, warning
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.
next