summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-07tdf#105689: fix path management to retrieve Emoji toolbar buttonco-21.06.4-1Julien Nabet1-3/+7
2021-09-07tdf#138519 use gtk_adjustment_set_value instead of gtk_spin_button_set_valueCaolán McNamara1-1/+4
2021-09-07update creditsXisco Fauli1-2074/+2152
2021-09-07tdf#143940: the style index might be -1Xisco Fauli1-5/+7
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-5/+10
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+4
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+4
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+8
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+8
2021-09-07Update git submodulesChristian Lohmaier1-0/+0
2021-09-07[API CHANGE] oox: fix import of chart date categoriesDennis Francis30-67/+413
2021-09-07sc: lok: introduce LOK_CALLBACK_DOCUMENT_BACKGROUND_COLOR callbackDennis Francis3-0/+28
2021-09-03sw: fix crash in SwView::Execute()Miklos Vajna1-0/+5
2021-09-03indexing: add indexing xml as a format for writerTomaž Vajngerl1-0/+1
2021-09-02indexing: move xml parsing into SearchResultLocatorTomaž Vajngerl5-48/+88
2021-09-02indexing: make indexing XML flat and use simple element namesTomaž Vajngerl2-86/+109
2021-09-02indexing: allow for multiple entries in search indexing dataTomaž Vajngerl4-36/+57
2021-09-02indexing: use XML as input that is identical to indexing XMLTomaž Vajngerl2-15/+41
2021-09-02indexing: add "type" to the xml for paragraph nodesTomaž Vajngerl2-0/+5
2021-09-02indexing: add support for SdrObjects in SearchResultLocatorTomaž Vajngerl5-22/+103
2021-09-02tdf#142394 return to using CAIRO_OPERATOR_SOURCE in drawBitmapCaolán McNamara1-0/+5
2021-09-02do not enable mbSupportsBitmap32 for headless (tdf#141171)Luboš Luňák1-0/+2
2021-09-02indexing: add LOKit API to render the search result into a bitmapTomaž Vajngerl10-6/+168
2021-09-02sw: disable SearchResultLocatorTest for Windows and MacOSTomaž Vajngerl1-1/+4
2021-09-02vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl2-3/+4
2021-09-01indexing: search result locator to return the rect of the resultTomaž Vajngerl5-0/+166
2021-09-01indexing: add indexing export as an export filter for WriterTomaž Vajngerl8-0/+182
2021-09-01indexing: add test case for fontworks and footer/header paragraphsTomaž Vajngerl3-0/+46
2021-09-01indexing: indexing sections for the IndexingExportTomaž Vajngerl3-2/+45
2021-08-31indexing: write parent index to paragraphs if possibleTomaž Vajngerl1-0/+7
2021-08-31indexing: indexing tables for the IndexingExportTomaž Vajngerl3-0/+98
2021-08-31indexing: indexing shapes/text boxes for the IndexingExportTomaž Vajngerl5-1/+85
2021-08-31[cp] Enable MSP patchingAndras Timar7-4/+10
2021-08-31indexing: indexing OLE objects for the IndexingExportTomaž Vajngerl3-1/+36
2021-08-31indexing: indexing graphics for the IndexingExportTomaž Vajngerl3-6/+47
2021-08-31indexing: indexing paragraph text with the ModelTraverserTomaž Vajngerl7-0/+223
2021-08-31tools: handle special chars correctly in XmlHandler + testTomaž Vajngerl3-2/+75
2021-08-30LOK: avoid writing freeze pans data to file if not setPranam Lashkari1-14/+20
2021-08-30tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis24-57/+527
2021-08-30Bump version to 21.06.4Andras Timar1-1/+1
2021-08-30openssl: upgrade to release 1.1.1lMichael Stahl1-2/+2
2021-08-30tdf#139660 one of the group needs to be activeCaolán McNamara1-9/+9
2021-08-30indexing: remove indexing changes from html exportTomaž Vajngerl6-74/+59
2021-08-30indexing: start of Indexing Export impl. based on (X)HTML exportTomaž Vajngerl6-3/+140
2021-08-27tdf#143929: chain XMLTextExportPropertySetMapper to sc's shape exportMike Kaganski5-7/+94
2021-08-27Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-0/+8
2021-08-26disable-pch fixNoel Grandin1-2/+1
2021-08-26Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl5-20/+61
2021-08-26vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58