summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Fix '..'Andrea Gelmini2019-09-012-2/+2
* Fix MSVC2019 build after 629dfff3c7289f185268c7088e67931f6bbd9ce0Mike Kaganski2019-08-311-0/+4
* Unify executables to take version resource from default.rcMike Kaganski2019-08-3121-118/+20
* Add version resource to executables where it was missingMike Kaganski2019-08-316-0/+12
* Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann2019-08-301-0/+3
* cid#1448379 silence Explicit null dereferenced false positiveCaolán McNamara2019-08-291-0/+1
* LOK: per-view support for isMobile()Muhammet Kara2019-08-291-2/+2
* lok: Add isMobile() methodMuhammet Kara2019-08-291-0/+12
* Send Bcp47 codes with regionSzymon Kłos2019-08-281-1/+1
* Send iso code for languagesSzymon Kłos2019-08-281-0/+1
* loplugin:returnconstval in desktop..formsNoel Grandin2019-08-246-16/+16
* Fix typosAndrea Gelmini2019-08-202-3/+3
* loplugin:constvars in cppuhelper..desktopNoel Grandin2019-08-197-19/+19
* Fix typosAndrea Gelmini2019-08-191-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-174-13/+8
* loplugin:unnecessaryvirtualNoel Grandin2019-08-171-2/+2
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-08-167-21/+13
* loplugin:sequenceloop dbaccess..extensionsNoel Grandin2019-08-153-11/+13
* tdf#122529 lok - table border position manipulationTomaž Vajngerl2019-08-151-2/+14
* Fix typosAndrea Gelmini2019-08-122-4/+4
* Fix typosAndrea Gelmini2019-08-103-4/+4
* lok: Output a SAL_WARN only if message is not emptyTomaž Vajngerl2019-08-081-1/+1
* Remove some unused includesMiklos Vajna2019-08-072-2/+1
* tdf#107471 Add checkbox to enable/disable sending crash reports to TDFGabor Kelemen2019-08-061-1/+1
* Fix typosAndrea Gelmini2019-08-031-1/+1
* clipboard: add profile zones.Michael Meeks2019-08-021-1/+7
* clipboard: elide string constructor.Michael Meeks2019-08-021-4/+1
* clipboard: elide string constructor.Michael Meeks2019-08-021-1/+1
* Removed duplicated includeAndrea Gelmini2019-08-021-1/+0
* Use implicit OString constructor and cleanup casts.Michael Meeks2019-08-022-13/+13
* clipboard: repair unit test so that it runs in the lok mode.Michael Meeks2019-08-022-1/+3
* clipboard: log before erasingAshod Nakashian2019-08-021-1/+1
* clipboard: check for null.Michael Meeks2019-08-021-2/+1
* lok: share more of the clipboard mime-type handling code.Michael Meeks2019-08-021-14/+1
* clipboard: encourage paste to show up by having some dummy content.Michael Meeks2019-08-022-0/+16
* Try harder to generate HTML from text.Michael Meeks2019-08-021-22/+57
* Set clipboard for a window when createdSzymon Kłos2019-08-021-0/+12
* LOK: Copy Graphics as embedded PNG in HTMLAshod Nakashian2019-08-021-1/+35
* lok: cleanup clipboards associated with a view on destruction.Michael Meeks2019-08-023-7/+38
* LOK: Enable embedding images in text/html format outputAshod Nakashian2019-08-021-1/+1
* LOK: detect Graphics in isComplex for WriterAshod Nakashian2019-08-021-1/+1
* LOK: Implement getSelectionTypeAshod Nakashian2019-08-022-5/+9
* clipboard: get view setting correct before setClipboard.Michael Meeks2019-08-022-3/+9
* lok: clipboard: per view clipboard creation.Michael Meeks2019-08-024-14/+37
* lok: clipboard: per view clipboard creation.Michael Meeks2019-08-024-39/+209
* LOK: Support detecting complex selectionsAshod Nakashian2019-08-022-1/+85
* lok: use utf-8 for text/plain always.Michael Meeks2019-08-021-2/+5
* Add more powerful selection fetch & clipboard set methods.Michael Meeks2019-08-023-48/+180
* Fix typosAndrea Gelmini2019-08-021-1/+1
* remove unnecessary code in doc_registerCallbackNoel Grandin2019-08-011-16/+0