summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-03-02lok: fix goto functionality in Accessibility Check dialogSzymon Kłos1-0/+7
2022-02-28dont send text selection start/end when there is no selectionMert Tumer1-0/+7
2022-02-24Make accessibility check dialog asyncNickWingate1-2/+2
2022-02-23fix Writer key event delayed compression (tdf#145963)Luboš Luňák3-16/+19
2022-02-20ofz#40593 remove Objects from m_xResizeDrawObjects if deleted during parseCaolán McNamara2-3/+29
2022-02-20crashtesting: UaF on layout of fdo53985-1.docxCaolán McNamara2-1/+58
2022-02-20Only change SwLayAction::m_bAgain via SetAgainCaolán McNamara4-8/+12
2022-02-03lok: render image preview with lower resolutionSzymon Kłos4-1/+18
2022-02-03Use unique id for FN_UNO_TRANSFORMED_GRAPHICSzymon Kłos1-1/+1
2022-01-28tdf#119952 DOCX import: fix negative page marginsAttila Szűcs2-0/+83
2022-01-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh5-1/+29
2022-01-26tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna3-12/+11
2022-01-23tdf#146728 lok: IME: preset formatting in the new paragraphSzymon Kłos2-11/+79
2022-01-19sw: fix unexpected paragraph border inside table cellsMiklos Vajna3-3/+57
2022-01-05Set the original size in crop dialog to preferred DPI calc. sizeTomaž Vajngerl1-0/+8
2022-01-05Add graphic size checker for the preferred document DPITomaž Vajngerl7-0/+287
2022-01-05Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl5-3/+48
2021-12-21ofz#39252 use safer SwUnoCursor for the pos to move back toCaolán McNamara2-4/+4
2021-12-21ofz#38011 save and restore m_pLastAnchorPos via UnoCursorCaolán McNamara2-0/+9
2021-12-21ofz#37322 Bad-castCaolán McNamara2-0/+9
2021-12-21crashtesting: UaF on layout of ooo98566-1.odtCaolán McNamara1-0/+4
2021-12-21ofz#34749 don't remove trailing paragraph if something got anchored to itCaolán McNamara3-0/+11
2021-12-21ofz#31538 null-derefCaolán McNamara1-3/+8
2021-12-09lok: don't limit line length in HTMLWriterSzymon Kłos5-9/+43
2021-12-08sw: fix crash in SwFEShell::SelectObj()Miklos Vajna1-1/+7
2021-11-23Crash when fetching clipboard data.Michael Meeks1-2/+5
2021-11-15disable Writer shadow hack in LOK caseLuboš Luňák1-15/+18
2021-11-14lok: sw: remove database tabHenry Castro1-0/+4
2021-11-13sw, out of order undo: allow multiple actions from other viewsMiklos Vajna4-10/+77
2021-11-12Fix -Werror=shadow in basesh.cxxAron Budea1-3/+3
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák6-11/+13
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna2-3/+74
2021-11-11lok: no need to layout comments in writercp-21.06.6-1Szymon Kłos1-0/+3
2021-11-11do not draw "desktop" (=surrounding background) in Writer in LOK modeLuboš Luňák1-0/+3
2021-11-11sw: allow undo of typing in 2 views independent from each otherMiklos Vajna12-14/+162
2021-11-10sw: Wrong ZOrder after import for images anchored to non-1nd pageTomaž Vajngerl5-2/+272
2021-11-09sw: try grouping undo actions of IME-edited textMiklos Vajna6-2/+65
2021-10-26tdf#138531: Also update DDE tables, not only fieldsco-21.06.5-1Bjoern Michaelsen5-4/+27
2021-10-25use pull model also for LOK text selectionLuboš Luňák4-17/+64
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák8-54/+131
2021-10-22svx: Don't end text edit mode for all viewsTomaž Vajngerl4-12/+38
2021-10-22properly flush LOK invalidations in testsLuboš Luňák1-9/+3
2021-10-22ignore invalidations in Writer when doing tiled paintingLuboš Luňák1-0/+6
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák2-65/+85
2021-10-22sw: fix crash in SwXTextDocument::postMouseEvent()Miklos Vajna1-0/+5
2021-10-20tdf#134426 tdf#138873 sw: Revert "tdf#79717 ...Justin Luth2-70/+0
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák8-0/+88
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-96/+82
2021-10-05try to merge rectangles already in AddPaintRect()Luboš Luňák1-0/+26
2021-10-05fix broken SwRect corner gettersLuboš Luňák4-6/+67