summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-14lok: send status update for .uno:SplitCellSzymon Kłos1-0/+1
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann1-1/+1
2022-04-13Follow-up fix to Collabora Online "addfont" handling: avoid assertion failureTor Lillqvist1-2/+2
2022-04-13Handle "addfont" from Collabora OnlineTor Lillqvist1-3/+24
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-5/+5
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas1-1/+1
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin9-20/+25
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-16/+18
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin2-5/+7
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-4/+5
2022-04-06Fix --enable-breakpad buildsStephan Bergmann1-2/+2