summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Curl:CURLOPT_REDIR_PROTOCOLS(_STR): use only "https", not "http"Julien Nabet1-3/+3
2023-01-12Fix types for Curl elements (update part)Julien Nabet1-1/+5
2023-01-11Fix deprecated Curl elements for minidump partJulien Nabet1-21/+13
2023-01-10Fix deprecated Curl elements for update partJulien Nabet1-1/+1
2022-12-19check SfxObjectShell::Current()Caolán McNamara1-2/+6
2022-12-16misc: check SfxViewFrame::Current()Caolán McNamara1-4/+8
2022-09-02Filter out unwanted command URIsStephan Bergmann1-1/+9
2022-08-22crashreport: __cpuid/__cpuidex are not available on arm64Christian Lohmaier1-0/+2
2022-08-15some --disable-pdfium fixesCaolán McNamara1-0/+2
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-06-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-3/+3
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
2022-05-25tdf#149280 modified called after dialog was destroyedCaolán McNamara1-2/+5
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-5/+6
2022-05-23sw content controls, picture: add LOK APIMiklos Vajna1-2/+2
2022-05-17add truncate-multiline to match vcl defaultCaolán McNamara1-0/+1
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna2-1/+35
2022-05-09osl::Mutex->std::mutex in desktop::AcceptorNoel Grandin2-6/+7
2022-05-05use more o3tl::getTokenNoel Grandin1-0/+1
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-9/+9
2022-05-05use more string_viewNoel Grandin1-26/+26
2022-05-04Just use Any ctor instead of makeAny in desktopStephan Bergmann9-36/+36
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin1-4/+5
2022-05-01use more string_view in variousNoel Grandin5-12/+12
2022-04-30jsdialog: used for formulabarSzymon Kłos1-0/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin2-4/+4
2022-04-26cid#1504268 Silence false data race condition warningStephan Bergmann1-0/+1
2022-04-25tdf#126672 Add search field to extension managerSamuel Mehrbrodt3-7/+47
2022-04-25Update to glade 3.38.2Samuel Mehrbrodt1-87/+84
2022-04-21Drop special-casing for Chart's sidebar property deckMike Kaganski1-10/+1
2022-04-21rhbz#2075918: Join ExtensionCmdQueue::ThreadStephan Bergmann2-11/+2
2022-04-21Use the sander std::condition_variable semantics in ExtensionCmdQueue::ThreadStephan Bergmann1-25/+19
2022-04-21Reliably stop ExtensionCmdQueue::Thread::executeStephan Bergmann1-2/+3
2022-04-20Fix regression in the iOS app (and possibly the Android and GTK apps)Tor Lillqvist1-3/+14
2022-04-19Fix heap-use-after-freeStephan Bergmann1-0/+1
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin3-15/+15
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-5/+5
2022-04-15lok: report state for sparkline UNO commandsTomaž Vajngerl1-1/+9