summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)AuthorFilesLines
2020-11-30rework treeview initial toggle button col to be like expander colCaolán McNamara2-13/+8
2020-05-18android hunspell: Hardcode the ReferenceOOoMajorMinor for version check.Jan Holesovsky1-0/+5
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann2-6/+3
2019-10-29Resolves: tdf#127645 fix crash on revisit to check updatesCaolán McNamara1-3/+2
2019-10-24Introduce OStringCharStephan Bergmann1-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin3-54/+48
2019-10-15new loplugin:bufferaddNoel Grandin2-7/+4
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-03drop some unnecessary includesCaolán McNamara1-5/+1
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara1-3/+3
2019-10-01loplugin:stringadd in dbaccess..desktopNoel Grandin1-7/+6
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin6-12/+12
2019-09-20Related: tdf#127645 update dialog has a slave extension dialogCaolán McNamara2-11/+50
2019-09-20Related: tdf#127645 return value is unusedCaolán McNamara2-12/+2
2019-09-02Resolves: tdf#126042 measure text width with the bold font it will render withCaolán McNamara1-1/+1
2019-08-29cid#1448379 silence Explicit null dereferenced false positiveCaolán McNamara1-0/+1
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin5-14/+14
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin2-2/+2
2019-08-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin4-15/+10
2019-08-10Fix typosAndrea Gelmini1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann7-25/+25
2019-07-19loplugin:referencecasting in desktopNoel Grandin1-3/+2
2019-07-18cid#1448296 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-16tdf#1448393 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin5-18/+19
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-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov6-10/+10
2019-06-02drop some unneeded includesCaolán McNamara1-1/+0
2019-05-28drop some unneeded includesCaolán McNamara1-1/+0
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara2-2/+2
2019-04-19drop some unneeded includesCaolán McNamara2-2/+0
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin2-4/+2
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-12loplugin:unusedfieldsNoel Grandin1-5/+1
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-57/+61