summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2023-09-22(related? tdf#155177) sw: layout: fix another RemoveFollowFlowLine SNAFUMichael Stahl1-1/+5
2023-09-21tdf#157129 sw: fix wrong cursor position after pasteMichael Stahl1-3/+3
2023-09-15crashreporting: apparent null deref at SwFEShell::IsShapeDefaultHoriTextDirR2LCaolán McNamara1-2/+5
2023-09-04crash case seen on clicking on drawing text box inside a footerCaolán McNamara1-1/+2
2023-08-23tdf#156419 sw: layout: don't prevent moving between linked flysMichael Stahl3-0/+19
2023-08-23tdf#156725 sw: layout: don't prevent moving between columns ...Michael Stahl3-1/+187
2023-08-21sw: prevent crash in TextContrastCheckTomaž Vajngerl1-0/+2
2023-08-16tdf#151866 sw: layout: prevent deleting newly created SwSectionFrameMichael Stahl1-0/+3
2023-08-16tdf#156551 tdf#150606 sw: layout: only invalidate SwTabFrame if it...Michael Stahl3-3/+29
2023-08-16tdf#156546 sw: fix infinite loop in SwUndoInsert::RedoImpl()Michael Stahl4-23/+19
2023-08-11tdf#156270: use double for width/heightXisco Fauli1-2/+2
2023-08-08tdf#139164: Revert "tdf#54908 Make selection active if there's a selectionKhaled Hosny1-2/+1
2023-08-04tdf#145743 sw: don't delete empty page with ColLocked sectionMichael Stahl1-1/+1
2023-08-02tdf#156548: make truncated long bookmark name unique, and use it in hyperlinksMike Kaganski8-65/+128
2023-07-31tdf#153115 sw: SwDoc::TextToTable(), first remove all redlinesMichael Stahl2-5/+19
2023-07-31tdf#149555 sw: convert RANGE_IS_SECTION SwXTextRange if possibleMichael Stahl1-11/+31
2023-07-31tdf#156372 sw: Stop adding GetLower to every cell in header tableSatya1-2/+4
2023-07-27tdf#146258 sw: invalidate section frame for new text frame at startMichael Stahl1-0/+10
2023-07-27tdf#153319 sw: don't move footnotes to follow if portions in masterMichael Stahl1-0/+2
2023-07-26tdf#156368: Fix setting watermark font for CJK/CTL textKhaled Hosny1-0/+2
2023-07-24tdf#156267 sw: remove DdeBookmarks in SwDoc::DelTable()Michael Stahl1-0/+6
2023-07-20tdf#150308 sw: fix missing top table border after hidden table rowsLászló Németh1-1/+7
2023-07-14tdf#153866: Fix TOX crashBjoern Michaelsen1-0/+2
2023-07-14tdf#156130: Use default tab stop when TOC*N style doesn't define oneMike Kaganski2-1/+1
2023-07-09tdf#153804 DOCX import: fix lost footnotes in case of commentsLászló Németh2-0/+17
2023-07-08tdf#156155 sw: export draw:fill to top-level ODF graphic stylesMichael Stahl1-0/+15
2023-07-08tdf#155462: fix the scrollbar tooltip textMike Kaganski3-12/+20
2023-07-07sw: fix crash in SwTextNode::UpdateXisco Fauli1-1/+3
2023-07-07Related: tdf#141969 Make sure to use SwAttrSet for paragraph autostylesMike Kaganski4-3/+8
2023-07-06tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocumentMike Kaganski11-22/+37
2023-07-05tdf#155462: Re-enable ShowScrollBarTips expert configMike Kaganski1-1/+1
2023-07-05sw: fix crash in CreateParentXTextXisco Fauli1-6/+8
2023-07-05tdf#141969: use paragraph autostyle to mimic Word's table styleMike Kaganski5-20/+147
2023-07-03tdf#152575 Fix missing comment export in some casesSamuel Mehrbrodt3-4/+482
2023-07-03tdf#156077 sw: layout: call AssertFlyPages() in Init()Michael Stahl3-0/+376
2023-06-27tdf#155324 sw: layout: try not to MoveFwd onto a page created by page breakMichael Stahl5-1/+57
2023-06-23tdf#155685 sw: ExtendedSelectAll with tables, group the Undo objectsMichael Stahl1-0/+10
2023-06-23tdf#155685 sw: fix another ExtendedSelectAll Redo crash w table at endMichael Stahl3-10/+273
2023-06-23tdf#151968: Fix vertical position of RTL spelling wavy lineKhaled Hosny1-0/+10
2023-06-23tdf#155685 sw: fix crash on undo of ExtendedSelectAll with table at endMichael Stahl6-145/+181
2023-06-23tdf#152983 sw: layout: fix crash in SwContentFrame::Cut()Michael Stahl3-2/+9
2023-06-23tdf#150606 sw: layout: leave follow SwTabFrame invalid in columnsMichael Stahl3-1/+70
2023-06-23tdf#125154 i18npool,sw: fix group separators in numbers in formulasMichael Stahl3-1/+48
2023-06-23tdf#155939 sw: fix infinite loop when changing document languageMichael Stahl2-0/+29
2023-06-15tdf#155690 writerfilter: fix import of bookmark in table...Michael Stahl2-0/+47
2023-06-15tdf#155823: Improve the check if the list id is not requiredMike Kaganski5-77/+36
2023-06-12tdf#155244 filter: XHTML export: Making ODF style IDs unique for ...Svante Schubert1-10/+13
2023-06-09tdf#152046 Revert "tdf#100680 sw DOCX compatibility: fix wrap of as_char flys"Justin Luth7-38/+1
2023-06-05tdf#153040 sw content controls PDF export: output listbox entryJustin Luth1-9/+12
2023-06-02Related: tdf#122081 null-deref of SwFootnoteFrameCaolán McNamara1-1/+1