summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2022-09-06desktop : use a std::mutex instead of a osl::MutexArnaud VERSINI1-2/+4
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala4-9/+9
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas1-5/+5
2022-09-01Filter out unwanted command URIsStephan Bergmann1-1/+9
2022-09-01Use more idiomatic C++Tor Lillqvist1-74/+57
2022-09-01More handwaving: Assume that it's OK to substitute OpenSymbol for SymbolTor Lillqvist1-1/+5
2022-08-31Fix typosAndrea Gelmini1-2/+2
2022-08-30Filter out well-known metric-compatible font substitutionsTor Lillqvist1-0/+45
2022-08-30Add SAL_INFOs for the recorded and pruned font substitutionsTor Lillqvist1-0/+22
2022-08-30Fix typoTor Lillqvist1-1/+1
2022-08-26Fix typosAndrea Gelmini1-1/+1
2022-08-25Fix thinkoTor Lillqvist1-1/+3
2022-08-25Tell LibreOfficeKit clients what fonts in a document are missing on the machineTor Lillqvist2-0/+62
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák2-0/+7
2022-08-22Use comphelper::Base64::encode taking OStringBuffer where applicableMike Kaganski1-2/+2
2022-08-22lok: Dont render active text edit on slide previewsSzymon Kłos1-0/+12
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann22-22/+22
2022-08-18crashreport: __cpuid/__cpuidex are not available on arm64Christian Lohmaier1-0/+2
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski1-4/+3
2022-08-16tdf#150427 Gracefully handle potentially unset loggerStephan Bergmann1-7/+26
2022-08-11some --disable-pdfium fixesCaolán McNamara1-0/+2
2022-08-11lok: load template documents as regular documentsMert Tumer1-1/+5
2022-08-04tdf#150251: clarify macro URL authority in command line helpMike Kaganski1-1/+4
2022-08-02desktop: avoid run graphic tests if ...Henry Castro1-1/+5
2022-08-01Fix typo in codeAndrea Gelmini1-9/+9
2022-07-28lok: add dumpState feature for better in-field diagnostics.Michael Meeks2-0/+59
2022-07-28lok: Enable sidebar in MathMike Kaganski1-1/+7
2022-07-27sw content controls, plain text: send state changes to LOKMiklos Vajna1-0/+1
2022-07-25Send state changes of content control UNO commands to LOKAron Budea1-1/+7
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-07-19Replace old png writer in test_desktop_lib.cxxofftkp1-5/+5
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-07-06opencl: no need for unhelpful nullptr OUString * case.Michael Meeks1-1/+1
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2-14/+0
2022-06-13LOK: send state of Protect, UnsetCellsReadOnlyPranam Lashkari1-0/+2
2022-06-13make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-3/+3
2022-06-10loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-3/+1
2022-06-08use recursive mutex for LOK queueLuboš Luňák2-5/+5
2022-06-07Use o3tl::make_unsigned, OString::getLength() is guaranteed to be non-negativeStephan Bergmann1-2/+3
2022-06-04ScriptForge - New 'UnitTest' service for BasicJean-Pierre Ledure1-0/+1
2022-06-03Fix typo in codeAndrea Gelmini1-1/+1
2022-06-03Improve some C code mixing size_t and ssize_tStephan Bergmann1-3/+4
2022-06-03elide some makeStringAndClear() classNoel Grandin3-3/+3
2022-06-03Use more appropriate index variable typeStephan Bergmann1-1/+5
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin31-106/+129
2022-06-02fix handling of XTransferable2 if the type is only XTransferableLuboš Luňák1-4/+6
2022-05-31lok: don't render active textbox on all slidesSzymon Kłos1-1/+16
2022-05-31lok: add more efficient getSelectionType() replacementLuboš Luňák2-2/+69
2022-05-26desktop: fix type of the last argument of lok_preinit_2()Miklos Vajna1-1/+1