summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LOK: allow slide switching in mobile even if it is same slideco-6.2-23Pranam Lashkari2020-09-021-1/+3
* On double click on chart select the chart backgroudPranam Lashkari2020-09-021-1/+4
* Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara2020-09-011-1/+1
* sd: test Replace and ReplaceAll using LOKitTomaž Vajngerl2020-09-012-0/+115
* sd: Make search bound to a view - to allow independent searchingTomaž Vajngerl2020-09-018-57/+108
* move vector graphic search to View, so it works in multiple viewsTomaž Vajngerl2020-09-013-33/+66
* vcl: save and load the page number when swapping the graphicTomaž Vajngerl2020-09-013-1/+25
* LOK: send state of FormatPaintbrushPranam Lashkari2020-08-311-2/+2
* LOK: do not show calc notes in the onlinePranam Lashkari2020-08-281-2/+14
* freetype: upgrade to release 2.9.1Michael Stahl2020-08-263-40/+2
* tdf#126079 update Source Serif font to 3.0Andras Timar2020-08-262-5/+5
* filter: svg export: error when playing an animated empty text fieldMarco Cecchetti2020-08-261-2/+5
* Bump version to 6.2-23Andras Timar2020-08-261-1/+1
* Use localized default sheet name, if sheet name is missing in xlsx fileAndras Timar2020-08-211-1/+3
* Update git submodulesAndras Timar2020-08-201-0/+0
* Fix hyperlink popup does not show upMert Tumer2020-08-191-2/+7
* nss: upgrade to release 3.55.0Michael Stahl2020-08-197-54/+69
* NSS: enable parallel buildJan-Marek Glogowski2020-08-198-29/+75
* curl: upgrade to release 7.71.0Michael Stahl2020-08-195-9/+10
* Shadow color setter for onlineSzymon Kłos2020-08-142-1/+9
* Call modified handler on combobox selectionSzymon Kłos2020-08-141-0/+3
* jsdialog: export combobox entriesSzymon Kłos2020-08-142-0/+32
* Instant update shadow fields in sidebarSzymon Kłos2020-08-141-0/+16
* Accept iOS SDK 13.6Tor Lillqvist2020-08-131-2/+2
* core: Hide shape area bitmap import button.gokaysatir2020-08-121-2/+5
* tdf#100772 sd: add uno:DeleteTable to non-NB menusJustin Luth2020-08-106-3/+47
* lok: send cell border state updatesSzymon Kłos2020-08-103-1/+38
* lok: Hide not working 'More Styles' optionSzymon Kłos2020-08-061-1/+2
* Bump version to 6.2-22cp-6.2-22co-6.2-22Andras Timar2020-08-051-1/+1
* Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann2020-08-043-66/+75
* aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann2020-08-043-1/+18
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2020-08-042-1/+46
* Blind fix for Linux aarch64 with libcxxabiStephan Bergmann2020-08-041-2/+2
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann2020-08-041-0/+22
* aarch64 r18 is reserved at least on AndroidStephan Bergmann2020-08-041-2/+5
* sd: support match case, match whole word for PDF searchTomaž Vajngerl2020-07-314-15/+135
* sd: disable LOKitSearchTest that test PDF search if no PDFiumTomaž Vajngerl2020-07-311-0/+16
* vcl: disable VectorGraphicSearchTest if we don't have PDFiumTomaž Vajngerl2020-07-311-0/+6
* sd: allow to change the search string between searchesTomaž Vajngerl2020-07-311-5/+11
* vcl: VectorGraphicSearch - support changing search stringTomaž Vajngerl2020-07-313-29/+86
* sd: add support to search backwards in PDF searchTomaž Vajngerl2020-07-312-5/+120
* sd: add test to search inside PDF in multiple pagesTomaž Vajngerl2020-07-311-0/+92
* sd: rename testSearchInMixedObject(2) to more descriptive nameTomaž Vajngerl2020-07-311-6/+6
* sd: PDF search - reset mpVectorGraphicSearch at more placesTomaž Vajngerl2020-07-301-22/+23
* sd: Add another test of searching with mixed objectsTomaž Vajngerl2020-07-302-1/+178
* sd: fix issue when PDF search doesn't send a search result + testTomaž Vajngerl2020-07-303-4/+92
* DOCX import: fix overlapping floating tables when anchored inside a tableMiklos Vajna2020-07-303-0/+23
* vcl: use HAVE_FEATURE_PDFIUM in VectorGraphicSearch impl.Tomaž Vajngerl2020-07-301-0/+45
* vcl: VectorGraphicSearch - move SearchContext into ImplementationTomaž Vajngerl2020-07-302-39/+40
* pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl2020-07-308-49/+100