]> git.lyx.org Git - lyx.git/commit
Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook...
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>
Thu, 9 May 2019 23:35:40 +0000 (01:35 +0200)
committerPavel Sanda <sanda@lyx.org>
Mon, 15 Jun 2020 11:01:56 +0000 (13:01 +0200)
commita6b07608d8e9de24383d3ebaec20b6b265ed9314
tree4206b9433757205117240b13d5c53b8afef38ccc
parent9cec35697ae8429d8c2d6579fbd6351930a63e4c
Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook adoption.

xml.cpp/h also merges functionalities from sgml.cpp/h.
97 files changed:
development/attic/qmake/lyx.pro
src/BiblioInfo.cpp
src/Buffer.cpp
src/CMakeLists.txt
src/Makefile.am
src/Paragraph.cpp
src/Paragraph.h
src/ParagraphMetrics.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetArgument.h
src/insets/InsetBibitem.cpp
src/insets/InsetBibitem.h
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetCaption.cpp
src/insets/InsetCaption.h
src/insets/InsetCaptionable.cpp
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
src/insets/InsetCounter.cpp
src/insets/InsetCounter.h
src/insets/InsetERT.cpp
src/insets/InsetERT.h
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/InsetFloat.cpp
src/insets/InsetFloat.h
src/insets/InsetFloatList.cpp
src/insets/InsetFloatList.h
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetHyperlink.cpp
src/insets/InsetHyperlink.h
src/insets/InsetIPA.cpp
src/insets/InsetIPA.h
src/insets/InsetIPAMacro.cpp
src/insets/InsetIPAMacro.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetLabel.cpp
src/insets/InsetLabel.h
src/insets/InsetLine.cpp
src/insets/InsetLine.h
src/insets/InsetListings.cpp
src/insets/InsetListings.h
src/insets/InsetNewline.cpp
src/insets/InsetNewline.h
src/insets/InsetNewpage.cpp
src/insets/InsetNewpage.h
src/insets/InsetNomencl.cpp
src/insets/InsetNomencl.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetPhantom.cpp
src/insets/InsetPhantom.h
src/insets/InsetQuotes.cpp
src/insets/InsetQuotes.h
src/insets/InsetRef.cpp
src/insets/InsetRef.h
src/insets/InsetSeparator.cpp
src/insets/InsetSeparator.h
src/insets/InsetSpace.cpp
src/insets/InsetSpace.h
src/insets/InsetSpecialChar.cpp
src/insets/InsetSpecialChar.h
src/insets/InsetTOC.cpp
src/insets/InsetTOC.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.cpp
src/insets/InsetText.h
src/insets/InsetVSpace.cpp
src/insets/InsetVSpace.h
src/insets/InsetWrap.cpp
src/insets/InsetWrap.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h
src/mathed/InsetMathMacroTemplate.cpp
src/mathed/InsetMathMacroTemplate.h
src/mathed/InsetMathRef.cpp
src/output_docbook.cpp
src/output_docbook.h
src/output_xhtml.cpp
src/output_xhtml.h
src/sgml.cpp [deleted file]
src/sgml.h [deleted file]
src/tests/dummy_functions.cpp
src/tex2lyx/dummy_impl.cpp
src/xml.cpp [new file with mode: 0644]
src/xml.h [new file with mode: 0644]