summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in desktopNoel Grandin6-27/+18
2019-07-19cid#1448295 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#1448296 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#1448333 Unchecked return valueCaolán McNamara1-1/+1
2019-07-17Resolves: tdf#126304 resizing the extension manager breaks redrawCaolán McNamara1-0/+1
2019-07-17scrollbar is outside the widget now, not insideCaolán McNamara1-8/+0
2019-07-17LOK: support for ordering/moving partsAshod Nakashian1-0/+18
2019-07-16tdf#1448393 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-07-10slide-sorter: multiple selectionAshod Nakashian1-0/+20
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna1-0/+3
2019-07-02tdf#125655 disbale quick edit mode for iOS and AndroidTomaž Vajngerl1-0/+11
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-1/+1
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-1/+1
2019-06-17tdf#125691: use _exit() instead of exit()...Dennis Francis1-1/+1
2019-06-17android: Unregistering in runLoop() is important even on Android.Jan Holesovsky1-2/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin15-73/+74
2019-06-14remove some unused includesCaolán McNamara10-37/+9
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara8-663/+569
2019-06-13no need for awt::Toolkit::create in UpdateDialogCaolán McNamara1-11/+0
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara3-31/+16
2019-06-12move IExtensionListBox to where its usedCaolán McNamara3-10/+27
2019-06-12LOK: set the language for LOK before document loadingAshod Nakashian1-0/+2
2019-06-07lok: re-factor getTextSelection.Michael Meeks1-7/+89
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist1-7/+0
2019-06-06loplugin:data (macOS)Stephan Bergmann1-2/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov10-14/+14
2019-06-03LOK: Factor out iOS painting codeTomaž Vajngerl1-28/+44
2019-06-03tdf#123697 we need to create a bitmap context with alphaTomaž Vajngerl1-1/+1
2019-06-02drop some unneeded includesCaolán McNamara1-1/+0
2019-05-28drop some unneeded includesCaolán McNamara1-1/+0
2019-05-24Fix typo in help: 'urb' => 'urp'Jan-Marek Glogowski1-2/+2
2019-05-23Fix documented 'soffice --accept' parameter syntaxJan-Marek Glogowski1-5/+7
2019-05-23sw: add IgnoreComments parameter to .uno:PasteMiklos Vajna1-0/+1
2019-05-22New loplugin:dataStephan Bergmann2-2/+2
2019-05-21tdf#125397: Fixes for threads and SolarMutex on iOSTor Lillqvist1-1/+14
2019-05-20lok: chart: constrained dragging of pie segmentsMarco Cecchetti1-15/+17
2019-05-20lok: dragging and resizing chart elementsMarco Cecchetti1-2/+43
2019-05-20lok: shape selection: perform the needed unit conversion in a clever wayMarco Cecchetti1-0/+32
2019-05-16We apparently need to drop the Solar Mutex when exiting lo_runLoop() on iOSTor Lillqvist1-4/+11
2019-05-14Fix typoAndrea Gelmini1-1/+1
2019-05-14Fix typoAndrea Gelmini1-2/+2
2019-05-14Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix comment to match realityTor Lillqvist1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin5-6/+6
2019-05-12Fix typoAndrea Gelmini1-1/+1
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks1-18/+9