summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-04Make the two SwRect::IsInside() functions inlineTor Lillqvist2-22/+18
2021-10-04Make SwRect::Union() inlineTor Lillqvist2-16/+14
2021-09-30Revert "tdf#99492 sw layout: always paint merged cell grids"Justin Luth1-0/+4
2021-09-30Resolves: tdf#143777 Exclude recipient is always greyed outCaolán McNamara1-1/+1
2021-09-30tdf#144352 Revert "Fix widget placement problem on mailmerge result dialog."Gabor Kelemen1-1/+0
2021-09-28add some unittests for SwRegionRectsLuboš Luňák5-24/+124
2021-09-28avoid repeated std::vector::erase() in SwRegionRects::Compress()Luboš Luňák1-10/+19
2021-09-23lok: IME: directly copy formatting for inserted textSzymon Kłos1-6/+5
2021-09-23lok: IME: preserve formatting when inserting at the end of paragraphSzymon Kłos2-1/+121
2021-09-22use tools::Json for cursor messagesNoel Grandin1-36/+33
2021-09-21avoid division by zeroLuboš Luňák1-1/+2
2021-09-20sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna2-0/+10
2021-09-19do not double-invert SwRegionRectsLuboš Luňák5-15/+38
2021-09-19optimize SwRegionRects::Compress() moreLuboš Luňák1-5/+16
2021-09-19optimize SwRegionRects::Compress()Luboš Luňák1-38/+54
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák2-14/+4
2021-09-16improve LOK notifyInvalidationNoel Grandin1-7/+1
2021-09-13indexing: prevent crash when creting the indexing XMLTomaž Vajngerl1-10/+13
2021-09-11indexing: fix correct size and pos. for shapes + more testsTomaž Vajngerl2-12/+12
2021-09-10indexing: rename "parent" attibute and parse the attribute backTomaž Vajngerl4-43/+86
2021-09-10indexing: rename "type" for prargraph an object nodesTomaž Vajngerl5-31/+50
2021-09-10indexing: support JSON and XML as input for SearchResultLocatorTomaž Vajngerl3-37/+109
2021-09-08avoid repeated writer layout calls with tiled renderingLuboš Luňák1-1/+10
2021-09-08explicitly send LOK_CALLBACK_TEXT_SELECTION at the end of FindAllLuboš Luňák1-0/+9
2021-09-07[API CHANGE] oox: fix import of chart date categoriesDennis Francis2-2/+3
2021-09-03sw: fix crash in SwView::Execute()Miklos Vajna1-0/+5