summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Use FontList::GetFirstFontMetric instead of custom iteration codeMike Kaganski1-103/+87
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58
2021-06-16sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl2-30/+36
2021-06-16tdf#142478 add test that triggers find all and crashesTomaž Vajngerl2-0/+25
2021-06-16tdf#142478 fix crash when searching and a viewshell change occursTomaž Vajngerl1-1/+11
2021-06-16vcl: check mpWindowImpl before referencing it.Gabriel Masei3-27/+43
2021-06-16scale VCL's scale cache according to the number of Online viewsLuboš Luňák3-1/+18
2021-06-16allow altering the max size of o3tl::lru_cacheLuboš Luňák2-1/+22
2021-06-16Fix click on the drawing area of CSV dialogmerttumer1-1/+5
2021-06-16sc: lok: apply the previous fix for selections tooDennis Francis1-3/+6
2021-06-16sc: lokit: fix wrong edit cursor coordinates for numeric cellsDennis Francis1-4/+8
2021-06-16tdf#138302 partial revert tdf#108496: DOCX: redesign of override in listsJustin Luth5-0/+25
2021-06-16tdf#139915 DOCX import: fix anchored obj position with to-char and TEXT_LINEMiklos Vajna3-13/+40
2021-06-16tdf#135153 DOCX import: avoid line-of-text relation with to-para anchoringMiklos Vajna3-0/+28
2021-06-16tdf#96061 Unset the highlight propertyGülşah Köse3-0/+37
2021-06-16Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse2-19/+85
2021-06-16Bump version to 6.4-40Andras Timar1-1/+1
2021-05-27lok: Hide file name from Text Import Dialog (csv)cp-6.4-39merttumer1-2/+6
2021-05-27lok: Re-Enable AnchorToPara context menu itemmerttumer1-2/+1
2021-05-27upgrade to Expat 2.4.1Caolán McNamara4-14/+16
2021-05-27libxml2: upgrade to release 2.9.12Michael Stahl5-18/+6
2021-05-27tdf#134582 sfx2: when storing, set Version on embedded object storageMichael Stahl1-0/+33
2021-05-27Implemented Delete key deletes the table when all the cells are selectedmerttumer1-8/+22
2021-05-27properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák1-8/+16
2021-05-27sw: fix not needed invalidation of custom field on each keypressMiklos Vajna2-4/+14
2021-05-27Avoid Clang -Werror,-Wunused-command-line-argumentStephan Bergmann1-1/+1
2021-05-27sw: fix not needed invalidation of title field on each keypressMiklos Vajna3-1/+110
2021-05-27vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna3-21/+104
2021-05-27vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna3-1/+94
2021-05-27Bump version to 6.4-39Andras Timar1-1/+1
2021-05-12Bump version to 6.4-38cp-6.4-38Andras Timar1-1/+1
2021-05-12Enable PdfIum for android buildmerttumer6-1/+6
2021-05-12pdfium build fix with Android NDK 19Andras Timar2-0/+18
2021-05-12android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer1-0/+9
2021-05-12vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl1-8/+0
2021-05-12svx: fix crash with active text edit vs slide deleteMiklos Vajna3-0/+56
2021-05-12lok: move handleMacroConfirmationRequest to its own methodTomaž Vajngerl2-11/+19
2021-05-12lok: enable macros by default for AndroidTomaž Vajngerl1-0/+4
2021-05-12update native-code.py to support VBA scripts in calc on AndroidTomaž Vajngerl1-3/+14
2021-05-12lok: add rendering and input for form controls in CalcTomaž Vajngerl4-5/+223
2021-05-12vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna3-0/+145
2021-05-12unit-tests for new behaviour of auto-completeDennis Francis1-0/+101
2021-05-12show autocompletion only if there is exactly one matchDennis Francis1-3/+14
2021-05-12autocomplete from superblock of str/edittextDennis Francis7-4/+142
2021-05-12lok: Enable the "AutoInput" again.Dennis Francis2-5/+1
2021-05-12Fix style previews widget with multiple languagesSzymon Kłos5-6/+31
2021-05-12Fix broken TOX in Online.Gülşah Köse1-10/+0
2021-05-12Invalidate inputbar after size changed messageSzymon Kłos1-0/+1
2021-05-12LOK: calc: allow image selection on insertionPranam Lashkari1-1/+2
2021-05-12Wait for dialog response on Androidmerttumer1-1/+2