aboutsummaryrefslogtreecommitdiff
path: root/test/docx/golden
AgeCommit message (Expand)Author
2025-06-10Fix docx golden tests for East Asian default style changes.John MacFarlane
2025-04-05Docx writer: preserve Relationships for images from reference docx.John MacFarlane
2025-03-05Fix invalid OOXML in definition_list.docx test.John MacFarlane
2025-01-31Docx writer: repeat reference doc's sectPr for each new section.John MacFarlane
2025-01-31Update docx golden tests for reference doc changes.John MacFarlane
2024-12-22Docx writer: restart footnotes by section by default.John MacFarlane
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
2024-06-22OpenXML writer: be craftier in adding East Asian font hints.John MacFarlane
2024-06-04Docx reader: support task lists.John MacFarlane
2024-06-04T.P.Writers.Shared: export toTaskListItem instead of isTaskList.John MacFarlane
2024-06-04Docx writer: better formatting for task lists.John MacFarlane
2024-06-01Docx writer: omit jc attribute on table cells with AlignDefault.John MacFarlane
2024-05-31Fix metadata in docx writer.John MacFarlane
2024-05-29Docx writer: add eastAsia font hints to `w:r`.John MacFarlane
2024-05-19Fix validation errors in docx golden test.John MacFarlane
2024-05-19Fix abstract-title in openxml template.John MacFarlane
2024-05-19Allow OpenXML templates to be used with `docx`.John MacFarlane
2024-05-18Cleaned up Abstract Title and Subtitle in default reference docx.John MacFarlane
2024-04-13reference.docx: use current standard Word theme.John MacFarlane
2024-04-13reference.docx: stay closer to Word's current defaults.John MacFarlane
2024-04-13Use conventional styles/indents for Word bullet lists.John MacFarlane
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
2023-12-19fix(docx): sort inline elements in schema orderEdwin Török
2023-12-18fix(docx): fix validation error on endnotePrEdwin Török
2023-12-18fix(docx): fix validation error on w:tblHeaderEdwin Török
2023-12-18fix(docx): use left vs start consistentlyEdwin Török
2023-12-18fix(docx): fix validation error on inline w:i/w:iCs orderEdwin Török
2023-12-18fix(docx): fix OOXMLValidator error on KeywordTok outputEdwin Török
2023-12-18fix(docx): fix validation error on w:annotationRefEdwin Török
2023-12-18fix(docx): fix validation error in w:nsidEdwin Török
2023-12-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-18Docx writer: fix validation error.John MacFarlane
2023-12-17Docx writer: ensure that elements in settings are ordered correctly.John MacFarlane
2023-12-17test/docx/golden: regenerateEdwin Török
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-12-08Docx writer: allow embedded fonts to be used in reference.docx.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2023-03-17Update docx golden tests for style changes.John MacFarlane
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner
2021-10-29Update test golden master for docx native numberingTristan Stenner
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane