summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-06-27sw: fix crash in SwLayoutFrame::GetContentPosXisco Fauli1-5/+19
2022-06-24sw: fix crash in SwEditWin::MouseButtonDownXisco Fauli1-53/+56
2022-06-24tdf#135976 sw: preserve flys on backspace/delete with redlining enabledMichael Stahl6-6/+142
2022-06-24sw: fix odd m_bCanGroup check in SwUndoRedlineDeleteMichael Stahl1-1/+1
2022-06-24tdf#139982 sw: preserve flys in Replace with redlining enabledMichael Stahl4-3/+62
2022-06-24sw_redlinehide: skip unnecessary updates when undoing redlined deleteMichael Stahl1-0/+6
2022-06-24tdf#148868 sw: handle selection then Insert similar to ReplaceMichael Stahl3-5/+6
2022-06-24tdf#149507 sw: don't delete bookmarks in SwUndoInsLayFormat::UndoImpl()Michael Stahl1-7/+4
2022-06-24tdf#140007 sw: fix SwUndoReplaceMichael Stahl2-2/+90
2022-06-24(related: tdf#139514) sw: fix Undo of delete with at-para flyMichael Stahl1-4/+8
2022-06-24tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl27-80/+119
2022-06-24Related: tdf#149490 OLE Object dialog should be modalCaolán McNamara1-0/+1
2022-06-24Related: tdf#149408 various crashes seen in redline panelCaolán McNamara1-6/+11
2022-06-20fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák1-3/+4
2022-06-20sw HTML export, XHTML mode: fix lost <li> with a list header + itemMiklos Vajna4-4/+56
2022-06-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-11/+11
2022-06-16sw: jsdialog: enable contentcontrol and contentcontrollistitem dialogsrash4191-5/+0
2022-06-16sw content controls: allow the properties dialog in read-only selMiklos Vajna1-1/+0
2022-06-15sw XHTML export: avoid writing default transparent background for ReqIFMiklos Vajna2-3/+26
2022-06-15tdf#149509 sw content controls: reject page break insertionMiklos Vajna2-1/+31
2022-06-15sw content controls: reject typing inside checkbox or picture content controlsMiklos Vajna4-0/+66
2022-06-13sw XHTML export: avoid writing background of table cells in ReqIF modeMiklos Vajna3-31/+43
2022-06-13sw content controls: fix crash on trying to insert nested dropdownMiklos Vajna2-2/+17
2022-06-09sw content controls: update the cursor at SwContentControlDlg endMiklos Vajna1-0/+4
2022-06-09sw: fix pasting multiple flys in SwFEShell::Paste()Michael Stahl1-15/+30
2022-06-09sw: SwNodeIndex GCC12 spurious -Werror=dangling-pointer=Michael Stahl1-0/+9
2022-06-09tdf#147708 create floating menubutton on demandCaolán McNamara6-110/+169
2022-06-09tdf#148309 sw_redlinehide: fix mail merge performance regressionMichael Stahl1-0/+6
2022-06-09Related: tdf#149408 inspector crash with a writer OLE inside calcCaolán McNamara1-1/+5
2022-06-09sw: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+1
2022-06-09sw: fix crash in SwDoc::CopyMasterHeader and SwDoc::CopyMasterFooterXisco Fauli1-60/+72
2022-06-09Resolves: tdf#149408 inspector crash with a writer OLE inside calcCaolán McNamara1-1/+1
2022-06-08sw: fix use-after-free in SwFrame::ImplFindPageFrame()Miklos Vajna1-5/+11
2022-06-07fix SwViewShellImp::AddPaintRect() rectangle compression (tdf#148255)Luboš Luňák1-1/+1
2022-06-07sw: fix crash in SwFEShell::SelectObj()Miklos Vajna1-1/+1
2022-06-03sw content controls, date: add properties dialogMiklos Vajna3-0/+152
2022-06-03sw content controls, checkbox: add properties dialogMiklos Vajna4-2/+169
2022-06-03CppunitTest_sw_tiledrendering: use CPPUNIT_TEST_FIXTURE()Miklos Vajna3-274/+102
2022-06-01sw: fix crash in SwAnchoredObject::UpdateObjInSortedListco-22.05.2-1Xisco Fauli1-1/+2
2022-06-01tdf#149186: Table of contents editor not showing buttons in Dutch UICaolán McNamara3-27/+49
2022-06-01tdf#149200: docx export: transparent color fixVasily Melenchuk3-1/+16
2022-06-01tdf#148365 sw: fix freezing with FrameIsAutomaticHeightAttila Bakos (NISZ)1-2/+8
2022-06-01sw content controls, date: add LOK APIMiklos Vajna3-0/+123
2022-06-01sw content controls, date: add insert UIMiklos Vajna10-2/+71
2022-05-31date picker should rather show the current date instead of February 14, 2019Andras Timar1-3/+0
2022-05-31sw content controls, date: add DOCX importMiklos Vajna6-218/+389
2022-05-31sw content controls, date: preserve more propertiesMiklos Vajna8-0/+262
2022-05-31sw content controls, date: add current date handlingMiklos Vajna10-4/+135
2022-05-31sw content controls, date: add DOCX exportMiklos Vajna2-0/+52
2022-05-30sw content controls, picture: add LOK API testcaseMiklos Vajna1-0/+70