summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-04Bump version to 6.4-43cp-6.4-43Andras Timar1-1/+1
2021-07-04jsdialog: move list of enabled dialogs to separate fileSzymon Kłos4-49/+97
2021-07-04fix potential use-after-free in SwClipboardChangeListenerNoel Grandin1-0/+2
2021-06-30sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna3-3/+7
2021-06-30tdf#59323 tdf#142221: fix pptx datetime import export formatSarper Akdemir5-24/+35
2021-06-30tdf#59323 pptx export: test for datetime footer backwards compatibilitySarper Akdemir1-0/+4
2021-06-30tdf#59323 tdf#142228 pptx export: fix datetime footers backwards compatibilitySarper Akdemir1-6/+10
2021-06-30ofz#35597 Null-dereference READCaolán McNamara3-13/+23
2021-06-29Bump version to 6.4-42cp-6.4-42Andras Timar1-1/+1
2021-06-28LOK: introduced Freemium LOK APIPranam Lashkari10-2/+122
2021-06-26Update git submodulesAndras Timar1-0/+0
2021-06-26Dialog: Import CSV: Improve layoutPedro Pinto Silva3-57/+16
2021-06-25pdf import: handle out of memory / failure to duplicate page.Michael Meeks1-0/+5
2021-06-24Add ProfileZone to 24- and 32-bit scaleDown/Up in BitmapScaleSuperFilterTor Lillqvist1-0/+5
2021-06-24Cache a static wavy line as bitmap and reuse itmerttumer2-3/+100
2021-06-24The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist2-117/+22
2021-06-23avoid maybe-uninitialized in PowerPointShapeExportNoel Grandin1-2/+2
2021-06-23tdf#59323: pptx export: slide footers roundtrip unit testSarper Akdemir2-0/+37
2021-06-23tdf#59323: pptx export: add support for slide footersSarper Akdemir2-1/+242
2021-06-23tdf#59323: pptx export: add initial support for lstStyles in textboxesSarper Akdemir4-13/+73
2021-06-23tdf#59323: pptx export: add placeholder index to master footer placeholdersSarper Akdemir2-34/+59
2021-06-23tdf#59323: pptx export: add datetime field type helpersSarper Akdemir2-29/+97
2021-06-23tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir7-4/+109
2021-06-23cid#1486005 Uninitialized scalar fieldSarper Akdemir1-0/+1
2021-06-23tdf#59323: ooxml import: hasListStyleOnImportSarper Akdemir4-0/+15
2021-06-23tdf#59323: ooxml import: hasNoninheritedBodyPropertiesSarper Akdemir3-0/+12
2021-06-23tdf#59323: ooxml import: hasParagraphPropertiesSarper Akdemir5-0/+20
2021-06-23tdf#59323: ooxml import: hasVisualRunPropertiesSarper Akdemir7-1/+67
2021-06-23tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir3-0/+13
2021-06-23tdf#59323: ooxml import: hasShapeStyleRefsSarper Akdemir1-0/+1
2021-06-23tdf#59323: ooxml import: add OOXML to LO datetime helperSarper Akdemir2-60/+94
2021-06-23lok: allow .uno:JumpToMark.Michael Meeks1-0/+1
2021-06-23tdf#142716 Update selection after any text is inserted.Gülşah Köse3-7/+25
2021-06-22updated gitignore for andoird buildsPranam Lashkari1-0/+4
2021-06-22avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier3-3/+3
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-16tdf#142326: Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann1-1/+3
2021-06-16Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann1-1/+2
2021-06-16Bump version to 6.4-41Andras Timar1-1/+1
2021-06-15sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl2-30/+36
2021-06-15tdf#142478 add test that triggers find all and crashesTomaž Vajngerl2-0/+25
2021-06-15tdf#142478 fix crash when searching and a viewshell change occursTomaž Vajngerl1-1/+11
2021-06-12vcl: check mpWindowImpl before referencing it.Gabriel Masei3-27/+43
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák3-1/+18
2021-06-10allow altering the max size of o3tl::lru_cacheLuboš Luňák2-1/+22
2021-06-08Fix click on the drawing area of CSV dialogmerttumer1-1/+5
2021-06-03Make SwRect::Union() inlineTor Lillqvist2-16/+14
2021-06-03Make the two SwRect::IsInside() functions inlineTor Lillqvist2-22/+18
2021-06-02include cstddef for gcc11Jeff Law1-0/+1