summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-04Bump version to 6.4-43cp-6.4-43Andras Timar
2021-07-04jsdialog: move list of enabled dialogs to separate fileSzymon Kłos
2021-07-04fix potential use-after-free in SwClipboardChangeListenerNoel Grandin
2021-06-30sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna
2021-06-30tdf#59323 tdf#142221: fix pptx datetime import export formatSarper Akdemir
2021-06-30tdf#59323 pptx export: test for datetime footer backwards compatibilitySarper Akdemir
2021-06-30tdf#59323 tdf#142228 pptx export: fix datetime footers backwards compatibilitySarper Akdemir
2021-06-30ofz#35597 Null-dereference READCaolán McNamara
2021-06-29Bump version to 6.4-42cp-6.4-42Andras Timar
2021-06-28LOK: introduced Freemium LOK APIPranam Lashkari
2021-06-26Update git submodulesAndras Timar
2021-06-26Dialog: Import CSV: Improve layoutPedro Pinto Silva
2021-06-25pdf import: handle out of memory / failure to duplicate page.Michael Meeks
2021-06-24Add ProfileZone to 24- and 32-bit scaleDown/Up in BitmapScaleSuperFilterTor Lillqvist
2021-06-24Cache a static wavy line as bitmap and reuse itmerttumer
2021-06-24The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist
2021-06-23avoid maybe-uninitialized in PowerPointShapeExportNoel Grandin
2021-06-23tdf#59323: pptx export: slide footers roundtrip unit testSarper Akdemir
2021-06-23tdf#59323: pptx export: add support for slide footersSarper Akdemir
2021-06-23tdf#59323: pptx export: add initial support for lstStyles in textboxesSarper Akdemir
2021-06-23tdf#59323: pptx export: add placeholder index to master footer placeholdersSarper Akdemir
2021-06-23tdf#59323: pptx export: add datetime field type helpersSarper Akdemir
2021-06-23tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir
2021-06-23cid#1486005 Uninitialized scalar fieldSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasListStyleOnImportSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasNoninheritedBodyPropertiesSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasParagraphPropertiesSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasVisualRunPropertiesSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir
2021-06-23tdf#59323: ooxml import: hasShapeStyleRefsSarper Akdemir
2021-06-23tdf#59323: ooxml import: add OOXML to LO datetime helperSarper Akdemir
2021-06-23lok: allow .uno:JumpToMark.Michael Meeks
2021-06-23tdf#142716 Update selection after any text is inserted.Gülşah Köse
2021-06-22updated gitignore for andoird buildsPranam Lashkari
2021-06-22avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier
2021-06-16Use FontList::GetFirstFontMetric instead of custom iteration codeMike Kaganski
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei
2021-06-16tdf#142326: Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann
2021-06-16Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann
2021-06-16Bump version to 6.4-41Andras Timar
2021-06-15sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl
2021-06-15tdf#142478 add test that triggers find all and crashesTomaž Vajngerl
2021-06-15tdf#142478 fix crash when searching and a viewshell change occursTomaž Vajngerl
2021-06-12vcl: check mpWindowImpl before referencing it.Gabriel Masei
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák
2021-06-10allow altering the max size of o3tl::lru_cacheLuboš Luňák
2021-06-08Fix click on the drawing area of CSV dialogmerttumer
2021-06-03Make SwRect::Union() inlineTor Lillqvist
2021-06-03Make the two SwRect::IsInside() functions inlineTor Lillqvist
2021-06-02include cstddef for gcc11Jeff Law