summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Bump version to 21.06.32.1cp-21.06.32-1Andras Timar1-1/+1
2022-08-05lok: Dont render active text edit on slide previewsSzymon Kłos6-3/+39
2022-07-28sw: restore UI language to en while savingAshod Nakashian3-0/+45
2022-07-28lok: initialize the load-languageAshod Nakashian1-0/+8
2022-07-26Drop useless indirectionMike Kaganski2-19/+13
2022-07-25lok: don't force formulabar update on every view switchSzymon Kłos1-1/+2
2022-07-22tdf#144916: expand range to avoid unwanted effects on viewport edgesMike Kaganski3-24/+35
2022-07-08sc: lok: fix offset other edit viewHenry Castro1-2/+3
2022-07-08sc: lok: fix offset edit output areaHenry Castro1-4/+3
2022-07-05lok: vcl: introduce set_cursor_data methodHenry Castro6-0/+18
2022-07-04jsdialog: add open/close instead of toggle menu from dropdownSzymon Kłos1-0/+12
2022-06-24use SAL_UNLIKELY to make logging a little more efficientNoel Grandin1-1/+1
2022-06-22fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák1-3/+4
2022-06-15oox: fix div by zero in lclCalculateCropPercentage()Miklos Vajna1-0/+8
2022-06-10Bump version to 21.06.31.1cp-21.06.31-1Andras Timar1-1/+1
2022-06-09lok: do not recreate lok-drawview for every tile paintDennis Francis1-7/+10
2022-06-09remove incorrect #ifdef DBG_UTIL around normal code (tdf#149476)Luboš Luňák1-5/+1
2022-06-09fix SwViewShellImp::AddPaintRect() rectangle compression (tdf#148255)Luboš Luňák1-1/+1
2022-06-09use recursive mutex for LOK queueLuboš Luňák2-5/+5
2022-06-09jsdialog: toggle toolbox buttons correctlySzymon Kłos1-2/+3
2022-06-09jsdialog: be sure we send close popup message when destroyedSzymon Kłos1-0/+6
2022-06-09LOK: send state of Protect, UnsetCellsReadOnlyPranam Lashkari2-2/+6
2022-06-09Get make_installer calls to run in parallelThorsten Behrens4-50/+96
2022-06-09sw: fix use-after-free in SwFrame::ImplFindPageFrame()Miklos Vajna1-5/+11
2022-05-30sw: prefer view's redline author name...Dennis Francis2-1/+53
2022-05-30impress online: not handled transform animation causes core crashMarco Cecchetti1-0/+6
2022-05-27svg filter: transform animations: support for scale and translateMarco Cecchetti1-5/+226
2022-05-26svg filter: support for emphasis spin animationMarco Cecchetti1-7/+61
2022-05-24Bump version to 21.06.30.1cp-21.06.30-1Andras Timar1-1/+1
2022-05-23comments: reassign ID when copy commentPranam Lashkari3-1/+9
2022-05-23Revert "lok: sidebar: avoid async call to switch context"Szymon Kłos1-7/+2
2022-05-23Include <memory> for std::unique_ptrTor Lillqvist3-0/+7
2022-05-23external/python3: Clang 13 trunk implements --print-multiarch nowStephan Bergmann1-0/+12
2022-05-20lok: sidebar: notebookbar: don't change view mode for other viewsSzymon Kłos1-0/+8
2022-05-20lok: sidebar: avoid async call to switch contextSzymon Kłos1-2/+7
2022-05-19jsdialog: introduce popup managementSzymon Kłos3-2/+68
2022-05-19jsdialog: close popup correctlySzymon Kłos1-1/+1
2022-05-18Related tdf#149072: avoid warning "misuse of method"Julien Nabet1-2/+3
2022-05-18tdf#149072: fix export PDF with PDF/UA in GUI after Index language was setJulien Nabet1-0/+8
2022-05-18Revert "sw: restore UI language to en while saving"co-21.06.29-1Andras Timar1-31/+0
2022-05-17sw: disable forcepoint93-2.rtf, it loops in layoutMichael Stahl1-1/+1
2022-05-17ofz#46905 Null-dereferenceCaolán McNamara1-0/+2
2022-05-17ofz#46526 AbrtCaolán McNamara1-1/+1
2022-05-17forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl11-21/+599
2022-05-17forcepoint#102 refetch pPara if it might have been destroyedCaolán McNamara3-1/+191
2022-05-17forcepoint#98 don't delete SwFrame flagged as IsDeleteForbiddenCaolán McNamara3-1/+10
2022-05-17forcepoint#91 fix crash on layout of specific htmlCaolán McNamara5-0/+30
2022-05-17forcepoint#99 SwTextFormatter unaware that FirstOfBorderMerge was deletedCaolán McNamara5-5/+24
2022-05-17forcepoint#93 fix crash on layout of specific rtfCaolán McNamara6-7/+15
2022-05-17forcepoint#90 fix crash on layout of specific rtfCaolán McNamara4-26/+50